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

intersight.getFabricSwitchClusterProfile

Explore with Pulumi AI

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>
Copy
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]
Copy
func LookupFabricSwitchClusterProfile(ctx *Context, args *LookupFabricSwitchClusterProfileArgs, opts ...InvokeOption) (*LookupFabricSwitchClusterProfileResult, error)
func LookupFabricSwitchClusterProfileOutput(ctx *Context, args *LookupFabricSwitchClusterProfileOutputArgs, opts ...InvokeOption) LookupFabricSwitchClusterProfileResultOutput
Copy

> 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)
}
Copy
public static CompletableFuture<GetFabricSwitchClusterProfileResult> getFabricSwitchClusterProfile(GetFabricSwitchClusterProfileArgs args, InvokeOptions options)
public static Output<GetFabricSwitchClusterProfileResult> getFabricSwitchClusterProfile(GetFabricSwitchClusterProfileArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getFabricSwitchClusterProfile:getFabricSwitchClusterProfile
  arguments:
    # arguments dictionary
Copy

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 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 This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetFabricSwitchClusterProfileResultAncestor>
ClassId This property is required. string
ClusterAssignments This property is required. List<GetFabricSwitchClusterProfileResultClusterAssignment>
ConfigContexts This property is required. List<GetFabricSwitchClusterProfileResultConfigContext>
CreateTime This property is required. string
The time when this managed object was created.
DeployStatus This property is required. 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 This property is required. 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 This property is required. string
Description of the profile.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
Name of the profile instance or profile template.
ObjectType This property is required. string
Organizations This property is required. List<GetFabricSwitchClusterProfileResultOrganization>
Owners This property is required. List<string>
Parents This property is required. List<GetFabricSwitchClusterProfileResultParent>
PermissionResources This property is required. List<GetFabricSwitchClusterProfileResultPermissionResource>
SharedScope This property is required. 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 This property is required. List<GetFabricSwitchClusterProfileResultSrcTemplate>
SwitchProfiles This property is required. List<GetFabricSwitchClusterProfileResultSwitchProfile>
SwitchProfilesCount This property is required. double
Number of switch profiles that are part of this cluster profile.
Tags This property is required. List<GetFabricSwitchClusterProfileResultTag>
Type This property is required. 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 This property is required. string
The user defined label assigned to the switch profile.
VersionContexts This property is required. List<GetFabricSwitchClusterProfileResultVersionContext>
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetFabricSwitchClusterProfileResultAncestor
ClassId This property is required. string
ClusterAssignments This property is required. []GetFabricSwitchClusterProfileResultClusterAssignment
ConfigContexts This property is required. []GetFabricSwitchClusterProfileResultConfigContext
CreateTime This property is required. string
The time when this managed object was created.
DeployStatus This property is required. 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 This property is required. 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 This property is required. string
Description of the profile.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
Name of the profile instance or profile template.
ObjectType This property is required. string
Organizations This property is required. []GetFabricSwitchClusterProfileResultOrganization
Owners This property is required. []string
Parents This property is required. []GetFabricSwitchClusterProfileResultParent
PermissionResources This property is required. []GetFabricSwitchClusterProfileResultPermissionResource
SharedScope This property is required. 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 This property is required. []GetFabricSwitchClusterProfileResultSrcTemplate
SwitchProfiles This property is required. []GetFabricSwitchClusterProfileResultSwitchProfile
SwitchProfilesCount This property is required. float64
Number of switch profiles that are part of this cluster profile.
Tags This property is required. []GetFabricSwitchClusterProfileResultTag
Type This property is required. 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 This property is required. string
The user defined label assigned to the switch profile.
VersionContexts This property is required. []GetFabricSwitchClusterProfileResultVersionContext
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<GetFabricSwitchClusterProfileResultAncestor>
classId This property is required. String
clusterAssignments This property is required. List<GetFabricSwitchClusterProfileResultClusterAssignment>
configContexts This property is required. List<GetFabricSwitchClusterProfileResultConfigContext>
createTime This property is required. String
The time when this managed object was created.
deployStatus This property is required. 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 This property is required. 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 This property is required. String
Description of the profile.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
Name of the profile instance or profile template.
objectType This property is required. String
organizations This property is required. List<GetFabricSwitchClusterProfileResultOrganization>
owners This property is required. List<String>
parents This property is required. List<GetFabricSwitchClusterProfileResultParent>
permissionResources This property is required. List<GetFabricSwitchClusterProfileResultPermissionResource>
sharedScope This property is required. 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 This property is required. List<GetFabricSwitchClusterProfileResultSrcTemplate>
switchProfiles This property is required. List<GetFabricSwitchClusterProfileResultSwitchProfile>
switchProfilesCount This property is required. Double
Number of switch profiles that are part of this cluster profile.
tags This property is required. List<GetFabricSwitchClusterProfileResultTag>
type This property is required. 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 This property is required. String
The user defined label assigned to the switch profile.
versionContexts This property is required. List<GetFabricSwitchClusterProfileResultVersionContext>
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
ancestors This property is required. GetFabricSwitchClusterProfileResultAncestor[]
classId This property is required. string
clusterAssignments This property is required. GetFabricSwitchClusterProfileResultClusterAssignment[]
configContexts This property is required. GetFabricSwitchClusterProfileResultConfigContext[]
createTime This property is required. string
The time when this managed object was created.
deployStatus This property is required. 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 This property is required. 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 This property is required. string
Description of the profile.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
modTime This property is required. string
The time when this managed object was last modified.
moid This property is required. string
The unique identifier of this Managed Object instance.
name This property is required. string
Name of the profile instance or profile template.
objectType This property is required. string
organizations This property is required. GetFabricSwitchClusterProfileResultOrganization[]
owners This property is required. string[]
parents This property is required. GetFabricSwitchClusterProfileResultParent[]
permissionResources This property is required. GetFabricSwitchClusterProfileResultPermissionResource[]
sharedScope This property is required. 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 This property is required. GetFabricSwitchClusterProfileResultSrcTemplate[]
switchProfiles This property is required. GetFabricSwitchClusterProfileResultSwitchProfile[]
switchProfilesCount This property is required. number
Number of switch profiles that are part of this cluster profile.
tags This property is required. GetFabricSwitchClusterProfileResultTag[]
type This property is required. 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 This property is required. string
The user defined label assigned to the switch profile.
versionContexts This property is required. GetFabricSwitchClusterProfileResultVersionContext[]
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetFabricSwitchClusterProfileResultAncestor]
class_id This property is required. str
cluster_assignments This property is required. Sequence[GetFabricSwitchClusterProfileResultClusterAssignment]
config_contexts This property is required. Sequence[GetFabricSwitchClusterProfileResultConfigContext]
create_time This property is required. str
The time when this managed object was created.
deploy_status This property is required. 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 This property is required. 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 This property is required. str
Description of the profile.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
mod_time This property is required. str
The time when this managed object was last modified.
moid This property is required. str
The unique identifier of this Managed Object instance.
name This property is required. str
Name of the profile instance or profile template.
object_type This property is required. str
organizations This property is required. Sequence[GetFabricSwitchClusterProfileResultOrganization]
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetFabricSwitchClusterProfileResultParent]
permission_resources This property is required. Sequence[GetFabricSwitchClusterProfileResultPermissionResource]
shared_scope This property is required. 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 This property is required. Sequence[GetFabricSwitchClusterProfileResultSrcTemplate]
switch_profiles This property is required. Sequence[GetFabricSwitchClusterProfileResultSwitchProfile]
switch_profiles_count This property is required. float
Number of switch profiles that are part of this cluster profile.
tags This property is required. Sequence[GetFabricSwitchClusterProfileResultTag]
type This property is required. 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 This property is required. str
The user defined label assigned to the switch profile.
version_contexts This property is required. Sequence[GetFabricSwitchClusterProfileResultVersionContext]
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
classId This property is required. String
clusterAssignments This property is required. List<Property Map>
configContexts This property is required. List<Property Map>
createTime This property is required. String
The time when this managed object was created.
deployStatus This property is required. 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 This property is required. 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 This property is required. String
Description of the profile.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
Name of the profile instance or profile template.
objectType This property is required. String
organizations This property is required. List<Property Map>
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
sharedScope This property is required. 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 This property is required. List<Property Map>
switchProfiles This property is required. List<Property Map>
switchProfilesCount This property is required. Number
Number of switch profiles that are part of this cluster profile.
tags This property is required. List<Property Map>
type This property is required. 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 This property is required. String
The user defined label assigned to the switch profile.
versionContexts This property is required. List<Property Map>

GetFabricSwitchClusterProfileResultAncestor

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

GetFabricSwitchClusterProfileResultClusterAssignment

AdditionalProperties This property is required. string
ClassId This property is required. string
NetworkElements This property is required. List<GetFabricSwitchClusterProfileResultClusterAssignmentNetworkElement>
ObjectType This property is required. string
SourceSwitchProfileOrTemplateName This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
NetworkElements This property is required. []GetFabricSwitchClusterProfileResultClusterAssignmentNetworkElement
ObjectType This property is required. string
SourceSwitchProfileOrTemplateName This property is required. string
additionalProperties This property is required. String
classId This property is required. String
networkElements This property is required. List<GetFabricSwitchClusterProfileResultClusterAssignmentNetworkElement>
objectType This property is required. String
sourceSwitchProfileOrTemplateName This property is required. String
additionalProperties This property is required. string
classId This property is required. string
networkElements This property is required. GetFabricSwitchClusterProfileResultClusterAssignmentNetworkElement[]
objectType This property is required. string
sourceSwitchProfileOrTemplateName This property is required. string
additional_properties This property is required. str
class_id This property is required. str
network_elements This property is required. Sequence[GetFabricSwitchClusterProfileResultClusterAssignmentNetworkElement]
object_type This property is required. str
source_switch_profile_or_template_name This property is required. str
additionalProperties This property is required. String
classId This property is required. String
networkElements This property is required. List<Property Map>
objectType This property is required. String
sourceSwitchProfileOrTemplateName This property is required. String

GetFabricSwitchClusterProfileResultClusterAssignmentNetworkElement

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

GetFabricSwitchClusterProfileResultConfigContext

AdditionalProperties This property is required. string
ClassId This property is required. string
ConfigState This property is required. string
ConfigStateSummary This property is required. string
ConfigType This property is required. string
ControlAction This property is required. string
ErrorState This property is required. string
InconsistencyReasons This property is required. List<string>
ObjectType This property is required. string
OperState This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
ConfigState This property is required. string
ConfigStateSummary This property is required. string
ConfigType This property is required. string
ControlAction This property is required. string
ErrorState This property is required. string
InconsistencyReasons This property is required. []string
ObjectType This property is required. string
OperState This property is required. string
additionalProperties This property is required. String
classId This property is required. String
configState This property is required. String
configStateSummary This property is required. String
configType This property is required. String
controlAction This property is required. String
errorState This property is required. String
inconsistencyReasons This property is required. List<String>
objectType This property is required. String
operState This property is required. String
additionalProperties This property is required. string
classId This property is required. string
configState This property is required. string
configStateSummary This property is required. string
configType This property is required. string
controlAction This property is required. string
errorState This property is required. string
inconsistencyReasons This property is required. string[]
objectType This property is required. string
operState This property is required. string
additional_properties This property is required. str
class_id This property is required. str
config_state This property is required. str
config_state_summary This property is required. str
config_type This property is required. str
control_action This property is required. str
error_state This property is required. str
inconsistency_reasons This property is required. Sequence[str]
object_type This property is required. str
oper_state This property is required. str
additionalProperties This property is required. String
classId This property is required. String
configState This property is required. String
configStateSummary This property is required. String
configType This property is required. String
controlAction This property is required. String
errorState This property is required. String
inconsistencyReasons This property is required. List<String>
objectType This property is required. String
operState This property is required. String

GetFabricSwitchClusterProfileResultOrganization

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

GetFabricSwitchClusterProfileResultParent

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

GetFabricSwitchClusterProfileResultPermissionResource

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

GetFabricSwitchClusterProfileResultSrcTemplate

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

GetFabricSwitchClusterProfileResultSwitchProfile

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

GetFabricSwitchClusterProfileResultTag

AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
AdditionalProperties This property is required. string
Key This property is required. string
Value This property is required. string
additionalProperties This property is required. String
key This property is required. String
value This property is required. String
additionalProperties This property is required. string
key This property is required. string
value This property is required. string
additional_properties This property is required. str
key This property is required. str
value This property is required. str
additionalProperties This property is required. String
key This property is required. String
value This property is required. String

GetFabricSwitchClusterProfileResultVersionContext

AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. List<GetFabricSwitchClusterProfileResultVersionContextInterestedMo>
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. List<GetFabricSwitchClusterProfileResultVersionContextRefMo>
Timestamp This property is required. string
VersionType This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
InterestedMos This property is required. []GetFabricSwitchClusterProfileResultVersionContextInterestedMo
MarkedForDeletion This property is required. bool
NrVersion This property is required. string
ObjectType This property is required. string
RefMos This property is required. []GetFabricSwitchClusterProfileResultVersionContextRefMo
Timestamp This property is required. string
VersionType This property is required. string
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<GetFabricSwitchClusterProfileResultVersionContextInterestedMo>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<GetFabricSwitchClusterProfileResultVersionContextRefMo>
timestamp This property is required. String
versionType This property is required. String
additionalProperties This property is required. string
classId This property is required. string
interestedMos This property is required. GetFabricSwitchClusterProfileResultVersionContextInterestedMo[]
markedForDeletion This property is required. boolean
nrVersion This property is required. string
objectType This property is required. string
refMos This property is required. GetFabricSwitchClusterProfileResultVersionContextRefMo[]
timestamp This property is required. string
versionType This property is required. string
additional_properties This property is required. str
class_id This property is required. str
interested_mos This property is required. Sequence[GetFabricSwitchClusterProfileResultVersionContextInterestedMo]
marked_for_deletion This property is required. bool
nr_version This property is required. str
object_type This property is required. str
ref_mos This property is required. Sequence[GetFabricSwitchClusterProfileResultVersionContextRefMo]
timestamp This property is required. str
version_type This property is required. str
additionalProperties This property is required. String
classId This property is required. String
interestedMos This property is required. List<Property Map>
markedForDeletion This property is required. Boolean
nrVersion This property is required. String
objectType This property is required. String
refMos This property is required. List<Property Map>
timestamp This property is required. String
versionType This property is required. String

GetFabricSwitchClusterProfileResultVersionContextInterestedMo

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

GetFabricSwitchClusterProfileResultVersionContextRefMo

AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
Moid This property is required. string
The unique identifier of this Managed Object instance.
ObjectType This property is required. string
Selector This property is required. string
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. String
additionalProperties This property is required. string
classId This property is required. string
moid This property is required. string
The unique identifier of this Managed Object instance.
objectType This property is required. string
selector This property is required. string
additional_properties This property is required. str
class_id This property is required. str
moid This property is required. str
The unique identifier of this Managed Object instance.
object_type This property is required. str
selector This property is required. str
additionalProperties This property is required. String
classId This property is required. String
moid This property is required. String
The unique identifier of this Managed Object instance.
objectType This property is required. String
selector This property is required. 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.