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 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 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 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 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 String
- The unique name of the resource.
- args 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",
});
example, err := checkpoint.NewManagementRunIpsUpdate(ctx, "managementRunIpsUpdateResource", &checkpoint.ManagementRunIpsUpdateArgs{
ManagementRunIpsUpdateId: pulumi.String("string"),
PackagePath: pulumi.String("string"),
})
var managementRunIpsUpdateResource = new ManagementRunIpsUpdate("managementRunIpsUpdateResource", ManagementRunIpsUpdateArgs.builder()
.managementRunIpsUpdateId("string")
.packagePath("string")
.build());
management_run_ips_update_resource = checkpoint.ManagementRunIpsUpdate("managementRunIpsUpdateResource",
management_run_ips_update_id="string",
package_path="string")
const managementRunIpsUpdateResource = new checkpoint.ManagementRunIpsUpdate("managementRunIpsUpdateResource", {
managementRunIpsUpdateId: "string",
packagePath: "string",
});
type: checkpoint:ManagementRunIpsUpdate
properties:
managementRunIpsUpdateId: string
packagePath: string
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:
- Management
Run stringIps Update Id - Package
Path string - Offline update package path.
- Management
Run stringIps Update Id - Package
Path string - Offline update package path.
- management
Run StringIps Update Id - package
Path String - Offline update package path.
- management
Run stringIps Update Id - package
Path string - Offline update package path.
- management_
run_ strips_ update_ id - package_
path str - Offline update package path.
- management
Run StringIps Update Id - package
Path String - Offline update package path.
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementRunIpsUpdate resource produces the following output properties:
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
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- The unique provider ID of the resource to lookup.
- name
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- 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
- The unique name of the resulting resource.
- id
- 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.
- Management
Run stringIps Update Id - Package
Path string - Offline update package path.
- Task
Id string - Asynchronous task unique identifier.
- Management
Run stringIps Update Id - Package
Path string - Offline update package path.
- Task
Id string - Asynchronous task unique identifier.
- management
Run StringIps Update Id - package
Path String - Offline update package path.
- task
Id String - Asynchronous task unique identifier.
- management
Run stringIps Update Id - package
Path string - Offline update package path.
- task
Id string - Asynchronous task unique identifier.
- management_
run_ strips_ update_ id - package_
path str - Offline update package path.
- task_
id str - Asynchronous task unique identifier.
- management
Run StringIps Update Id - package
Path String - Offline update package path.
- task
Id 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.