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

checkpoint.ManagementUpdateProvisionedSatellites

Explore with Pulumi AI

checkpoint logo
checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw

    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:

    VpnCenterGateways List<string>
    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.
    ManagementUpdateProvisionedSatellitesId string
    VpnCenterGateways []string
    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.
    ManagementUpdateProvisionedSatellitesId string
    vpnCenterGateways List<String>
    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.
    managementUpdateProvisionedSatellitesId String
    vpnCenterGateways string[]
    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.
    managementUpdateProvisionedSatellitesId string
    vpn_center_gateways Sequence[str]
    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_provisioned_satellites_id str
    vpnCenterGateways List<String>
    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.
    managementUpdateProvisionedSatellitesId String

    Outputs

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

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

    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.
    The following state arguments are supported:
    ManagementUpdateProvisionedSatellitesId string
    TaskId string
    Command asynchronous task unique identifier.
    VpnCenterGateways List<string>
    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.
    ManagementUpdateProvisionedSatellitesId string
    TaskId string
    Command asynchronous task unique identifier.
    VpnCenterGateways []string
    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.
    managementUpdateProvisionedSatellitesId String
    taskId String
    Command asynchronous task unique identifier.
    vpnCenterGateways List<String>
    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.
    managementUpdateProvisionedSatellitesId string
    taskId string
    Command asynchronous task unique identifier.
    vpnCenterGateways string[]
    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_provisioned_satellites_id str
    task_id str
    Command asynchronous task unique identifier.
    vpn_center_gateways Sequence[str]
    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.
    managementUpdateProvisionedSatellitesId String
    taskId String
    Command asynchronous task unique identifier.
    vpnCenterGateways List<String>
    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.
    checkpoint logo
    checkpoint 2.9.0 published on Monday, Apr 14, 2025 by checkpointsw