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

checkpoint.ManagementSetGatewayGlobalUse

Explore with Pulumi AI

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

    Create ManagementSetGatewayGlobalUse Resource

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

    Constructor syntax

    new ManagementSetGatewayGlobalUse(name: string, args: ManagementSetGatewayGlobalUseArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementSetGatewayGlobalUse(resource_name: str,
                                      args: ManagementSetGatewayGlobalUseArgs,
                                      opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementSetGatewayGlobalUse(resource_name: str,
                                      opts: Optional[ResourceOptions] = None,
                                      enabled: Optional[bool] = None,
                                      target: Optional[str] = None,
                                      management_set_gateway_global_use_id: Optional[str] = None)
    func NewManagementSetGatewayGlobalUse(ctx *Context, name string, args ManagementSetGatewayGlobalUseArgs, opts ...ResourceOption) (*ManagementSetGatewayGlobalUse, error)
    public ManagementSetGatewayGlobalUse(string name, ManagementSetGatewayGlobalUseArgs args, CustomResourceOptions? opts = null)
    public ManagementSetGatewayGlobalUse(String name, ManagementSetGatewayGlobalUseArgs args)
    public ManagementSetGatewayGlobalUse(String name, ManagementSetGatewayGlobalUseArgs args, CustomResourceOptions options)
    
    type: checkpoint:ManagementSetGatewayGlobalUse
    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 ManagementSetGatewayGlobalUseArgs
    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 ManagementSetGatewayGlobalUseArgs
    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 ManagementSetGatewayGlobalUseArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementSetGatewayGlobalUseArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementSetGatewayGlobalUseArgs
    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 managementSetGatewayGlobalUseResource = new Checkpoint.ManagementSetGatewayGlobalUse("managementSetGatewayGlobalUseResource", new()
    {
        Enabled = false,
        Target = "string",
        ManagementSetGatewayGlobalUseId = "string",
    });
    
    example, err := checkpoint.NewManagementSetGatewayGlobalUse(ctx, "managementSetGatewayGlobalUseResource", &checkpoint.ManagementSetGatewayGlobalUseArgs{
    	Enabled:                         pulumi.Bool(false),
    	Target:                          pulumi.String("string"),
    	ManagementSetGatewayGlobalUseId: pulumi.String("string"),
    })
    
    var managementSetGatewayGlobalUseResource = new ManagementSetGatewayGlobalUse("managementSetGatewayGlobalUseResource", ManagementSetGatewayGlobalUseArgs.builder()
        .enabled(false)
        .target("string")
        .managementSetGatewayGlobalUseId("string")
        .build());
    
    management_set_gateway_global_use_resource = checkpoint.ManagementSetGatewayGlobalUse("managementSetGatewayGlobalUseResource",
        enabled=False,
        target="string",
        management_set_gateway_global_use_id="string")
    
    const managementSetGatewayGlobalUseResource = new checkpoint.ManagementSetGatewayGlobalUse("managementSetGatewayGlobalUseResource", {
        enabled: false,
        target: "string",
        managementSetGatewayGlobalUseId: "string",
    });
    
    type: checkpoint:ManagementSetGatewayGlobalUse
    properties:
        enabled: false
        managementSetGatewayGlobalUseId: string
        target: string
    

    ManagementSetGatewayGlobalUse 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 ManagementSetGatewayGlobalUse resource accepts the following input properties:

    Enabled bool
    Indicates whether global use is enabled on the target.
    Target string
    On what target to execute this command. Target may be identified by its object name, or object unique identifier.
    ManagementSetGatewayGlobalUseId string
    Enabled bool
    Indicates whether global use is enabled on the target.
    Target string
    On what target to execute this command. Target may be identified by its object name, or object unique identifier.
    ManagementSetGatewayGlobalUseId string
    enabled Boolean
    Indicates whether global use is enabled on the target.
    target String
    On what target to execute this command. Target may be identified by its object name, or object unique identifier.
    managementSetGatewayGlobalUseId String
    enabled boolean
    Indicates whether global use is enabled on the target.
    target string
    On what target to execute this command. Target may be identified by its object name, or object unique identifier.
    managementSetGatewayGlobalUseId string
    enabled bool
    Indicates whether global use is enabled on the target.
    target str
    On what target to execute this command. Target may be identified by its object name, or object unique identifier.
    management_set_gateway_global_use_id str
    enabled Boolean
    Indicates whether global use is enabled on the target.
    target String
    On what target to execute this command. Target may be identified by its object name, or object unique identifier.
    managementSetGatewayGlobalUseId String

    Outputs

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

    Id string
    The provider-assigned unique ID for this managed resource.
    Uid string
    Object unique identifier.
    Id string
    The provider-assigned unique ID for this managed resource.
    Uid string
    Object unique identifier.
    id String
    The provider-assigned unique ID for this managed resource.
    uid String
    Object unique identifier.
    id string
    The provider-assigned unique ID for this managed resource.
    uid string
    Object unique identifier.
    id str
    The provider-assigned unique ID for this managed resource.
    uid str
    Object unique identifier.
    id String
    The provider-assigned unique ID for this managed resource.
    uid String
    Object unique identifier.

    Look up Existing ManagementSetGatewayGlobalUse Resource

    Get an existing ManagementSetGatewayGlobalUse 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?: ManagementSetGatewayGlobalUseState, opts?: CustomResourceOptions): ManagementSetGatewayGlobalUse
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            enabled: Optional[bool] = None,
            management_set_gateway_global_use_id: Optional[str] = None,
            target: Optional[str] = None,
            uid: Optional[str] = None) -> ManagementSetGatewayGlobalUse
    func GetManagementSetGatewayGlobalUse(ctx *Context, name string, id IDInput, state *ManagementSetGatewayGlobalUseState, opts ...ResourceOption) (*ManagementSetGatewayGlobalUse, error)
    public static ManagementSetGatewayGlobalUse Get(string name, Input<string> id, ManagementSetGatewayGlobalUseState? state, CustomResourceOptions? opts = null)
    public static ManagementSetGatewayGlobalUse get(String name, Output<String> id, ManagementSetGatewayGlobalUseState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:ManagementSetGatewayGlobalUse    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:
    Enabled bool
    Indicates whether global use is enabled on the target.
    ManagementSetGatewayGlobalUseId string
    Target string
    On what target to execute this command. Target may be identified by its object name, or object unique identifier.
    Uid string
    Object unique identifier.
    Enabled bool
    Indicates whether global use is enabled on the target.
    ManagementSetGatewayGlobalUseId string
    Target string
    On what target to execute this command. Target may be identified by its object name, or object unique identifier.
    Uid string
    Object unique identifier.
    enabled Boolean
    Indicates whether global use is enabled on the target.
    managementSetGatewayGlobalUseId String
    target String
    On what target to execute this command. Target may be identified by its object name, or object unique identifier.
    uid String
    Object unique identifier.
    enabled boolean
    Indicates whether global use is enabled on the target.
    managementSetGatewayGlobalUseId string
    target string
    On what target to execute this command. Target may be identified by its object name, or object unique identifier.
    uid string
    Object unique identifier.
    enabled bool
    Indicates whether global use is enabled on the target.
    management_set_gateway_global_use_id str
    target str
    On what target to execute this command. Target may be identified by its object name, or object unique identifier.
    uid str
    Object unique identifier.
    enabled Boolean
    Indicates whether global use is enabled on the target.
    managementSetGatewayGlobalUseId String
    target String
    On what target to execute this command. Target may be identified by its object name, or object unique identifier.
    uid String
    Object unique identifier.

    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