checkpoint.ManagementUpdateProvisionedSatellites
Explore with Pulumi AI
Create ManagementUpdateProvisionedSatellites Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new ManagementUpdateProvisionedSatellites(name: string, args: ManagementUpdateProvisionedSatellitesArgs, opts?: CustomResourceOptions);
@overload
def ManagementUpdateProvisionedSatellites(resource_name: str,
args: ManagementUpdateProvisionedSatellitesArgs,
opts: Optional[ResourceOptions] = None)
@overload
def ManagementUpdateProvisionedSatellites(resource_name: str,
opts: Optional[ResourceOptions] = None,
vpn_center_gateways: Optional[Sequence[str]] = None,
management_update_provisioned_satellites_id: Optional[str] = None)
func NewManagementUpdateProvisionedSatellites(ctx *Context, name string, args ManagementUpdateProvisionedSatellitesArgs, opts ...ResourceOption) (*ManagementUpdateProvisionedSatellites, error)
public ManagementUpdateProvisionedSatellites(string name, ManagementUpdateProvisionedSatellitesArgs args, CustomResourceOptions? opts = null)
public ManagementUpdateProvisionedSatellites(String name, ManagementUpdateProvisionedSatellitesArgs args)
public ManagementUpdateProvisionedSatellites(String name, ManagementUpdateProvisionedSatellitesArgs args, CustomResourceOptions options)
type: checkpoint:ManagementUpdateProvisionedSatellites
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 ManagementUpdateProvisionedSatellitesArgs
- 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 ManagementUpdateProvisionedSatellitesArgs
- 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 ManagementUpdateProvisionedSatellitesArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args ManagementUpdateProvisionedSatellitesArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args ManagementUpdateProvisionedSatellitesArgs
- 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 managementUpdateProvisionedSatellitesResource = new Checkpoint.ManagementUpdateProvisionedSatellites("managementUpdateProvisionedSatellitesResource", new()
{
VpnCenterGateways = new[]
{
"string",
},
ManagementUpdateProvisionedSatellitesId = "string",
});
example, err := checkpoint.NewManagementUpdateProvisionedSatellites(ctx, "managementUpdateProvisionedSatellitesResource", &checkpoint.ManagementUpdateProvisionedSatellitesArgs{
VpnCenterGateways: pulumi.StringArray{
pulumi.String("string"),
},
ManagementUpdateProvisionedSatellitesId: pulumi.String("string"),
})
var managementUpdateProvisionedSatellitesResource = new ManagementUpdateProvisionedSatellites("managementUpdateProvisionedSatellitesResource", ManagementUpdateProvisionedSatellitesArgs.builder()
.vpnCenterGateways("string")
.managementUpdateProvisionedSatellitesId("string")
.build());
management_update_provisioned_satellites_resource = checkpoint.ManagementUpdateProvisionedSatellites("managementUpdateProvisionedSatellitesResource",
vpn_center_gateways=["string"],
management_update_provisioned_satellites_id="string")
const managementUpdateProvisionedSatellitesResource = new checkpoint.ManagementUpdateProvisionedSatellites("managementUpdateProvisionedSatellitesResource", {
vpnCenterGateways: ["string"],
managementUpdateProvisionedSatellitesId: "string",
});
type: checkpoint:ManagementUpdateProvisionedSatellites
properties:
managementUpdateProvisionedSatellitesId: string
vpnCenterGateways:
- string
ManagementUpdateProvisionedSatellites 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 ManagementUpdateProvisionedSatellites resource accepts the following input properties:
- Vpn
Center List<string>Gateways - On what targets to execute this command. Targets may be identified by their name, or object unique identifier. The targets should be a corporate gateways.vpn_center_gateways blocks are documented below.
- Management
Update stringProvisioned Satellites Id
- Vpn
Center []stringGateways - On what targets to execute this command. Targets may be identified by their name, or object unique identifier. The targets should be a corporate gateways.vpn_center_gateways blocks are documented below.
- Management
Update stringProvisioned Satellites Id
- vpn
Center List<String>Gateways - On what targets to execute this command. Targets may be identified by their name, or object unique identifier. The targets should be a corporate gateways.vpn_center_gateways blocks are documented below.
- management
Update StringProvisioned Satellites Id
- vpn
Center string[]Gateways - On what targets to execute this command. Targets may be identified by their name, or object unique identifier. The targets should be a corporate gateways.vpn_center_gateways blocks are documented below.
- management
Update stringProvisioned Satellites Id
- vpn_
center_ Sequence[str]gateways - On what targets to execute this command. Targets may be identified by their name, or object unique identifier. The targets should be a corporate gateways.vpn_center_gateways blocks are documented below.
- management_
update_ strprovisioned_ satellites_ id
- vpn
Center List<String>Gateways - On what targets to execute this command. Targets may be identified by their name, or object unique identifier. The targets should be a corporate gateways.vpn_center_gateways blocks are documented below.
- management
Update StringProvisioned Satellites Id
Outputs
All input properties are implicitly available as output properties. Additionally, the ManagementUpdateProvisionedSatellites resource produces the following output properties:
Look up Existing ManagementUpdateProvisionedSatellites Resource
Get an existing ManagementUpdateProvisionedSatellites 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?: ManagementUpdateProvisionedSatellitesState, opts?: CustomResourceOptions): ManagementUpdateProvisionedSatellites
@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
management_update_provisioned_satellites_id: Optional[str] = None,
task_id: Optional[str] = None,
vpn_center_gateways: Optional[Sequence[str]] = None) -> ManagementUpdateProvisionedSatellites
func GetManagementUpdateProvisionedSatellites(ctx *Context, name string, id IDInput, state *ManagementUpdateProvisionedSatellitesState, opts ...ResourceOption) (*ManagementUpdateProvisionedSatellites, error)
public static ManagementUpdateProvisionedSatellites Get(string name, Input<string> id, ManagementUpdateProvisionedSatellitesState? state, CustomResourceOptions? opts = null)
public static ManagementUpdateProvisionedSatellites get(String name, Output<String> id, ManagementUpdateProvisionedSatellitesState state, CustomResourceOptions options)
resources: _: type: checkpoint:ManagementUpdateProvisionedSatellites 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
Update stringProvisioned Satellites Id - Task
Id string - Command asynchronous task unique identifier.
- Vpn
Center List<string>Gateways - On what targets to execute this command. Targets may be identified by their name, or object unique identifier. The targets should be a corporate gateways.vpn_center_gateways blocks are documented below.
- Management
Update stringProvisioned Satellites Id - Task
Id string - Command asynchronous task unique identifier.
- Vpn
Center []stringGateways - On what targets to execute this command. Targets may be identified by their name, or object unique identifier. The targets should be a corporate gateways.vpn_center_gateways blocks are documented below.
- management
Update StringProvisioned Satellites Id - task
Id String - Command asynchronous task unique identifier.
- vpn
Center List<String>Gateways - On what targets to execute this command. Targets may be identified by their name, or object unique identifier. The targets should be a corporate gateways.vpn_center_gateways blocks are documented below.
- management
Update stringProvisioned Satellites Id - task
Id string - Command asynchronous task unique identifier.
- vpn
Center string[]Gateways - On what targets to execute this command. Targets may be identified by their name, or object unique identifier. The targets should be a corporate gateways.vpn_center_gateways blocks are documented below.
- management_
update_ strprovisioned_ satellites_ id - task_
id str - Command asynchronous task unique identifier.
- vpn_
center_ Sequence[str]gateways - On what targets to execute this command. Targets may be identified by their name, or object unique identifier. The targets should be a corporate gateways.vpn_center_gateways blocks are documented below.
- management
Update StringProvisioned Satellites Id - task
Id String - Command asynchronous task unique identifier.
- vpn
Center List<String>Gateways - On what targets to execute this command. Targets may be identified by their name, or object unique identifier. The targets should be a corporate gateways.vpn_center_gateways blocks are documented below.
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpoint
Terraform Provider.