mso 1.7.0 published on Tuesday, Dec 9, 2025 by ciscodevnet
mso 1.7.0 published on Tuesday, Dec 9, 2025 by ciscodevnet
Using getSchemaTemplateContractServiceChaining
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 getSchemaTemplateContractServiceChaining(args: GetSchemaTemplateContractServiceChainingArgs, opts?: InvokeOptions): Promise<GetSchemaTemplateContractServiceChainingResult>
function getSchemaTemplateContractServiceChainingOutput(args: GetSchemaTemplateContractServiceChainingOutputArgs, opts?: InvokeOptions): Output<GetSchemaTemplateContractServiceChainingResult>def get_schema_template_contract_service_chaining(contract_name: Optional[str] = None,
id: Optional[str] = None,
schema_id: Optional[str] = None,
template_name: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetSchemaTemplateContractServiceChainingResult
def get_schema_template_contract_service_chaining_output(contract_name: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
schema_id: Optional[pulumi.Input[str]] = None,
template_name: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetSchemaTemplateContractServiceChainingResult]func LookupSchemaTemplateContractServiceChaining(ctx *Context, args *LookupSchemaTemplateContractServiceChainingArgs, opts ...InvokeOption) (*LookupSchemaTemplateContractServiceChainingResult, error)
func LookupSchemaTemplateContractServiceChainingOutput(ctx *Context, args *LookupSchemaTemplateContractServiceChainingOutputArgs, opts ...InvokeOption) LookupSchemaTemplateContractServiceChainingResultOutput> Note: This function is named LookupSchemaTemplateContractServiceChaining in the Go SDK.
public static class GetSchemaTemplateContractServiceChaining
{
public static Task<GetSchemaTemplateContractServiceChainingResult> InvokeAsync(GetSchemaTemplateContractServiceChainingArgs args, InvokeOptions? opts = null)
public static Output<GetSchemaTemplateContractServiceChainingResult> Invoke(GetSchemaTemplateContractServiceChainingInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetSchemaTemplateContractServiceChainingResult> getSchemaTemplateContractServiceChaining(GetSchemaTemplateContractServiceChainingArgs args, InvokeOptions options)
public static Output<GetSchemaTemplateContractServiceChainingResult> getSchemaTemplateContractServiceChaining(GetSchemaTemplateContractServiceChainingArgs args, InvokeOptions options)
fn::invoke:
function: mso:index/getSchemaTemplateContractServiceChaining:getSchemaTemplateContractServiceChaining
arguments:
# arguments dictionaryThe following arguments are supported:
- Contract
Name string - Schema
Id string - Template
Name string - Id string
- Contract
Name string - Schema
Id string - Template
Name string - Id string
- contract
Name String - schema
Id String - template
Name String - id String
- contract
Name string - schema
Id string - template
Name string - id string
- contract_
name str - schema_
id str - template_
name str - id str
- contract
Name String - schema
Id String - template
Name String - id String
getSchemaTemplateContractServiceChaining Result
The following output properties are available:
- Contract
Name string - Id string
- Name string
- Node
Filter string - Schema
Id string - Service
Nodes List<GetSchema Template Contract Service Chaining Service Node> - Template
Name string
- Contract
Name string - Id string
- Name string
- Node
Filter string - Schema
Id string - Service
Nodes []GetSchema Template Contract Service Chaining Service Node - Template
Name string
- contract
Name String - id String
- name String
- node
Filter String - schema
Id String - service
Nodes List<GetSchema Template Contract Service Chaining Service Node> - template
Name String
- contract
Name string - id string
- name string
- node
Filter string - schema
Id string - service
Nodes GetSchema Template Contract Service Chaining Service Node[] - template
Name string
- contract
Name String - id String
- name String
- node
Filter String - schema
Id String - service
Nodes List<Property Map> - template
Name String
Supporting Types
GetSchemaTemplateContractServiceChainingServiceNode
- consumer
Connectors List<Property Map> - device
Ref String - device
Type String - index Number
- name String
- provider
Connectors List<Property Map> - uuid String
GetSchemaTemplateContractServiceChainingServiceNodeConsumerConnector
- Interface
Name string - Is
Redirect bool
- Interface
Name string - Is
Redirect bool
- interface
Name String - is
Redirect Boolean
- interface
Name string - is
Redirect boolean
- interface_
name str - is_
redirect bool
- interface
Name String - is
Redirect Boolean
GetSchemaTemplateContractServiceChainingServiceNodeProviderConnector
- Interface
Name string - Is
Redirect bool
- Interface
Name string - Is
Redirect bool
- interface
Name String - is
Redirect Boolean
- interface
Name string - is
Redirect boolean
- interface_
name str - is_
redirect bool
- interface
Name String - is
Redirect Boolean
Package Details
- Repository
- mso ciscodevnet/terraform-provider-mso
- License
- Notes
- This Pulumi package is based on the
msoTerraform Provider.
mso 1.7.0 published on Tuesday, Dec 9, 2025 by ciscodevnet
