Viewing docs for checkpoint 3.2.0
published on Monday, Jun 15, 2026 by checkpointsw
published on Monday, Jun 15, 2026 by checkpointsw
Viewing docs for checkpoint 3.2.0
published on Monday, Jun 15, 2026 by checkpointsw
published on Monday, Jun 15, 2026 by checkpointsw
Using getGaiaShowOspfRoutemap
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getGaiaShowOspfRoutemap(args: GetGaiaShowOspfRoutemapArgs, opts?: InvokeOptions): Promise<GetGaiaShowOspfRoutemapResult>
function getGaiaShowOspfRoutemapOutput(args: GetGaiaShowOspfRoutemapOutputArgs, opts?: InvokeOptions): Output<GetGaiaShowOspfRoutemapResult>def get_gaia_show_ospf_routemap(debug: Optional[bool] = None,
id: Optional[str] = None,
member_id: Optional[str] = None,
protocol_instance: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetGaiaShowOspfRoutemapResult
def get_gaia_show_ospf_routemap_output(debug: pulumi.Input[Optional[bool]] = None,
id: pulumi.Input[Optional[str]] = None,
member_id: pulumi.Input[Optional[str]] = None,
protocol_instance: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetGaiaShowOspfRoutemapResult]func GetGaiaShowOspfRoutemap(ctx *Context, args *GetGaiaShowOspfRoutemapArgs, opts ...InvokeOption) (*GetGaiaShowOspfRoutemapResult, error)
func GetGaiaShowOspfRoutemapOutput(ctx *Context, args *GetGaiaShowOspfRoutemapOutputArgs, opts ...InvokeOption) GetGaiaShowOspfRoutemapResultOutput> Note: This function is named GetGaiaShowOspfRoutemap in the Go SDK.
public static class GetGaiaShowOspfRoutemap
{
public static Task<GetGaiaShowOspfRoutemapResult> InvokeAsync(GetGaiaShowOspfRoutemapArgs args, InvokeOptions? opts = null)
public static Output<GetGaiaShowOspfRoutemapResult> Invoke(GetGaiaShowOspfRoutemapInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetGaiaShowOspfRoutemapResult> getGaiaShowOspfRoutemap(GetGaiaShowOspfRoutemapArgs args, InvokeOptions options)
public static Output<GetGaiaShowOspfRoutemapResult> getGaiaShowOspfRoutemap(GetGaiaShowOspfRoutemapArgs args, InvokeOptions options)
fn::invoke:
function: checkpoint:index/getGaiaShowOspfRoutemap:getGaiaShowOspfRoutemap
arguments:
# arguments dictionarydata "checkpoint_getgaiashowospfroutemap" "name" {
# arguments
}The following arguments are supported:
- Debug bool
- Id string
- 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 requests Set operations will be performed on all members
- Protocol
Instance string - Existing OSPFv2 Instance
- Debug bool
- Id string
- 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 requests Set operations will be performed on all members
- Protocol
Instance string - Existing OSPFv2 Instance
- debug bool
- id string
- 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 requests Set operations will be performed on all members
- protocol_
instance string - Existing OSPFv2 Instance
- debug Boolean
- id String
- 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 requests Set operations will be performed on all members
- protocol
Instance String - Existing OSPFv2 Instance
- debug boolean
- id string
- 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 requests Set operations will be performed on all members
- protocol
Instance string - Existing OSPFv2 Instance
- debug bool
- id str
- 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 requests Set operations will be performed on all members
- protocol_
instance str - Existing OSPFv2 Instance
- debug Boolean
- id String
- 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 requests Set operations will be performed on all members
- protocol
Instance String - Existing OSPFv2 Instance
getGaiaShowOspfRoutemap Result
The following output properties are available:
- Id string
- Objects
List<Get
Gaia Show Ospf Routemap Object> - Debug bool
- Member
Id string - Protocol
Instance string
- Id string
- Objects
[]Get
Gaia Show Ospf Routemap Object - Debug bool
- Member
Id string - Protocol
Instance string
- id string
- objects list(object)
- debug bool
- member_
id string - protocol_
instance string
- id String
- objects
List<Get
Gaia Show Ospf Routemap Object> - debug Boolean
- member
Id String - protocol
Instance String
- id string
- objects
Get
Gaia Show Ospf Routemap Object[] - debug boolean
- member
Id string - protocol
Instance string
- id String
- objects List<Property Map>
- debug Boolean
- member
Id String - protocol
Instance String
Supporting Types
GetGaiaShowOspfRoutemapObject
- Name string
- Preference double
- Protocol
Instance double - Existing OSPFv2 Instance
- Type string
- Name string
- Preference float64
- Protocol
Instance float64 - Existing OSPFv2 Instance
- Type string
- name string
- preference number
- protocol_
instance number - Existing OSPFv2 Instance
- type string
- name String
- preference Double
- protocol
Instance Double - Existing OSPFv2 Instance
- type String
- name string
- preference number
- protocol
Instance number - Existing OSPFv2 Instance
- type string
- name str
- preference float
- protocol_
instance float - Existing OSPFv2 Instance
- type str
- name String
- preference Number
- protocol
Instance Number - Existing OSPFv2 Instance
- type String
Package Details
- Repository
- checkpoint checkpointsw/terraform-provider-checkpoint
- License
- Notes
- This Pulumi package is based on the
checkpointTerraform Provider.
Viewing docs for checkpoint 3.2.0
published on Monday, Jun 15, 2026 by checkpointsw
published on Monday, Jun 15, 2026 by checkpointsw