1. Packages
  2. Intersight Provider
  3. API Docs
  4. getFabricSwitchClusterProfile
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

intersight.getFabricSwitchClusterProfile

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    This specifies the configuration policies for a cluster of switches.

    Using getFabricSwitchClusterProfile

    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 getFabricSwitchClusterProfile(args: GetFabricSwitchClusterProfileArgs, opts?: InvokeOptions): Promise<GetFabricSwitchClusterProfileResult>
    function getFabricSwitchClusterProfileOutput(args: GetFabricSwitchClusterProfileOutputArgs, opts?: InvokeOptions): Output<GetFabricSwitchClusterProfileResult>
    def get_fabric_switch_cluster_profile(account_moid: Optional[str] = None,
                                          additional_properties: Optional[str] = None,
                                          ancestors: Optional[Sequence[GetFabricSwitchClusterProfileAncestor]] = None,
                                          class_id: Optional[str] = None,
                                          cluster_assignments: Optional[Sequence[GetFabricSwitchClusterProfileClusterAssignment]] = None,
                                          config_context: Optional[GetFabricSwitchClusterProfileConfigContext] = None,
                                          create_time: Optional[str] = None,
                                          deploy_status: Optional[str] = None,
                                          deployed_switches: Optional[str] = None,
                                          description: Optional[str] = None,
                                          domain_group_moid: Optional[str] = None,
                                          id: Optional[str] = None,
                                          mod_time: Optional[str] = None,
                                          moid: Optional[str] = None,
                                          name: Optional[str] = None,
                                          object_type: Optional[str] = None,
                                          organization: Optional[GetFabricSwitchClusterProfileOrganization] = None,
                                          owners: Optional[Sequence[str]] = None,
                                          parent: Optional[GetFabricSwitchClusterProfileParent] = None,
                                          permission_resources: Optional[Sequence[GetFabricSwitchClusterProfilePermissionResource]] = None,
                                          shared_scope: Optional[str] = None,
                                          src_template: Optional[GetFabricSwitchClusterProfileSrcTemplate] = None,
                                          switch_profiles: Optional[Sequence[GetFabricSwitchClusterProfileSwitchProfile]] = None,
                                          switch_profiles_count: Optional[float] = None,
                                          tags: Optional[Sequence[GetFabricSwitchClusterProfileTag]] = None,
                                          type: Optional[str] = None,
                                          user_label: Optional[str] = None,
                                          version_context: Optional[GetFabricSwitchClusterProfileVersionContext] = None,
                                          opts: Optional[InvokeOptions] = None) -> GetFabricSwitchClusterProfileResult
    def get_fabric_switch_cluster_profile_output(account_moid: Optional[pulumi.Input[str]] = None,
                                          additional_properties: Optional[pulumi.Input[str]] = None,
                                          ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricSwitchClusterProfileAncestorArgs]]]] = None,
                                          class_id: Optional[pulumi.Input[str]] = None,
                                          cluster_assignments: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricSwitchClusterProfileClusterAssignmentArgs]]]] = None,
                                          config_context: Optional[pulumi.Input[GetFabricSwitchClusterProfileConfigContextArgs]] = None,
                                          create_time: Optional[pulumi.Input[str]] = None,
                                          deploy_status: Optional[pulumi.Input[str]] = None,
                                          deployed_switches: Optional[pulumi.Input[str]] = None,
                                          description: Optional[pulumi.Input[str]] = None,
                                          domain_group_moid: Optional[pulumi.Input[str]] = None,
                                          id: Optional[pulumi.Input[str]] = None,
                                          mod_time: Optional[pulumi.Input[str]] = None,
                                          moid: Optional[pulumi.Input[str]] = None,
                                          name: Optional[pulumi.Input[str]] = None,
                                          object_type: Optional[pulumi.Input[str]] = None,
                                          organization: Optional[pulumi.Input[GetFabricSwitchClusterProfileOrganizationArgs]] = None,
                                          owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                          parent: Optional[pulumi.Input[GetFabricSwitchClusterProfileParentArgs]] = None,
                                          permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricSwitchClusterProfilePermissionResourceArgs]]]] = None,
                                          shared_scope: Optional[pulumi.Input[str]] = None,
                                          src_template: Optional[pulumi.Input[GetFabricSwitchClusterProfileSrcTemplateArgs]] = None,
                                          switch_profiles: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricSwitchClusterProfileSwitchProfileArgs]]]] = None,
                                          switch_profiles_count: Optional[pulumi.Input[float]] = None,
                                          tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricSwitchClusterProfileTagArgs]]]] = None,
                                          type: Optional[pulumi.Input[str]] = None,
                                          user_label: Optional[pulumi.Input[str]] = None,
                                          version_context: Optional[pulumi.Input[GetFabricSwitchClusterProfileVersionContextArgs]] = None,
                                          opts: Optional[InvokeOptions] = None) -> Output[GetFabricSwitchClusterProfileResult]
    func LookupFabricSwitchClusterProfile(ctx *Context, args *LookupFabricSwitchClusterProfileArgs, opts ...InvokeOption) (*LookupFabricSwitchClusterProfileResult, error)
    func LookupFabricSwitchClusterProfileOutput(ctx *Context, args *LookupFabricSwitchClusterProfileOutputArgs, opts ...InvokeOption) LookupFabricSwitchClusterProfileResultOutput

    > Note: This function is named LookupFabricSwitchClusterProfile in the Go SDK.

    public static class GetFabricSwitchClusterProfile 
    {
        public static Task<GetFabricSwitchClusterProfileResult> InvokeAsync(GetFabricSwitchClusterProfileArgs args, InvokeOptions? opts = null)
        public static Output<GetFabricSwitchClusterProfileResult> Invoke(GetFabricSwitchClusterProfileInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetFabricSwitchClusterProfileResult> getFabricSwitchClusterProfile(GetFabricSwitchClusterProfileArgs args, InvokeOptions options)
    public static Output<GetFabricSwitchClusterProfileResult> getFabricSwitchClusterProfile(GetFabricSwitchClusterProfileArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getFabricSwitchClusterProfile:getFabricSwitchClusterProfile
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetFabricSwitchClusterProfileAncestor>
    ClassId string
    ClusterAssignments List<GetFabricSwitchClusterProfileClusterAssignment>
    ConfigContext GetFabricSwitchClusterProfileConfigContext
    CreateTime string
    The time when this managed object was created.
    DeployStatus string
    Deploy status of the switch cluster profile indicating if deployment has been initiated on all the members of the cluster profile.* None - Switch profiles not deployed on either of the switches.* Complete - Both switch profiles of the cluster profile are deployed.* Partial - Only one of the switch profiles of the cluster profile is deployed.
    DeployedSwitches string
    Values indicating the switches on which the cluster profile has been deployed. 0 indicates that the profile has not been deployed on any switch, 1 indicates that the profile has been deployed on A, 2 indicates that it is deployed on B and 3 indicates that it is deployed on both.* None - Switch profiles not deployed on either of the fabric interconnects.* A - Switch profiles deployed only on fabric interconnect A.* B - Switch profiles deployed only on fabric interconnect B.* AB - Switch profiles deployed on both fabric interconnect A and B.
    Description string
    Description of the profile.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the profile instance or profile template.
    ObjectType string
    Organization GetFabricSwitchClusterProfileOrganization
    Owners List<string>
    Parent GetFabricSwitchClusterProfileParent
    PermissionResources List<GetFabricSwitchClusterProfilePermissionResource>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SrcTemplate GetFabricSwitchClusterProfileSrcTemplate
    SwitchProfiles List<GetFabricSwitchClusterProfileSwitchProfile>
    SwitchProfilesCount double
    Number of switch profiles that are part of this cluster profile.
    Tags List<GetFabricSwitchClusterProfileTag>
    Type string
    Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
    UserLabel string
    The user defined label assigned to the switch profile.
    VersionContext GetFabricSwitchClusterProfileVersionContext
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetFabricSwitchClusterProfileAncestor
    ClassId string
    ClusterAssignments []GetFabricSwitchClusterProfileClusterAssignment
    ConfigContext GetFabricSwitchClusterProfileConfigContext
    CreateTime string
    The time when this managed object was created.
    DeployStatus string
    Deploy status of the switch cluster profile indicating if deployment has been initiated on all the members of the cluster profile.* None - Switch profiles not deployed on either of the switches.* Complete - Both switch profiles of the cluster profile are deployed.* Partial - Only one of the switch profiles of the cluster profile is deployed.
    DeployedSwitches string
    Values indicating the switches on which the cluster profile has been deployed. 0 indicates that the profile has not been deployed on any switch, 1 indicates that the profile has been deployed on A, 2 indicates that it is deployed on B and 3 indicates that it is deployed on both.* None - Switch profiles not deployed on either of the fabric interconnects.* A - Switch profiles deployed only on fabric interconnect A.* B - Switch profiles deployed only on fabric interconnect B.* AB - Switch profiles deployed on both fabric interconnect A and B.
    Description string
    Description of the profile.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the profile instance or profile template.
    ObjectType string
    Organization GetFabricSwitchClusterProfileOrganization
    Owners []string
    Parent GetFabricSwitchClusterProfileParent
    PermissionResources []GetFabricSwitchClusterProfilePermissionResource
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SrcTemplate GetFabricSwitchClusterProfileSrcTemplate
    SwitchProfiles []GetFabricSwitchClusterProfileSwitchProfile
    SwitchProfilesCount float64
    Number of switch profiles that are part of this cluster profile.
    Tags []GetFabricSwitchClusterProfileTag
    Type string
    Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
    UserLabel string
    The user defined label assigned to the switch profile.
    VersionContext GetFabricSwitchClusterProfileVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetFabricSwitchClusterProfileAncestor>
    classId String
    clusterAssignments List<GetFabricSwitchClusterProfileClusterAssignment>
    configContext GetFabricSwitchClusterProfileConfigContext
    createTime String
    The time when this managed object was created.
    deployStatus String
    Deploy status of the switch cluster profile indicating if deployment has been initiated on all the members of the cluster profile.* None - Switch profiles not deployed on either of the switches.* Complete - Both switch profiles of the cluster profile are deployed.* Partial - Only one of the switch profiles of the cluster profile is deployed.
    deployedSwitches String
    Values indicating the switches on which the cluster profile has been deployed. 0 indicates that the profile has not been deployed on any switch, 1 indicates that the profile has been deployed on A, 2 indicates that it is deployed on B and 3 indicates that it is deployed on both.* None - Switch profiles not deployed on either of the fabric interconnects.* A - Switch profiles deployed only on fabric interconnect A.* B - Switch profiles deployed only on fabric interconnect B.* AB - Switch profiles deployed on both fabric interconnect A and B.
    description String
    Description of the profile.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the profile instance or profile template.
    objectType String
    organization GetFabricSwitchClusterProfileOrganization
    owners List<String>
    parent GetFabricSwitchClusterProfileParent
    permissionResources List<GetFabricSwitchClusterProfilePermissionResource>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    srcTemplate GetFabricSwitchClusterProfileSrcTemplate
    switchProfiles List<GetFabricSwitchClusterProfileSwitchProfile>
    switchProfilesCount Double
    Number of switch profiles that are part of this cluster profile.
    tags List<GetFabricSwitchClusterProfileTag>
    type String
    Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
    userLabel String
    The user defined label assigned to the switch profile.
    versionContext GetFabricSwitchClusterProfileVersionContext
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetFabricSwitchClusterProfileAncestor[]
    classId string
    clusterAssignments GetFabricSwitchClusterProfileClusterAssignment[]
    configContext GetFabricSwitchClusterProfileConfigContext
    createTime string
    The time when this managed object was created.
    deployStatus string
    Deploy status of the switch cluster profile indicating if deployment has been initiated on all the members of the cluster profile.* None - Switch profiles not deployed on either of the switches.* Complete - Both switch profiles of the cluster profile are deployed.* Partial - Only one of the switch profiles of the cluster profile is deployed.
    deployedSwitches string
    Values indicating the switches on which the cluster profile has been deployed. 0 indicates that the profile has not been deployed on any switch, 1 indicates that the profile has been deployed on A, 2 indicates that it is deployed on B and 3 indicates that it is deployed on both.* None - Switch profiles not deployed on either of the fabric interconnects.* A - Switch profiles deployed only on fabric interconnect A.* B - Switch profiles deployed only on fabric interconnect B.* AB - Switch profiles deployed on both fabric interconnect A and B.
    description string
    Description of the profile.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    id string
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the profile instance or profile template.
    objectType string
    organization GetFabricSwitchClusterProfileOrganization
    owners string[]
    parent GetFabricSwitchClusterProfileParent
    permissionResources GetFabricSwitchClusterProfilePermissionResource[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    srcTemplate GetFabricSwitchClusterProfileSrcTemplate
    switchProfiles GetFabricSwitchClusterProfileSwitchProfile[]
    switchProfilesCount number
    Number of switch profiles that are part of this cluster profile.
    tags GetFabricSwitchClusterProfileTag[]
    type string
    Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
    userLabel string
    The user defined label assigned to the switch profile.
    versionContext GetFabricSwitchClusterProfileVersionContext
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetFabricSwitchClusterProfileAncestor]
    class_id str
    cluster_assignments Sequence[GetFabricSwitchClusterProfileClusterAssignment]
    config_context GetFabricSwitchClusterProfileConfigContext
    create_time str
    The time when this managed object was created.
    deploy_status str
    Deploy status of the switch cluster profile indicating if deployment has been initiated on all the members of the cluster profile.* None - Switch profiles not deployed on either of the switches.* Complete - Both switch profiles of the cluster profile are deployed.* Partial - Only one of the switch profiles of the cluster profile is deployed.
    deployed_switches str
    Values indicating the switches on which the cluster profile has been deployed. 0 indicates that the profile has not been deployed on any switch, 1 indicates that the profile has been deployed on A, 2 indicates that it is deployed on B and 3 indicates that it is deployed on both.* None - Switch profiles not deployed on either of the fabric interconnects.* A - Switch profiles deployed only on fabric interconnect A.* B - Switch profiles deployed only on fabric interconnect B.* AB - Switch profiles deployed on both fabric interconnect A and B.
    description str
    Description of the profile.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    id str
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the profile instance or profile template.
    object_type str
    organization GetFabricSwitchClusterProfileOrganization
    owners Sequence[str]
    parent GetFabricSwitchClusterProfileParent
    permission_resources Sequence[GetFabricSwitchClusterProfilePermissionResource]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    src_template GetFabricSwitchClusterProfileSrcTemplate
    switch_profiles Sequence[GetFabricSwitchClusterProfileSwitchProfile]
    switch_profiles_count float
    Number of switch profiles that are part of this cluster profile.
    tags Sequence[GetFabricSwitchClusterProfileTag]
    type str
    Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
    user_label str
    The user defined label assigned to the switch profile.
    version_context GetFabricSwitchClusterProfileVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    clusterAssignments List<Property Map>
    configContext Property Map
    createTime String
    The time when this managed object was created.
    deployStatus String
    Deploy status of the switch cluster profile indicating if deployment has been initiated on all the members of the cluster profile.* None - Switch profiles not deployed on either of the switches.* Complete - Both switch profiles of the cluster profile are deployed.* Partial - Only one of the switch profiles of the cluster profile is deployed.
    deployedSwitches String
    Values indicating the switches on which the cluster profile has been deployed. 0 indicates that the profile has not been deployed on any switch, 1 indicates that the profile has been deployed on A, 2 indicates that it is deployed on B and 3 indicates that it is deployed on both.* None - Switch profiles not deployed on either of the fabric interconnects.* A - Switch profiles deployed only on fabric interconnect A.* B - Switch profiles deployed only on fabric interconnect B.* AB - Switch profiles deployed on both fabric interconnect A and B.
    description String
    Description of the profile.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the profile instance or profile template.
    objectType String
    organization Property Map
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    srcTemplate Property Map
    switchProfiles List<Property Map>
    switchProfilesCount Number
    Number of switch profiles that are part of this cluster profile.
    tags List<Property Map>
    type String
    Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
    userLabel String
    The user defined label assigned to the switch profile.
    versionContext Property Map

    getFabricSwitchClusterProfile Result

    The following output properties are available:

    Id string
    Results List<GetFabricSwitchClusterProfileResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetFabricSwitchClusterProfileAncestor>
    ClassId string
    ClusterAssignments List<GetFabricSwitchClusterProfileClusterAssignment>
    ConfigContext GetFabricSwitchClusterProfileConfigContext
    CreateTime string
    DeployStatus string
    DeployedSwitches string
    Description string
    DomainGroupMoid string
    ModTime string
    Moid string
    Name string
    ObjectType string
    Organization GetFabricSwitchClusterProfileOrganization
    Owners List<string>
    Parent GetFabricSwitchClusterProfileParent
    PermissionResources List<GetFabricSwitchClusterProfilePermissionResource>
    SharedScope string
    SrcTemplate GetFabricSwitchClusterProfileSrcTemplate
    SwitchProfiles List<GetFabricSwitchClusterProfileSwitchProfile>
    SwitchProfilesCount double
    Tags List<GetFabricSwitchClusterProfileTag>
    Type string
    UserLabel string
    VersionContext GetFabricSwitchClusterProfileVersionContext
    Id string
    Results []GetFabricSwitchClusterProfileResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetFabricSwitchClusterProfileAncestor
    ClassId string
    ClusterAssignments []GetFabricSwitchClusterProfileClusterAssignment
    ConfigContext GetFabricSwitchClusterProfileConfigContext
    CreateTime string
    DeployStatus string
    DeployedSwitches string
    Description string
    DomainGroupMoid string
    ModTime string
    Moid string
    Name string
    ObjectType string
    Organization GetFabricSwitchClusterProfileOrganization
    Owners []string
    Parent GetFabricSwitchClusterProfileParent
    PermissionResources []GetFabricSwitchClusterProfilePermissionResource
    SharedScope string
    SrcTemplate GetFabricSwitchClusterProfileSrcTemplate
    SwitchProfiles []GetFabricSwitchClusterProfileSwitchProfile
    SwitchProfilesCount float64
    Tags []GetFabricSwitchClusterProfileTag
    Type string
    UserLabel string
    VersionContext GetFabricSwitchClusterProfileVersionContext
    id String
    results List<GetFabricSwitchClusterProfileResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetFabricSwitchClusterProfileAncestor>
    classId String
    clusterAssignments List<GetFabricSwitchClusterProfileClusterAssignment>
    configContext GetFabricSwitchClusterProfileConfigContext
    createTime String
    deployStatus String
    deployedSwitches String
    description String
    domainGroupMoid String
    modTime String
    moid String
    name String
    objectType String
    organization GetFabricSwitchClusterProfileOrganization
    owners List<String>
    parent GetFabricSwitchClusterProfileParent
    permissionResources List<GetFabricSwitchClusterProfilePermissionResource>
    sharedScope String
    srcTemplate GetFabricSwitchClusterProfileSrcTemplate
    switchProfiles List<GetFabricSwitchClusterProfileSwitchProfile>
    switchProfilesCount Double
    tags List<GetFabricSwitchClusterProfileTag>
    type String
    userLabel String
    versionContext GetFabricSwitchClusterProfileVersionContext
    id string
    results GetFabricSwitchClusterProfileResult[]
    accountMoid string
    additionalProperties string
    ancestors GetFabricSwitchClusterProfileAncestor[]
    classId string
    clusterAssignments GetFabricSwitchClusterProfileClusterAssignment[]
    configContext GetFabricSwitchClusterProfileConfigContext
    createTime string
    deployStatus string
    deployedSwitches string
    description string
    domainGroupMoid string
    modTime string
    moid string
    name string
    objectType string
    organization GetFabricSwitchClusterProfileOrganization
    owners string[]
    parent GetFabricSwitchClusterProfileParent
    permissionResources GetFabricSwitchClusterProfilePermissionResource[]
    sharedScope string
    srcTemplate GetFabricSwitchClusterProfileSrcTemplate
    switchProfiles GetFabricSwitchClusterProfileSwitchProfile[]
    switchProfilesCount number
    tags GetFabricSwitchClusterProfileTag[]
    type string
    userLabel string
    versionContext GetFabricSwitchClusterProfileVersionContext
    id str
    results Sequence[GetFabricSwitchClusterProfileResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetFabricSwitchClusterProfileAncestor]
    class_id str
    cluster_assignments Sequence[GetFabricSwitchClusterProfileClusterAssignment]
    config_context GetFabricSwitchClusterProfileConfigContext
    create_time str
    deploy_status str
    deployed_switches str
    description str
    domain_group_moid str
    mod_time str
    moid str
    name str
    object_type str
    organization GetFabricSwitchClusterProfileOrganization
    owners Sequence[str]
    parent GetFabricSwitchClusterProfileParent
    permission_resources Sequence[GetFabricSwitchClusterProfilePermissionResource]
    shared_scope str
    src_template GetFabricSwitchClusterProfileSrcTemplate
    switch_profiles Sequence[GetFabricSwitchClusterProfileSwitchProfile]
    switch_profiles_count float
    tags Sequence[GetFabricSwitchClusterProfileTag]
    type str
    user_label str
    version_context GetFabricSwitchClusterProfileVersionContext

    Supporting Types

    GetFabricSwitchClusterProfileAncestor

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetFabricSwitchClusterProfileClusterAssignment

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    NetworkElement GetFabricSwitchClusterProfileClusterAssignmentNetworkElement
    The network element that is to be assigned to the cloned switch profile.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SourceSwitchProfileOrTemplateName string
    Name of the source SwitchProfile or SwitchProfileTemplate whose clone has to be assigned to the network element mentioned in NetworkElement property under ClusterAssignments.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    NetworkElement GetFabricSwitchClusterProfileClusterAssignmentNetworkElement
    The network element that is to be assigned to the cloned switch profile.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    SourceSwitchProfileOrTemplateName string
    Name of the source SwitchProfile or SwitchProfileTemplate whose clone has to be assigned to the network element mentioned in NetworkElement property under ClusterAssignments.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    networkElement GetFabricSwitchClusterProfileClusterAssignmentNetworkElement
    The network element that is to be assigned to the cloned switch profile.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    sourceSwitchProfileOrTemplateName String
    Name of the source SwitchProfile or SwitchProfileTemplate whose clone has to be assigned to the network element mentioned in NetworkElement property under ClusterAssignments.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    networkElement GetFabricSwitchClusterProfileClusterAssignmentNetworkElement
    The network element that is to be assigned to the cloned switch profile.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    sourceSwitchProfileOrTemplateName string
    Name of the source SwitchProfile or SwitchProfileTemplate whose clone has to be assigned to the network element mentioned in NetworkElement property under ClusterAssignments.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    network_element GetFabricSwitchClusterProfileClusterAssignmentNetworkElement
    The network element that is to be assigned to the cloned switch profile.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    source_switch_profile_or_template_name str
    Name of the source SwitchProfile or SwitchProfileTemplate whose clone has to be assigned to the network element mentioned in NetworkElement property under ClusterAssignments.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    networkElement Property Map
    The network element that is to be assigned to the cloned switch profile.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    sourceSwitchProfileOrTemplateName String
    Name of the source SwitchProfile or SwitchProfileTemplate whose clone has to be assigned to the network element mentioned in NetworkElement property under ClusterAssignments.

    GetFabricSwitchClusterProfileClusterAssignmentNetworkElement

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetFabricSwitchClusterProfileConfigContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ConfigState string
    Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
    ConfigStateSummary string
    Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.

    • None - The default state is none.
    • Not-assigned - Server is not assigned to the profile.
    • Assigned - Server is assigned to the profile and the configurations are not yet deployed.
    • Preparing - Preparing to deploy the configuration.
    • Validating - Profile validation in progress.
    • Configuring - Profile deploy operation is in progress.
    • UnConfiguring - Server is unassigned and config cleanup is in progress.
    • Analyzing - Profile changes are being analyzed.
    • Activating - Configuration is being activated at the endpoint.
    • Inconsistent - Profile is inconsistent with the endpoint configuration.
    • Associated - The profile configuration has been applied to the endpoint and no inconsistencies have been detected.
    • Failed - The last action on the profile has failed.
    • Not-complete - Config import operation on the profile is not complete.
    • Waiting-for-resource - Waiting for the resource to be allocated for the profile.
    • Partially-deployed - The profile configuration has been applied on a subset of endpoints.
    ConfigType string
    The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
    ControlAction string
    System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
    ErrorState string
    Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
    InconsistencyReasons List<string>
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OperState string
    Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    ConfigState string
    Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
    ConfigStateSummary string
    Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.

    • None - The default state is none.
    • Not-assigned - Server is not assigned to the profile.
    • Assigned - Server is assigned to the profile and the configurations are not yet deployed.
    • Preparing - Preparing to deploy the configuration.
    • Validating - Profile validation in progress.
    • Configuring - Profile deploy operation is in progress.
    • UnConfiguring - Server is unassigned and config cleanup is in progress.
    • Analyzing - Profile changes are being analyzed.
    • Activating - Configuration is being activated at the endpoint.
    • Inconsistent - Profile is inconsistent with the endpoint configuration.
    • Associated - The profile configuration has been applied to the endpoint and no inconsistencies have been detected.
    • Failed - The last action on the profile has failed.
    • Not-complete - Config import operation on the profile is not complete.
    • Waiting-for-resource - Waiting for the resource to be allocated for the profile.
    • Partially-deployed - The profile configuration has been applied on a subset of endpoints.
    ConfigType string
    The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
    ControlAction string
    System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
    ErrorState string
    Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
    InconsistencyReasons []string
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    OperState string
    Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    configState String
    Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
    configStateSummary String
    Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.

    • None - The default state is none.
    • Not-assigned - Server is not assigned to the profile.
    • Assigned - Server is assigned to the profile and the configurations are not yet deployed.
    • Preparing - Preparing to deploy the configuration.
    • Validating - Profile validation in progress.
    • Configuring - Profile deploy operation is in progress.
    • UnConfiguring - Server is unassigned and config cleanup is in progress.
    • Analyzing - Profile changes are being analyzed.
    • Activating - Configuration is being activated at the endpoint.
    • Inconsistent - Profile is inconsistent with the endpoint configuration.
    • Associated - The profile configuration has been applied to the endpoint and no inconsistencies have been detected.
    • Failed - The last action on the profile has failed.
    • Not-complete - Config import operation on the profile is not complete.
    • Waiting-for-resource - Waiting for the resource to be allocated for the profile.
    • Partially-deployed - The profile configuration has been applied on a subset of endpoints.
    configType String
    The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
    controlAction String
    System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
    errorState String
    Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
    inconsistencyReasons List<String>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    operState String
    Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    configState string
    Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
    configStateSummary string
    Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.

    • None - The default state is none.
    • Not-assigned - Server is not assigned to the profile.
    • Assigned - Server is assigned to the profile and the configurations are not yet deployed.
    • Preparing - Preparing to deploy the configuration.
    • Validating - Profile validation in progress.
    • Configuring - Profile deploy operation is in progress.
    • UnConfiguring - Server is unassigned and config cleanup is in progress.
    • Analyzing - Profile changes are being analyzed.
    • Activating - Configuration is being activated at the endpoint.
    • Inconsistent - Profile is inconsistent with the endpoint configuration.
    • Associated - The profile configuration has been applied to the endpoint and no inconsistencies have been detected.
    • Failed - The last action on the profile has failed.
    • Not-complete - Config import operation on the profile is not complete.
    • Waiting-for-resource - Waiting for the resource to be allocated for the profile.
    • Partially-deployed - The profile configuration has been applied on a subset of endpoints.
    configType string
    The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
    controlAction string
    System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
    errorState string
    Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
    inconsistencyReasons string[]
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    operState string
    Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    config_state str
    Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
    config_state_summary str
    Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.

    • None - The default state is none.
    • Not-assigned - Server is not assigned to the profile.
    • Assigned - Server is assigned to the profile and the configurations are not yet deployed.
    • Preparing - Preparing to deploy the configuration.
    • Validating - Profile validation in progress.
    • Configuring - Profile deploy operation is in progress.
    • UnConfiguring - Server is unassigned and config cleanup is in progress.
    • Analyzing - Profile changes are being analyzed.
    • Activating - Configuration is being activated at the endpoint.
    • Inconsistent - Profile is inconsistent with the endpoint configuration.
    • Associated - The profile configuration has been applied to the endpoint and no inconsistencies have been detected.
    • Failed - The last action on the profile has failed.
    • Not-complete - Config import operation on the profile is not complete.
    • Waiting-for-resource - Waiting for the resource to be allocated for the profile.
    • Partially-deployed - The profile configuration has been applied on a subset of endpoints.
    config_type str
    The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
    control_action str
    System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
    error_state str
    Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
    inconsistency_reasons Sequence[str]
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    oper_state str
    Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    configState String
    Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
    configStateSummary String
    Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, InConsistent, Validating, Configuring, Failed, Activating, UnConfiguring.

    • None - The default state is none.
    • Not-assigned - Server is not assigned to the profile.
    • Assigned - Server is assigned to the profile and the configurations are not yet deployed.
    • Preparing - Preparing to deploy the configuration.
    • Validating - Profile validation in progress.
    • Configuring - Profile deploy operation is in progress.
    • UnConfiguring - Server is unassigned and config cleanup is in progress.
    • Analyzing - Profile changes are being analyzed.
    • Activating - Configuration is being activated at the endpoint.
    • Inconsistent - Profile is inconsistent with the endpoint configuration.
    • Associated - The profile configuration has been applied to the endpoint and no inconsistencies have been detected.
    • Failed - The last action on the profile has failed.
    • Not-complete - Config import operation on the profile is not complete.
    • Waiting-for-resource - Waiting for the resource to be allocated for the profile.
    • Partially-deployed - The profile configuration has been applied on a subset of endpoints.
    configType String
    The type of configuration running on the profile. Since profile deployments can configure multiple different settings, configType indicates which type of configuration is currently in progress.
    controlAction String
    System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
    errorState String
    Indicates a profile's error state. Values -- Validation-error (Static validation error), Pre-config-error (Runtime validation error), Config-error (Runtime configuration error).
    inconsistencyReasons List<String>
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    operState String
    Combined state (configState, and operational state of the associated physical resource) to indicate the current state of the profile. Values -- n/a, Power-off, Pending-changes, Configuring, Ok, Failed.

    GetFabricSwitchClusterProfileOrganization

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetFabricSwitchClusterProfileParent

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetFabricSwitchClusterProfilePermissionResource

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetFabricSwitchClusterProfileResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetFabricSwitchClusterProfileResultAncestor>
    ClassId string
    ClusterAssignments List<GetFabricSwitchClusterProfileResultClusterAssignment>
    ConfigContexts List<GetFabricSwitchClusterProfileResultConfigContext>
    CreateTime string
    The time when this managed object was created.
    DeployStatus string
    Deploy status of the switch cluster profile indicating if deployment has been initiated on all the members of the cluster profile.* None - Switch profiles not deployed on either of the switches.* Complete - Both switch profiles of the cluster profile are deployed.* Partial - Only one of the switch profiles of the cluster profile is deployed.
    DeployedSwitches string
    Values indicating the switches on which the cluster profile has been deployed. 0 indicates that the profile has not been deployed on any switch, 1 indicates that the profile has been deployed on A, 2 indicates that it is deployed on B and 3 indicates that it is deployed on both.* None - Switch profiles not deployed on either of the fabric interconnects.* A - Switch profiles deployed only on fabric interconnect A.* B - Switch profiles deployed only on fabric interconnect B.* AB - Switch profiles deployed on both fabric interconnect A and B.
    Description string
    Description of the profile.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the profile instance or profile template.
    ObjectType string
    Organizations List<GetFabricSwitchClusterProfileResultOrganization>
    Owners List<string>
    Parents List<GetFabricSwitchClusterProfileResultParent>
    PermissionResources List<GetFabricSwitchClusterProfileResultPermissionResource>
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SrcTemplates List<GetFabricSwitchClusterProfileResultSrcTemplate>
    SwitchProfiles List<GetFabricSwitchClusterProfileResultSwitchProfile>
    SwitchProfilesCount double
    Number of switch profiles that are part of this cluster profile.
    Tags List<GetFabricSwitchClusterProfileResultTag>
    Type string
    Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
    UserLabel string
    The user defined label assigned to the switch profile.
    VersionContexts List<GetFabricSwitchClusterProfileResultVersionContext>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetFabricSwitchClusterProfileResultAncestor
    ClassId string
    ClusterAssignments []GetFabricSwitchClusterProfileResultClusterAssignment
    ConfigContexts []GetFabricSwitchClusterProfileResultConfigContext
    CreateTime string
    The time when this managed object was created.
    DeployStatus string
    Deploy status of the switch cluster profile indicating if deployment has been initiated on all the members of the cluster profile.* None - Switch profiles not deployed on either of the switches.* Complete - Both switch profiles of the cluster profile are deployed.* Partial - Only one of the switch profiles of the cluster profile is deployed.
    DeployedSwitches string
    Values indicating the switches on which the cluster profile has been deployed. 0 indicates that the profile has not been deployed on any switch, 1 indicates that the profile has been deployed on A, 2 indicates that it is deployed on B and 3 indicates that it is deployed on both.* None - Switch profiles not deployed on either of the fabric interconnects.* A - Switch profiles deployed only on fabric interconnect A.* B - Switch profiles deployed only on fabric interconnect B.* AB - Switch profiles deployed on both fabric interconnect A and B.
    Description string
    Description of the profile.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the profile instance or profile template.
    ObjectType string
    Organizations []GetFabricSwitchClusterProfileResultOrganization
    Owners []string
    Parents []GetFabricSwitchClusterProfileResultParent
    PermissionResources []GetFabricSwitchClusterProfileResultPermissionResource
    SharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    SrcTemplates []GetFabricSwitchClusterProfileResultSrcTemplate
    SwitchProfiles []GetFabricSwitchClusterProfileResultSwitchProfile
    SwitchProfilesCount float64
    Number of switch profiles that are part of this cluster profile.
    Tags []GetFabricSwitchClusterProfileResultTag
    Type string
    Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
    UserLabel string
    The user defined label assigned to the switch profile.
    VersionContexts []GetFabricSwitchClusterProfileResultVersionContext
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetFabricSwitchClusterProfileResultAncestor>
    classId String
    clusterAssignments List<GetFabricSwitchClusterProfileResultClusterAssignment>
    configContexts List<GetFabricSwitchClusterProfileResultConfigContext>
    createTime String
    The time when this managed object was created.
    deployStatus String
    Deploy status of the switch cluster profile indicating if deployment has been initiated on all the members of the cluster profile.* None - Switch profiles not deployed on either of the switches.* Complete - Both switch profiles of the cluster profile are deployed.* Partial - Only one of the switch profiles of the cluster profile is deployed.
    deployedSwitches String
    Values indicating the switches on which the cluster profile has been deployed. 0 indicates that the profile has not been deployed on any switch, 1 indicates that the profile has been deployed on A, 2 indicates that it is deployed on B and 3 indicates that it is deployed on both.* None - Switch profiles not deployed on either of the fabric interconnects.* A - Switch profiles deployed only on fabric interconnect A.* B - Switch profiles deployed only on fabric interconnect B.* AB - Switch profiles deployed on both fabric interconnect A and B.
    description String
    Description of the profile.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the profile instance or profile template.
    objectType String
    organizations List<GetFabricSwitchClusterProfileResultOrganization>
    owners List<String>
    parents List<GetFabricSwitchClusterProfileResultParent>
    permissionResources List<GetFabricSwitchClusterProfileResultPermissionResource>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    srcTemplates List<GetFabricSwitchClusterProfileResultSrcTemplate>
    switchProfiles List<GetFabricSwitchClusterProfileResultSwitchProfile>
    switchProfilesCount Double
    Number of switch profiles that are part of this cluster profile.
    tags List<GetFabricSwitchClusterProfileResultTag>
    type String
    Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
    userLabel String
    The user defined label assigned to the switch profile.
    versionContexts List<GetFabricSwitchClusterProfileResultVersionContext>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetFabricSwitchClusterProfileResultAncestor[]
    classId string
    clusterAssignments GetFabricSwitchClusterProfileResultClusterAssignment[]
    configContexts GetFabricSwitchClusterProfileResultConfigContext[]
    createTime string
    The time when this managed object was created.
    deployStatus string
    Deploy status of the switch cluster profile indicating if deployment has been initiated on all the members of the cluster profile.* None - Switch profiles not deployed on either of the switches.* Complete - Both switch profiles of the cluster profile are deployed.* Partial - Only one of the switch profiles of the cluster profile is deployed.
    deployedSwitches string
    Values indicating the switches on which the cluster profile has been deployed. 0 indicates that the profile has not been deployed on any switch, 1 indicates that the profile has been deployed on A, 2 indicates that it is deployed on B and 3 indicates that it is deployed on both.* None - Switch profiles not deployed on either of the fabric interconnects.* A - Switch profiles deployed only on fabric interconnect A.* B - Switch profiles deployed only on fabric interconnect B.* AB - Switch profiles deployed on both fabric interconnect A and B.
    description string
    Description of the profile.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the profile instance or profile template.
    objectType string
    organizations GetFabricSwitchClusterProfileResultOrganization[]
    owners string[]
    parents GetFabricSwitchClusterProfileResultParent[]
    permissionResources GetFabricSwitchClusterProfileResultPermissionResource[]
    sharedScope string
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    srcTemplates GetFabricSwitchClusterProfileResultSrcTemplate[]
    switchProfiles GetFabricSwitchClusterProfileResultSwitchProfile[]
    switchProfilesCount number
    Number of switch profiles that are part of this cluster profile.
    tags GetFabricSwitchClusterProfileResultTag[]
    type string
    Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
    userLabel string
    The user defined label assigned to the switch profile.
    versionContexts GetFabricSwitchClusterProfileResultVersionContext[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetFabricSwitchClusterProfileResultAncestor]
    class_id str
    cluster_assignments Sequence[GetFabricSwitchClusterProfileResultClusterAssignment]
    config_contexts Sequence[GetFabricSwitchClusterProfileResultConfigContext]
    create_time str
    The time when this managed object was created.
    deploy_status str
    Deploy status of the switch cluster profile indicating if deployment has been initiated on all the members of the cluster profile.* None - Switch profiles not deployed on either of the switches.* Complete - Both switch profiles of the cluster profile are deployed.* Partial - Only one of the switch profiles of the cluster profile is deployed.
    deployed_switches str
    Values indicating the switches on which the cluster profile has been deployed. 0 indicates that the profile has not been deployed on any switch, 1 indicates that the profile has been deployed on A, 2 indicates that it is deployed on B and 3 indicates that it is deployed on both.* None - Switch profiles not deployed on either of the fabric interconnects.* A - Switch profiles deployed only on fabric interconnect A.* B - Switch profiles deployed only on fabric interconnect B.* AB - Switch profiles deployed on both fabric interconnect A and B.
    description str
    Description of the profile.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the profile instance or profile template.
    object_type str
    organizations Sequence[GetFabricSwitchClusterProfileResultOrganization]
    owners Sequence[str]
    parents Sequence[GetFabricSwitchClusterProfileResultParent]
    permission_resources Sequence[GetFabricSwitchClusterProfileResultPermissionResource]
    shared_scope str
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    src_templates Sequence[GetFabricSwitchClusterProfileResultSrcTemplate]
    switch_profiles Sequence[GetFabricSwitchClusterProfileResultSwitchProfile]
    switch_profiles_count float
    Number of switch profiles that are part of this cluster profile.
    tags Sequence[GetFabricSwitchClusterProfileResultTag]
    type str
    Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
    user_label str
    The user defined label assigned to the switch profile.
    version_contexts Sequence[GetFabricSwitchClusterProfileResultVersionContext]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    clusterAssignments List<Property Map>
    configContexts List<Property Map>
    createTime String
    The time when this managed object was created.
    deployStatus String
    Deploy status of the switch cluster profile indicating if deployment has been initiated on all the members of the cluster profile.* None - Switch profiles not deployed on either of the switches.* Complete - Both switch profiles of the cluster profile are deployed.* Partial - Only one of the switch profiles of the cluster profile is deployed.
    deployedSwitches String
    Values indicating the switches on which the cluster profile has been deployed. 0 indicates that the profile has not been deployed on any switch, 1 indicates that the profile has been deployed on A, 2 indicates that it is deployed on B and 3 indicates that it is deployed on both.* None - Switch profiles not deployed on either of the fabric interconnects.* A - Switch profiles deployed only on fabric interconnect A.* B - Switch profiles deployed only on fabric interconnect B.* AB - Switch profiles deployed on both fabric interconnect A and B.
    description String
    Description of the profile.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the profile instance or profile template.
    objectType String
    organizations List<Property Map>
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    sharedScope String
    Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
    srcTemplates List<Property Map>
    switchProfiles List<Property Map>
    switchProfilesCount Number
    Number of switch profiles that are part of this cluster profile.
    tags List<Property Map>
    type String
    Defines the type of the profile. Accepted values are instance or template.* instance - The profile defines the configuration for a specific instance of a target.
    userLabel String
    The user defined label assigned to the switch profile.
    versionContexts List<Property Map>

    GetFabricSwitchClusterProfileResultAncestor

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFabricSwitchClusterProfileResultClusterAssignment

    GetFabricSwitchClusterProfileResultClusterAssignmentNetworkElement

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFabricSwitchClusterProfileResultConfigContext

    GetFabricSwitchClusterProfileResultOrganization

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFabricSwitchClusterProfileResultParent

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFabricSwitchClusterProfileResultPermissionResource

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFabricSwitchClusterProfileResultSrcTemplate

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFabricSwitchClusterProfileResultSwitchProfile

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFabricSwitchClusterProfileResultTag

    AdditionalProperties string
    Key string
    Value string
    AdditionalProperties string
    Key string
    Value string
    additionalProperties String
    key String
    value String
    additionalProperties string
    key string
    value string
    additionalProperties String
    key String
    value String

    GetFabricSwitchClusterProfileResultVersionContext

    GetFabricSwitchClusterProfileResultVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFabricSwitchClusterProfileResultVersionContextRefMo

    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    AdditionalProperties string
    ClassId string
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    Selector string
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String
    additionalProperties string
    classId string
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    selector string
    additional_properties str
    class_id str
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    selector str
    additionalProperties String
    classId String
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    selector String

    GetFabricSwitchClusterProfileSrcTemplate

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetFabricSwitchClusterProfileSwitchProfile

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetFabricSwitchClusterProfileTag

    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    AdditionalProperties string
    Key string
    The string representation of a tag key.
    Value string
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.
    additionalProperties string
    key string
    The string representation of a tag key.
    value string
    The string representation of a tag value.
    additional_properties str
    key str
    The string representation of a tag key.
    value str
    The string representation of a tag value.
    additionalProperties String
    key String
    The string representation of a tag key.
    value String
    The string representation of a tag value.

    GetFabricSwitchClusterProfileVersionContext

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos List<GetFabricSwitchClusterProfileVersionContextInterestedMo>
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetFabricSwitchClusterProfileVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    InterestedMos []GetFabricSwitchClusterProfileVersionContextInterestedMo
    MarkedForDeletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    NrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetFabricSwitchClusterProfileVersionContextRefMo
    A reference to the original Managed Object.
    Timestamp string
    The time this versioned Managed Object was created.
    VersionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<GetFabricSwitchClusterProfileVersionContextInterestedMo>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetFabricSwitchClusterProfileVersionContextRefMo
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos GetFabricSwitchClusterProfileVersionContextInterestedMo[]
    markedForDeletion boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion string
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetFabricSwitchClusterProfileVersionContextRefMo
    A reference to the original Managed Object.
    timestamp string
    The time this versioned Managed Object was created.
    versionType string
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interested_mos Sequence[GetFabricSwitchClusterProfileVersionContextInterestedMo]
    marked_for_deletion bool
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nr_version str
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetFabricSwitchClusterProfileVersionContextRefMo
    A reference to the original Managed Object.
    timestamp str
    The time this versioned Managed Object was created.
    version_type str
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    interestedMos List<Property Map>
    markedForDeletion Boolean
    The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
    nrVersion String
    The version of the Managed Object, e.g. an incrementing number or a hash id.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo Property Map
    A reference to the original Managed Object.
    timestamp String
    The time this versioned Managed Object was created.
    versionType String
    Specifies type of version. Currently the only supported value is "Configured" that is used to keep track of snapshots of policies and profiles that are intended to be configured to target endpoints.

    • Modified - Version created every time an object is modified.
    • Configured - Version created every time an object is configured to the service profile.
    • Deployed - Version created for objects related to a service profile when it is deployed.

    GetFabricSwitchClusterProfileVersionContextInterestedMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    GetFabricSwitchClusterProfileVersionContextRefMo

    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    Moid string
    The unique identifier of this Managed Object instance.
    ObjectType string
    The fully-qualified name of the remote type referred by this relationship.
    Selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid string
    The unique identifier of this Managed Object instance.
    objectType string
    The fully-qualified name of the remote type referred by this relationship.
    selector string
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid str
    The unique identifier of this Managed Object instance.
    object_type str
    The fully-qualified name of the remote type referred by this relationship.
    selector str
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    moid String
    The unique identifier of this Managed Object instance.
    objectType String
    The fully-qualified name of the remote type referred by this relationship.
    selector String
    An OData $filter expression which describes the REST resource to be referenced. This field may be set instead of 'moid' by clients.

    1. If 'moid' is set this field is ignored.
    2. If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet