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

checkpoint.ManagementResetSic

Explore with Pulumi AI

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

    Create ManagementResetSic Resource

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

    Constructor syntax

    new ManagementResetSic(name: string, args?: ManagementResetSicArgs, opts?: CustomResourceOptions);
    @overload
    def ManagementResetSic(resource_name: str,
                           args: Optional[ManagementResetSicArgs] = None,
                           opts: Optional[ResourceOptions] = None)
    
    @overload
    def ManagementResetSic(resource_name: str,
                           opts: Optional[ResourceOptions] = None,
                           management_reset_sic_id: Optional[str] = None,
                           name: Optional[str] = None)
    func NewManagementResetSic(ctx *Context, name string, args *ManagementResetSicArgs, opts ...ResourceOption) (*ManagementResetSic, error)
    public ManagementResetSic(string name, ManagementResetSicArgs? args = null, CustomResourceOptions? opts = null)
    public ManagementResetSic(String name, ManagementResetSicArgs args)
    public ManagementResetSic(String name, ManagementResetSicArgs args, CustomResourceOptions options)
    
    type: checkpoint:ManagementResetSic
    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 ManagementResetSicArgs
    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 ManagementResetSicArgs
    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 ManagementResetSicArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args ManagementResetSicArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args ManagementResetSicArgs
    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 managementResetSicResource = new Checkpoint.ManagementResetSic("managementResetSicResource", new()
    {
        ManagementResetSicId = "string",
        Name = "string",
    });
    
    example, err := checkpoint.NewManagementResetSic(ctx, "managementResetSicResource", &checkpoint.ManagementResetSicArgs{
    	ManagementResetSicId: pulumi.String("string"),
    	Name:                 pulumi.String("string"),
    })
    
    var managementResetSicResource = new ManagementResetSic("managementResetSicResource", ManagementResetSicArgs.builder()
        .managementResetSicId("string")
        .name("string")
        .build());
    
    management_reset_sic_resource = checkpoint.ManagementResetSic("managementResetSicResource",
        management_reset_sic_id="string",
        name="string")
    
    const managementResetSicResource = new checkpoint.ManagementResetSic("managementResetSicResource", {
        managementResetSicId: "string",
        name: "string",
    });
    
    type: checkpoint:ManagementResetSic
    properties:
        managementResetSicId: string
        name: string
    

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

    ManagementResetSicId string
    Name string
    Gateway, cluster member or Check Point host name.
    ManagementResetSicId string
    Name string
    Gateway, cluster member or Check Point host name.
    managementResetSicId String
    name String
    Gateway, cluster member or Check Point host name.
    managementResetSicId string
    name string
    Gateway, cluster member or Check Point host name.
    management_reset_sic_id str
    name str
    Gateway, cluster member or Check Point host name.
    managementResetSicId String
    name String
    Gateway, cluster member or Check Point host name.

    Outputs

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

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

    Look up Existing ManagementResetSic Resource

    Get an existing ManagementResetSic 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?: ManagementResetSicState, opts?: CustomResourceOptions): ManagementResetSic
    @staticmethod
    def get(resource_name: str,
            id: str,
            opts: Optional[ResourceOptions] = None,
            management_reset_sic_id: Optional[str] = None,
            message: Optional[str] = None,
            name: Optional[str] = None,
            task_id: Optional[str] = None) -> ManagementResetSic
    func GetManagementResetSic(ctx *Context, name string, id IDInput, state *ManagementResetSicState, opts ...ResourceOption) (*ManagementResetSic, error)
    public static ManagementResetSic Get(string name, Input<string> id, ManagementResetSicState? state, CustomResourceOptions? opts = null)
    public static ManagementResetSic get(String name, Output<String> id, ManagementResetSicState state, CustomResourceOptions options)
    resources:  _:    type: checkpoint:ManagementResetSic    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:
    ManagementResetSicId string
    Message string
    Operation status.
    Name string
    Gateway, cluster member or Check Point host name.
    TaskId string
    Command asynchronous task unique identifier.
    ManagementResetSicId string
    Message string
    Operation status.
    Name string
    Gateway, cluster member or Check Point host name.
    TaskId string
    Command asynchronous task unique identifier.
    managementResetSicId String
    message String
    Operation status.
    name String
    Gateway, cluster member or Check Point host name.
    taskId String
    Command asynchronous task unique identifier.
    managementResetSicId string
    message string
    Operation status.
    name string
    Gateway, cluster member or Check Point host name.
    taskId string
    Command asynchronous task unique identifier.
    management_reset_sic_id str
    message str
    Operation status.
    name str
    Gateway, cluster member or Check Point host name.
    task_id str
    Command asynchronous task unique identifier.
    managementResetSicId String
    message String
    Operation status.
    name String
    Gateway, cluster member or Check Point host name.
    taskId String
    Command asynchronous task 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