1. Packages
  2. Checkpoint Provider
  3. API Docs
  4. ManagementRunIpsUpdate
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

checkpoint.ManagementRunIpsUpdate

Explore with Pulumi AI

Create ManagementRunIpsUpdate Resource

Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.

Constructor syntax

new ManagementRunIpsUpdate(name: string, args?: ManagementRunIpsUpdateArgs, opts?: CustomResourceOptions);
@overload
def ManagementRunIpsUpdate(resource_name: str,
                           args: Optional[ManagementRunIpsUpdateArgs] = None,
                           opts: Optional[ResourceOptions] = None)

@overload
def ManagementRunIpsUpdate(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           management_run_ips_update_id: Optional[str] = None,
                           package_path: Optional[str] = None)
func NewManagementRunIpsUpdate(ctx *Context, name string, args *ManagementRunIpsUpdateArgs, opts ...ResourceOption) (*ManagementRunIpsUpdate, error)
public ManagementRunIpsUpdate(string name, ManagementRunIpsUpdateArgs? args = null, CustomResourceOptions? opts = null)
public ManagementRunIpsUpdate(String name, ManagementRunIpsUpdateArgs args)
public ManagementRunIpsUpdate(String name, ManagementRunIpsUpdateArgs args, CustomResourceOptions options)
type: checkpoint:ManagementRunIpsUpdate
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.

Parameters

name This property is required. string
The unique name of the resource.
args ManagementRunIpsUpdateArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
resource_name This property is required. str
The unique name of the resource.
args ManagementRunIpsUpdateArgs
The arguments to resource properties.
opts ResourceOptions
Bag of options to control resource's behavior.
ctx Context
Context object for the current deployment.
name This property is required. string
The unique name of the resource.
args ManagementRunIpsUpdateArgs
The arguments to resource properties.
opts ResourceOption
Bag of options to control resource's behavior.
name This property is required. string
The unique name of the resource.
args ManagementRunIpsUpdateArgs
The arguments to resource properties.
opts CustomResourceOptions
Bag of options to control resource's behavior.
name This property is required. String
The unique name of the resource.
args This property is required. ManagementRunIpsUpdateArgs
The arguments to resource properties.
options CustomResourceOptions
Bag of options to control resource's behavior.

Constructor example

The following reference example uses placeholder values for all input properties.

var managementRunIpsUpdateResource = new Checkpoint.ManagementRunIpsUpdate("managementRunIpsUpdateResource", new()
{
    ManagementRunIpsUpdateId = "string",
    PackagePath = "string",
});
Copy
example, err := checkpoint.NewManagementRunIpsUpdate(ctx, "managementRunIpsUpdateResource", &checkpoint.ManagementRunIpsUpdateArgs{
ManagementRunIpsUpdateId: pulumi.String("string"),
PackagePath: pulumi.String("string"),
})
Copy
var managementRunIpsUpdateResource = new ManagementRunIpsUpdate("managementRunIpsUpdateResource", ManagementRunIpsUpdateArgs.builder()
    .managementRunIpsUpdateId("string")
    .packagePath("string")
    .build());
Copy
management_run_ips_update_resource = checkpoint.ManagementRunIpsUpdate("managementRunIpsUpdateResource",
    management_run_ips_update_id="string",
    package_path="string")
Copy
const managementRunIpsUpdateResource = new checkpoint.ManagementRunIpsUpdate("managementRunIpsUpdateResource", {
    managementRunIpsUpdateId: "string",
    packagePath: "string",
});
Copy
type: checkpoint:ManagementRunIpsUpdate
properties:
    managementRunIpsUpdateId: string
    packagePath: string
Copy

ManagementRunIpsUpdate Resource Properties

To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

Inputs

In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.

The ManagementRunIpsUpdate resource accepts the following input properties:

ManagementRunIpsUpdateId string
PackagePath string
Offline update package path.
ManagementRunIpsUpdateId string
PackagePath string
Offline update package path.
managementRunIpsUpdateId String
packagePath String
Offline update package path.
managementRunIpsUpdateId string
packagePath string
Offline update package path.
management_run_ips_update_id str
package_path str
Offline update package path.
managementRunIpsUpdateId String
packagePath String
Offline update package path.

Outputs

All input properties are implicitly available as output properties. Additionally, the ManagementRunIpsUpdate resource produces the following output properties:

Id string
The provider-assigned unique ID for this managed resource.
TaskId string
Asynchronous task unique identifier.
Id string
The provider-assigned unique ID for this managed resource.
TaskId string
Asynchronous task unique identifier.
id String
The provider-assigned unique ID for this managed resource.
taskId String
Asynchronous task unique identifier.
id string
The provider-assigned unique ID for this managed resource.
taskId string
Asynchronous task unique identifier.
id str
The provider-assigned unique ID for this managed resource.
task_id str
Asynchronous task unique identifier.
id String
The provider-assigned unique ID for this managed resource.
taskId String
Asynchronous task unique identifier.

Look up Existing ManagementRunIpsUpdate Resource

Get an existing ManagementRunIpsUpdate resource’s state with the given name, ID, and optional extra properties used to qualify the lookup.

public static get(name: string, id: Input<ID>, state?: ManagementRunIpsUpdateState, opts?: CustomResourceOptions): ManagementRunIpsUpdate
@staticmethod
def get(resource_name: str,
        id: str,
        opts: Optional[ResourceOptions] = None,
        management_run_ips_update_id: Optional[str] = None,
        package_path: Optional[str] = None,
        task_id: Optional[str] = None) -> ManagementRunIpsUpdate
func GetManagementRunIpsUpdate(ctx *Context, name string, id IDInput, state *ManagementRunIpsUpdateState, opts ...ResourceOption) (*ManagementRunIpsUpdate, error)
public static ManagementRunIpsUpdate Get(string name, Input<string> id, ManagementRunIpsUpdateState? state, CustomResourceOptions? opts = null)
public static ManagementRunIpsUpdate get(String name, Output<String> id, ManagementRunIpsUpdateState state, CustomResourceOptions options)
resources:  _:    type: checkpoint:ManagementRunIpsUpdate    get:      id: ${id}
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
resource_name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
name This property is required.
The unique name of the resulting resource.
id This property is required.
The unique provider ID of the resource to lookup.
state
Any extra arguments used during the lookup.
opts
A bag of options that control this resource's behavior.
The following state arguments are supported:
ManagementRunIpsUpdateId string
PackagePath string
Offline update package path.
TaskId string
Asynchronous task unique identifier.
ManagementRunIpsUpdateId string
PackagePath string
Offline update package path.
TaskId string
Asynchronous task unique identifier.
managementRunIpsUpdateId String
packagePath String
Offline update package path.
taskId String
Asynchronous task unique identifier.
managementRunIpsUpdateId string
packagePath string
Offline update package path.
taskId string
Asynchronous task unique identifier.
management_run_ips_update_id str
package_path str
Offline update package path.
task_id str
Asynchronous task unique identifier.
managementRunIpsUpdateId String
packagePath String
Offline update package path.
taskId String
Asynchronous task unique identifier.

Package Details

Repository
checkpoint checkpointsw/terraform-provider-checkpoint
License
Notes
This Pulumi package is based on the checkpoint Terraform Provider.