published on Monday, Jun 15, 2026 by checkpointsw
published on Monday, Jun 15, 2026 by checkpointsw
Create GaiaManagementInterface Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new GaiaManagementInterface(name: string, args?: GaiaManagementInterfaceArgs, opts?: CustomResourceOptions);@overload
def GaiaManagementInterface(resource_name: str,
args: Optional[GaiaManagementInterfaceArgs] = None,
opts: Optional[ResourceOptions] = None)
@overload
def GaiaManagementInterface(resource_name: str,
opts: Optional[ResourceOptions] = None,
debug: Optional[bool] = None,
gaia_management_interface_id: Optional[str] = None,
member_id: Optional[str] = None,
name: Optional[str] = None,
virtual_system_id: Optional[float] = None)func NewGaiaManagementInterface(ctx *Context, name string, args *GaiaManagementInterfaceArgs, opts ...ResourceOption) (*GaiaManagementInterface, error)public GaiaManagementInterface(string name, GaiaManagementInterfaceArgs? args = null, CustomResourceOptions? opts = null)
public GaiaManagementInterface(String name, GaiaManagementInterfaceArgs args)
public GaiaManagementInterface(String name, GaiaManagementInterfaceArgs args, CustomResourceOptions options)
type: checkpoint:GaiaManagementInterface
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "checkpoint_gaiamanagementinterface" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args GaiaManagementInterfaceArgs
- 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 GaiaManagementInterfaceArgs
- 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 GaiaManagementInterfaceArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args GaiaManagementInterfaceArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args GaiaManagementInterfaceArgs
- 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 gaiaManagementInterfaceResource = new Checkpoint.GaiaManagementInterface("gaiaManagementInterfaceResource", new()
{
Debug = false,
GaiaManagementInterfaceId = "string",
MemberId = "string",
Name = "string",
VirtualSystemId = 0,
});
example, err := checkpoint.NewGaiaManagementInterface(ctx, "gaiaManagementInterfaceResource", &checkpoint.GaiaManagementInterfaceArgs{
Debug: pulumi.Bool(false),
GaiaManagementInterfaceId: pulumi.String("string"),
MemberId: pulumi.String("string"),
Name: pulumi.String("string"),
VirtualSystemId: pulumi.Float64(0),
})
resource "checkpoint_gaiamanagementinterface" "gaiaManagementInterfaceResource" {
debug = false
gaia_management_interface_id = "string"
member_id = "string"
name = "string"
virtual_system_id = 0
}
var gaiaManagementInterfaceResource = new GaiaManagementInterface("gaiaManagementInterfaceResource", GaiaManagementInterfaceArgs.builder()
.debug(false)
.gaiaManagementInterfaceId("string")
.memberId("string")
.name("string")
.virtualSystemId(0.0)
.build());
gaia_management_interface_resource = checkpoint.GaiaManagementInterface("gaiaManagementInterfaceResource",
debug=False,
gaia_management_interface_id="string",
member_id="string",
name="string",
virtual_system_id=float(0))
const gaiaManagementInterfaceResource = new checkpoint.GaiaManagementInterface("gaiaManagementInterfaceResource", {
debug: false,
gaiaManagementInterfaceId: "string",
memberId: "string",
name: "string",
virtualSystemId: 0,
});
type: checkpoint:GaiaManagementInterface
properties:
debug: false
gaiaManagementInterfaceId: string
memberId: string
name: string
virtualSystemId: 0
GaiaManagementInterface 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 GaiaManagementInterface resource accepts the following input properties:
- Debug bool
- Enable debug logging for this resource.
- Gaia
Management stringInterface Id - Member
Id string - Relevant for commands on Scalable and ElasticXL platforms only.When member-id is provided in the login request,show commands during the session will be executed on the specified member,unless a different member-id is provided in a successive requestsSet operations will be performed on all members
- Name string
- Interface name
- Virtual
System doubleId - Virtual System ID. Relevant for VSNext setups
- Debug bool
- Enable debug logging for this resource.
- Gaia
Management stringInterface Id - Member
Id string - Relevant for commands on Scalable and ElasticXL platforms only.When member-id is provided in the login request,show commands during the session will be executed on the specified member,unless a different member-id is provided in a successive requestsSet operations will be performed on all members
- Name string
- Interface name
- Virtual
System float64Id - Virtual System ID. Relevant for VSNext setups
- debug bool
- Enable debug logging for this resource.
- gaia_
management_ stringinterface_ id - member_
id string - Relevant for commands on Scalable and ElasticXL platforms only.When member-id is provided in the login request,show commands during the session will be executed on the specified member,unless a different member-id is provided in a successive requestsSet operations will be performed on all members
- name string
- Interface name
- virtual_
system_ numberid - Virtual System ID. Relevant for VSNext setups
- debug Boolean
- Enable debug logging for this resource.
- gaia
Management StringInterface Id - member
Id String - Relevant for commands on Scalable and ElasticXL platforms only.When member-id is provided in the login request,show commands during the session will be executed on the specified member,unless a different member-id is provided in a successive requestsSet operations will be performed on all members
- name String
- Interface name
- virtual
System DoubleId - Virtual System ID. Relevant for VSNext setups
- debug boolean
- Enable debug logging for this resource.
- gaia
Management stringInterface Id - member
Id string - Relevant for commands on Scalable and ElasticXL platforms only.When member-id is provided in the login request,show commands during the session will be executed on the specified member,unless a different member-id is provided in a successive requestsSet operations will be performed on all members
- name string
- Interface name
- virtual
System numberId - Virtual System ID. Relevant for VSNext setups
- debug bool
- Enable debug logging for this resource.
- gaia_
management_ strinterface_ id - member_
id str - Relevant for commands on Scalable and ElasticXL platforms only.When member-id is provided in the login request,show commands during the session will be executed on the specified member,unless a different member-id is provided in a successive requestsSet operations will be performed on all members
- name str
- Interface name
- virtual_
system_ floatid - Virtual System ID. Relevant for VSNext setups
- debug Boolean
- Enable debug logging for this resource.
- gaia
Management StringInterface Id - member
Id String - Relevant for commands on Scalable and ElasticXL platforms only.When member-id is provided in the login request,show commands during the session will be executed on the specified member,unless a different member-id is provided in a successive requestsSet operations will be performed on all members
- name String
- Interface name
- virtual
System NumberId - Virtual System ID. Relevant for VSNext setups
Outputs
All input properties are implicitly available as output properties. Additionally, the GaiaManagementInterface resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Id string
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
- id string
- The provider-assigned unique ID for this managed resource.
- id str
- The provider-assigned unique ID for this managed resource.
- id String
- The provider-assigned unique ID for this managed resource.
Look up Existing GaiaManagementInterface Resource
Get an existing GaiaManagementInterface 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?: GaiaManagementInterfaceState, opts?: CustomResourceOptions): GaiaManagementInterface@staticmethod
def get(resource_name: str,
id: str,
opts: Optional[ResourceOptions] = None,
debug: Optional[bool] = None,
gaia_management_interface_id: Optional[str] = None,
member_id: Optional[str] = None,
name: Optional[str] = None,
virtual_system_id: Optional[float] = None) -> GaiaManagementInterfacefunc GetGaiaManagementInterface(ctx *Context, name string, id IDInput, state *GaiaManagementInterfaceState, opts ...ResourceOption) (*GaiaManagementInterface, error)public static GaiaManagementInterface Get(string name, Input<string> id, GaiaManagementInterfaceState? state, CustomResourceOptions? opts = null)public static GaiaManagementInterface get(String name, Output<String> id, GaiaManagementInterfaceState state, CustomResourceOptions options)resources: _: type: checkpoint:GaiaManagementInterface get: id: ${id}import {
to = checkpoint_gaiamanagementinterface.example
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.
- Debug bool
- Enable debug logging for this resource.
- Gaia
Management stringInterface Id - Member
Id string - Relevant for commands on Scalable and ElasticXL platforms only.When member-id is provided in the login request,show commands during the session will be executed on the specified member,unless a different member-id is provided in a successive requestsSet operations will be performed on all members
- Name string
- Interface name
- Virtual
System doubleId - Virtual System ID. Relevant for VSNext setups
- Debug bool
- Enable debug logging for this resource.
- Gaia
Management stringInterface Id - Member
Id string - Relevant for commands on Scalable and ElasticXL platforms only.When member-id is provided in the login request,show commands during the session will be executed on the specified member,unless a different member-id is provided in a successive requestsSet operations will be performed on all members
- Name string
- Interface name
- Virtual
System float64Id - Virtual System ID. Relevant for VSNext setups
- debug bool
- Enable debug logging for this resource.
- gaia_
management_ stringinterface_ id - member_
id string - Relevant for commands on Scalable and ElasticXL platforms only.When member-id is provided in the login request,show commands during the session will be executed on the specified member,unless a different member-id is provided in a successive requestsSet operations will be performed on all members
- name string
- Interface name
- virtual_
system_ numberid - Virtual System ID. Relevant for VSNext setups
- debug Boolean
- Enable debug logging for this resource.
- gaia
Management StringInterface Id - member
Id String - Relevant for commands on Scalable and ElasticXL platforms only.When member-id is provided in the login request,show commands during the session will be executed on the specified member,unless a different member-id is provided in a successive requestsSet operations will be performed on all members
- name String
- Interface name
- virtual
System DoubleId - Virtual System ID. Relevant for VSNext setups
- debug boolean
- Enable debug logging for this resource.
- gaia
Management stringInterface Id - member
Id string - Relevant for commands on Scalable and ElasticXL platforms only.When member-id is provided in the login request,show commands during the session will be executed on the specified member,unless a different member-id is provided in a successive requestsSet operations will be performed on all members
- name string
- Interface name
- virtual
System numberId - Virtual System ID. Relevant for VSNext setups
- debug bool
- Enable debug logging for this resource.
- gaia_
management_ strinterface_ id - member_
id str - Relevant for commands on Scalable and ElasticXL platforms only.When member-id is provided in the login request,show commands during the session will be executed on the specified member,unless a different member-id is provided in a successive requestsSet operations will be performed on all members
- name str
- Interface name
- virtual_
system_ floatid - Virtual System ID. Relevant for VSNext setups
- debug Boolean
- Enable debug logging for this resource.
- gaia
Management StringInterface Id - member
Id String - Relevant for commands on Scalable and ElasticXL platforms only.When member-id is provided in the login request,show commands during the session will be executed on the specified member,unless a different member-id is provided in a successive requestsSet operations will be performed on all members
- name String
- Interface name
- virtual
System NumberId - Virtual System ID. Relevant for VSNext setups
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
published on Monday, Jun 15, 2026 by checkpointsw