published on Monday, Aug 24, 2026 by ciscodevnet
published on Monday, Aug 24, 2026 by ciscodevnet
The SwitchClusterProfile object is an essential element in the network management domain, designed to specify configuration policies for a cluster of switches. It consolidates the configuration context of all the switch profiles referred by the Switch Cluster Profile, ensuring seamless integration and management of network resources.
Purpose
The SwitchClusterProfile serves as a comprehensive configuration entity for managing multiple switches as a unified cluster. It allows administrators to define, deploy, and manage network switch profiles efficiently, providing a streamlined approach to switch configuration and deployment.
Key Concepts
- Configuration Consolidation: Aggregates configuration policies across multiple switch profiles, providing a single point of management for cluster configurations.
- Deployment Management: Facilitates the deployment of switch profiles across different switches in the cluster, ensuring coordinated configuration changes and updates.
- Access Control: Incorporates privilege sets to manage access and operations, ensuring secure configuration management.
- Template Utilization: Supports the creation and management of switch profiles from templates, promoting consistency and reducing setup time.
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?: InvokeOutputOptions): Output<GetFabricSwitchClusterProfileResult>def get_fabric_switch_cluster_profile(account_moid: Optional[str] = None,
action: Optional[str] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetFabricSwitchClusterProfileAncestor]] = None,
assigned_entity: Optional[GetFabricSwitchClusterProfileAssignedEntity] = None,
chassis_assignment_mode: Optional[str] = None,
chassis_pre_assign_by_serial: Optional[str] = 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,
overridden_lists: Optional[Sequence[str]] = None,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetFabricSwitchClusterProfileParent] = None,
permission_resources: Optional[Sequence[GetFabricSwitchClusterProfilePermissionResource]] = None,
scheduled_chassis_assignment: Optional[GetFabricSwitchClusterProfileScheduledChassisAssignment] = 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,
target_platform: Optional[str] = None,
template_actions: Optional[Sequence[GetFabricSwitchClusterProfileTemplateAction]] = None,
template_sync_errors: Optional[Sequence[GetFabricSwitchClusterProfileTemplateSyncError]] = None,
template_sync_status: Optional[str] = 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: pulumi.Input[Optional[str]] = None,
action: pulumi.Input[Optional[str]] = None,
additional_properties: pulumi.Input[Optional[str]] = None,
ancestors: pulumi.Input[Optional[Sequence[pulumi.Input[GetFabricSwitchClusterProfileAncestorArgs]]]] = None,
assigned_entity: pulumi.Input[Optional[GetFabricSwitchClusterProfileAssignedEntityArgs]] = None,
chassis_assignment_mode: pulumi.Input[Optional[str]] = None,
chassis_pre_assign_by_serial: pulumi.Input[Optional[str]] = None,
class_id: pulumi.Input[Optional[str]] = None,
cluster_assignments: pulumi.Input[Optional[Sequence[pulumi.Input[GetFabricSwitchClusterProfileClusterAssignmentArgs]]]] = None,
config_context: pulumi.Input[Optional[GetFabricSwitchClusterProfileConfigContextArgs]] = None,
create_time: pulumi.Input[Optional[str]] = None,
deploy_status: pulumi.Input[Optional[str]] = None,
deployed_switches: pulumi.Input[Optional[str]] = None,
description: pulumi.Input[Optional[str]] = None,
domain_group_moid: pulumi.Input[Optional[str]] = None,
id: pulumi.Input[Optional[str]] = None,
mod_time: pulumi.Input[Optional[str]] = None,
moid: pulumi.Input[Optional[str]] = None,
name: pulumi.Input[Optional[str]] = None,
object_type: pulumi.Input[Optional[str]] = None,
organization: pulumi.Input[Optional[GetFabricSwitchClusterProfileOrganizationArgs]] = None,
overridden_lists: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
owners: pulumi.Input[Optional[Sequence[pulumi.Input[str]]]] = None,
parent: pulumi.Input[Optional[GetFabricSwitchClusterProfileParentArgs]] = None,
permission_resources: pulumi.Input[Optional[Sequence[pulumi.Input[GetFabricSwitchClusterProfilePermissionResourceArgs]]]] = None,
scheduled_chassis_assignment: pulumi.Input[Optional[GetFabricSwitchClusterProfileScheduledChassisAssignmentArgs]] = None,
shared_scope: pulumi.Input[Optional[str]] = None,
src_template: pulumi.Input[Optional[GetFabricSwitchClusterProfileSrcTemplateArgs]] = None,
switch_profiles: pulumi.Input[Optional[Sequence[pulumi.Input[GetFabricSwitchClusterProfileSwitchProfileArgs]]]] = None,
switch_profiles_count: pulumi.Input[Optional[float]] = None,
tags: pulumi.Input[Optional[Sequence[pulumi.Input[GetFabricSwitchClusterProfileTagArgs]]]] = None,
target_platform: pulumi.Input[Optional[str]] = None,
template_actions: pulumi.Input[Optional[Sequence[pulumi.Input[GetFabricSwitchClusterProfileTemplateActionArgs]]]] = None,
template_sync_errors: pulumi.Input[Optional[Sequence[pulumi.Input[GetFabricSwitchClusterProfileTemplateSyncErrorArgs]]]] = None,
template_sync_status: pulumi.Input[Optional[str]] = None,
type: pulumi.Input[Optional[str]] = None,
user_label: pulumi.Input[Optional[str]] = None,
version_context: pulumi.Input[Optional[GetFabricSwitchClusterProfileVersionContextArgs]] = None,
opts: Optional[InvokeOutputOptions] = None) -> Output[GetFabricSwitchClusterProfileResult]func LookupFabricSwitchClusterProfile(ctx *Context, args *LookupFabricSwitchClusterProfileArgs, opts ...InvokeOption) (*LookupFabricSwitchClusterProfileResult, error)
func LookupFabricSwitchClusterProfileOutput(ctx *Context, args *LookupFabricSwitchClusterProfileOutputArgs, opts ...InvokeOption) LookupFabricSwitchClusterProfileResultOutput> Note: This function is named LookupFabricSwitchClusterProfile in the Go SDK.
public static class GetFabricSwitchClusterProfile
{
public static Task<GetFabricSwitchClusterProfileResult> InvokeAsync(GetFabricSwitchClusterProfileArgs args, InvokeOptions? opts = null)
public static Output<GetFabricSwitchClusterProfileResult> Invoke(GetFabricSwitchClusterProfileInvokeArgs args, InvokeOptions? opts = null)
public static Output<GetFabricSwitchClusterProfileResult> Invoke(GetFabricSwitchClusterProfileInvokeArgs args, InvokeOutputOptions opts)
}public static CompletableFuture<GetFabricSwitchClusterProfileResult> getFabricSwitchClusterProfile(GetFabricSwitchClusterProfileArgs args, InvokeOptions options)
public static Output<GetFabricSwitchClusterProfileResult> getFabricSwitchClusterProfile(GetFabricSwitchClusterProfileArgs args, InvokeOptions options)
public static Output<GetFabricSwitchClusterProfileResult> getFabricSwitchClusterProfile(GetFabricSwitchClusterProfileArgs args, InvokeOutputOptions options)
fn::invoke:
function: intersight:index/getFabricSwitchClusterProfile:getFabricSwitchClusterProfile
arguments:
# arguments dictionarydata "intersight_get_fabric_switch_cluster_profile" "name" {
# arguments
}The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Action string
- The support actions are -- Deploy, Unassign.
- Additional
Properties string - Ancestors
List<Get
Fabric Switch Cluster Profile Ancestor> - Assigned
Entity GetFabric Switch Cluster Profile Assigned Entity - Chassis
Assignment stringMode - Source of the chassis assigned to the Switch Cluster Profile. Values can be Static or None. Static is used if a chassis is attached directly to a Switch Cluster Profile. None is used if no chassis is attached to a Switch Cluster Profile. Serial pre-assignment is also considered None.*
Static- Chassis is directly assigned to switch cluster profile.*None- No chassis is assigned to the switch cluster profile. - Chassis
Pre stringAssign By Serial - Serial number of the chassis that would be assigned to this pre-assigned switch cluster profile. It can be any string that adheres to the following constraints:It should start and end with an alphanumeric character.It cannot be more than 20 characters.
- Class
Id string - Cluster
Assignments List<GetFabric Switch Cluster Profile Cluster Assignment> - Config
Context GetFabric Switch Cluster Profile Config Context - Create
Time string - The time when this managed object was created.
- Deploy
Status 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. - Deployed
Switches 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.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Mod
Time 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.
- Object
Type string - Organization
Get
Fabric Switch Cluster Profile Organization - Overridden
Lists List<string> - Owners List<string>
- Parent
Get
Fabric Switch Cluster Profile Parent - Permission
Resources List<GetFabric Switch Cluster Profile Permission Resource> - Scheduled
Chassis GetAssignment Fabric Switch Cluster Profile Scheduled Chassis Assignment - 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.
- Src
Template GetFabric Switch Cluster Profile Src Template - Switch
Profiles List<GetFabric Switch Cluster Profile Switch Profile> - Switch
Profiles doubleCount - Number of switch profiles that are part of this cluster profile.
-
List<Get
Fabric Switch Cluster Profile Tag> - Target
Platform string - Type of the profile. 'UcsDomain' profile for network and management configuration on UCS Fabric Interconnect. 'UnifiedEdge' profile for network, management and chassis configuration on Unified Edge.*
UCS Domain- Profile/policy type for network and management configuration on UCS Fabric Interconnect.*Unified Edge- Profile/policy type for network, management and chassis configuration on Unified Edge. - Template
Actions List<GetFabric Switch Cluster Profile Template Action> - Template
Sync List<GetErrors Fabric Switch Cluster Profile Template Sync Error> - Template
Sync stringStatus - The sync status of the current MO wrt the attached Template MO.*
None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template. - 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. - User
Label string - The user defined label assigned to the switch profile.
- Version
Context GetFabric Switch Cluster Profile Version Context
- Account
Moid string - The Account ID for this managed object.
- Action string
- The support actions are -- Deploy, Unassign.
- Additional
Properties string - Ancestors
[]Get
Fabric Switch Cluster Profile Ancestor - Assigned
Entity GetFabric Switch Cluster Profile Assigned Entity - Chassis
Assignment stringMode - Source of the chassis assigned to the Switch Cluster Profile. Values can be Static or None. Static is used if a chassis is attached directly to a Switch Cluster Profile. None is used if no chassis is attached to a Switch Cluster Profile. Serial pre-assignment is also considered None.*
Static- Chassis is directly assigned to switch cluster profile.*None- No chassis is assigned to the switch cluster profile. - Chassis
Pre stringAssign By Serial - Serial number of the chassis that would be assigned to this pre-assigned switch cluster profile. It can be any string that adheres to the following constraints:It should start and end with an alphanumeric character.It cannot be more than 20 characters.
- Class
Id string - Cluster
Assignments []GetFabric Switch Cluster Profile Cluster Assignment - Config
Context GetFabric Switch Cluster Profile Config Context - Create
Time string - The time when this managed object was created.
- Deploy
Status 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. - Deployed
Switches 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.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Id string
- Mod
Time 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.
- Object
Type string - Organization
Get
Fabric Switch Cluster Profile Organization - Overridden
Lists []string - Owners []string
- Parent
Get
Fabric Switch Cluster Profile Parent - Permission
Resources []GetFabric Switch Cluster Profile Permission Resource - Scheduled
Chassis GetAssignment Fabric Switch Cluster Profile Scheduled Chassis Assignment - 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.
- Src
Template GetFabric Switch Cluster Profile Src Template - Switch
Profiles []GetFabric Switch Cluster Profile Switch Profile - Switch
Profiles float64Count - Number of switch profiles that are part of this cluster profile.
-
[]Get
Fabric Switch Cluster Profile Tag - Target
Platform string - Type of the profile. 'UcsDomain' profile for network and management configuration on UCS Fabric Interconnect. 'UnifiedEdge' profile for network, management and chassis configuration on Unified Edge.*
UCS Domain- Profile/policy type for network and management configuration on UCS Fabric Interconnect.*Unified Edge- Profile/policy type for network, management and chassis configuration on Unified Edge. - Template
Actions []GetFabric Switch Cluster Profile Template Action - Template
Sync []GetErrors Fabric Switch Cluster Profile Template Sync Error - Template
Sync stringStatus - The sync status of the current MO wrt the attached Template MO.*
None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template. - 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. - User
Label string - The user defined label assigned to the switch profile.
- Version
Context GetFabric Switch Cluster Profile Version Context
- account_
moid string - The Account ID for this managed object.
- action string
- The support actions are -- Deploy, Unassign.
- additional_
properties string - ancestors list(object)
- assigned_
entity object - chassis_
assignment_ stringmode - Source of the chassis assigned to the Switch Cluster Profile. Values can be Static or None. Static is used if a chassis is attached directly to a Switch Cluster Profile. None is used if no chassis is attached to a Switch Cluster Profile. Serial pre-assignment is also considered None.*
Static- Chassis is directly assigned to switch cluster profile.*None- No chassis is assigned to the switch cluster profile. - chassis_
pre_ stringassign_ by_ serial - Serial number of the chassis that would be assigned to this pre-assigned switch cluster profile. It can be any string that adheres to the following constraints:It should start and end with an alphanumeric character.It cannot be more than 20 characters.
- class_
id string - cluster_
assignments list(object) - config_
context object - create_
time string - The time when this managed object was created.
- deploy_
status 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. - deployed_
switches 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.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- id string
- mod_
time 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.
- object_
type string - organization object
- overridden_
lists list(string) - owners list(string)
- parent object
- permission_
resources list(object) - scheduled_
chassis_ objectassignment - 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.
- src_
template object - switch_
profiles list(object) - switch_
profiles_ numbercount - Number of switch profiles that are part of this cluster profile.
- list(object)
- target_
platform string - Type of the profile. 'UcsDomain' profile for network and management configuration on UCS Fabric Interconnect. 'UnifiedEdge' profile for network, management and chassis configuration on Unified Edge.*
UCS Domain- Profile/policy type for network and management configuration on UCS Fabric Interconnect.*Unified Edge- Profile/policy type for network, management and chassis configuration on Unified Edge. - template_
actions list(object) - template_
sync_ list(object)errors - template_
sync_ stringstatus - The sync status of the current MO wrt the attached Template MO.*
None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template. - 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. - user_
label string - The user defined label assigned to the switch profile.
- version_
context object
- account
Moid String - The Account ID for this managed object.
- action String
- The support actions are -- Deploy, Unassign.
- additional
Properties String - ancestors
List<Get
Fabric Switch Cluster Profile Ancestor> - assigned
Entity GetFabric Switch Cluster Profile Assigned Entity - chassis
Assignment StringMode - Source of the chassis assigned to the Switch Cluster Profile. Values can be Static or None. Static is used if a chassis is attached directly to a Switch Cluster Profile. None is used if no chassis is attached to a Switch Cluster Profile. Serial pre-assignment is also considered None.*
Static- Chassis is directly assigned to switch cluster profile.*None- No chassis is assigned to the switch cluster profile. - chassis
Pre StringAssign By Serial - Serial number of the chassis that would be assigned to this pre-assigned switch cluster profile. It can be any string that adheres to the following constraints:It should start and end with an alphanumeric character.It cannot be more than 20 characters.
- class
Id String - cluster
Assignments List<GetFabric Switch Cluster Profile Cluster Assignment> - config
Context GetFabric Switch Cluster Profile Config Context - create
Time String - The time when this managed object was created.
- deploy
Status 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. - deployed
Switches 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.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- mod
Time 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.
- object
Type String - organization
Get
Fabric Switch Cluster Profile Organization - overridden
Lists List<String> - owners List<String>
- parent
Get
Fabric Switch Cluster Profile Parent - permission
Resources List<GetFabric Switch Cluster Profile Permission Resource> - scheduled
Chassis GetAssignment Fabric Switch Cluster Profile Scheduled Chassis Assignment - 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.
- src
Template GetFabric Switch Cluster Profile Src Template - switch
Profiles List<GetFabric Switch Cluster Profile Switch Profile> - switch
Profiles DoubleCount - Number of switch profiles that are part of this cluster profile.
-
List<Get
Fabric Switch Cluster Profile Tag> - target
Platform String - Type of the profile. 'UcsDomain' profile for network and management configuration on UCS Fabric Interconnect. 'UnifiedEdge' profile for network, management and chassis configuration on Unified Edge.*
UCS Domain- Profile/policy type for network and management configuration on UCS Fabric Interconnect.*Unified Edge- Profile/policy type for network, management and chassis configuration on Unified Edge. - template
Actions List<GetFabric Switch Cluster Profile Template Action> - template
Sync List<GetErrors Fabric Switch Cluster Profile Template Sync Error> - template
Sync StringStatus - The sync status of the current MO wrt the attached Template MO.*
None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template. - 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. - user
Label String - The user defined label assigned to the switch profile.
- version
Context GetFabric Switch Cluster Profile Version Context
- account
Moid string - The Account ID for this managed object.
- action string
- The support actions are -- Deploy, Unassign.
- additional
Properties string - ancestors
Get
Fabric Switch Cluster Profile Ancestor[] - assigned
Entity GetFabric Switch Cluster Profile Assigned Entity - chassis
Assignment stringMode - Source of the chassis assigned to the Switch Cluster Profile. Values can be Static or None. Static is used if a chassis is attached directly to a Switch Cluster Profile. None is used if no chassis is attached to a Switch Cluster Profile. Serial pre-assignment is also considered None.*
Static- Chassis is directly assigned to switch cluster profile.*None- No chassis is assigned to the switch cluster profile. - chassis
Pre stringAssign By Serial - Serial number of the chassis that would be assigned to this pre-assigned switch cluster profile. It can be any string that adheres to the following constraints:It should start and end with an alphanumeric character.It cannot be more than 20 characters.
- class
Id string - cluster
Assignments GetFabric Switch Cluster Profile Cluster Assignment[] - config
Context GetFabric Switch Cluster Profile Config Context - create
Time string - The time when this managed object was created.
- deploy
Status 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. - deployed
Switches 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.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- id string
- mod
Time 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.
- object
Type string - organization
Get
Fabric Switch Cluster Profile Organization - overridden
Lists string[] - owners string[]
- parent
Get
Fabric Switch Cluster Profile Parent - permission
Resources GetFabric Switch Cluster Profile Permission Resource[] - scheduled
Chassis GetAssignment Fabric Switch Cluster Profile Scheduled Chassis Assignment - 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.
- src
Template GetFabric Switch Cluster Profile Src Template - switch
Profiles GetFabric Switch Cluster Profile Switch Profile[] - switch
Profiles numberCount - Number of switch profiles that are part of this cluster profile.
-
Get
Fabric Switch Cluster Profile Tag[] - target
Platform string - Type of the profile. 'UcsDomain' profile for network and management configuration on UCS Fabric Interconnect. 'UnifiedEdge' profile for network, management and chassis configuration on Unified Edge.*
UCS Domain- Profile/policy type for network and management configuration on UCS Fabric Interconnect.*Unified Edge- Profile/policy type for network, management and chassis configuration on Unified Edge. - template
Actions GetFabric Switch Cluster Profile Template Action[] - template
Sync GetErrors Fabric Switch Cluster Profile Template Sync Error[] - template
Sync stringStatus - The sync status of the current MO wrt the attached Template MO.*
None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template. - 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. - user
Label string - The user defined label assigned to the switch profile.
- version
Context GetFabric Switch Cluster Profile Version Context
- account_
moid str - The Account ID for this managed object.
- action str
- The support actions are -- Deploy, Unassign.
- additional_
properties str - ancestors
Sequence[Get
Fabric Switch Cluster Profile Ancestor] - assigned_
entity GetFabric Switch Cluster Profile Assigned Entity - chassis_
assignment_ strmode - Source of the chassis assigned to the Switch Cluster Profile. Values can be Static or None. Static is used if a chassis is attached directly to a Switch Cluster Profile. None is used if no chassis is attached to a Switch Cluster Profile. Serial pre-assignment is also considered None.*
Static- Chassis is directly assigned to switch cluster profile.*None- No chassis is assigned to the switch cluster profile. - chassis_
pre_ strassign_ by_ serial - Serial number of the chassis that would be assigned to this pre-assigned switch cluster profile. It can be any string that adheres to the following constraints:It should start and end with an alphanumeric character.It cannot be more than 20 characters.
- class_
id str - cluster_
assignments Sequence[GetFabric Switch Cluster Profile Cluster Assignment] - config_
context GetFabric Switch Cluster Profile Config Context - 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_ strmoid - 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
Get
Fabric Switch Cluster Profile Organization - overridden_
lists Sequence[str] - owners Sequence[str]
- parent
Get
Fabric Switch Cluster Profile Parent - permission_
resources Sequence[GetFabric Switch Cluster Profile Permission Resource] - scheduled_
chassis_ Getassignment Fabric Switch Cluster Profile Scheduled Chassis Assignment - 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 GetFabric Switch Cluster Profile Src Template - switch_
profiles Sequence[GetFabric Switch Cluster Profile Switch Profile] - switch_
profiles_ floatcount - Number of switch profiles that are part of this cluster profile.
-
Sequence[Get
Fabric Switch Cluster Profile Tag] - target_
platform str - Type of the profile. 'UcsDomain' profile for network and management configuration on UCS Fabric Interconnect. 'UnifiedEdge' profile for network, management and chassis configuration on Unified Edge.*
UCS Domain- Profile/policy type for network and management configuration on UCS Fabric Interconnect.*Unified Edge- Profile/policy type for network, management and chassis configuration on Unified Edge. - template_
actions Sequence[GetFabric Switch Cluster Profile Template Action] - template_
sync_ Sequence[Geterrors Fabric Switch Cluster Profile Template Sync Error] - template_
sync_ strstatus - The sync status of the current MO wrt the attached Template MO.*
None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template. - 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 GetFabric Switch Cluster Profile Version Context
- account
Moid String - The Account ID for this managed object.
- action String
- The support actions are -- Deploy, Unassign.
- additional
Properties String - ancestors List<Property Map>
- assigned
Entity Property Map - chassis
Assignment StringMode - Source of the chassis assigned to the Switch Cluster Profile. Values can be Static or None. Static is used if a chassis is attached directly to a Switch Cluster Profile. None is used if no chassis is attached to a Switch Cluster Profile. Serial pre-assignment is also considered None.*
Static- Chassis is directly assigned to switch cluster profile.*None- No chassis is assigned to the switch cluster profile. - chassis
Pre StringAssign By Serial - Serial number of the chassis that would be assigned to this pre-assigned switch cluster profile. It can be any string that adheres to the following constraints:It should start and end with an alphanumeric character.It cannot be more than 20 characters.
- class
Id String - cluster
Assignments List<Property Map> - config
Context Property Map - create
Time String - The time when this managed object was created.
- deploy
Status 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. - deployed
Switches 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.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- id String
- mod
Time 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.
- object
Type String - organization Property Map
- overridden
Lists List<String> - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - scheduled
Chassis Property MapAssignment - 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.
- src
Template Property Map - switch
Profiles List<Property Map> - switch
Profiles NumberCount - Number of switch profiles that are part of this cluster profile.
- List<Property Map>
- target
Platform String - Type of the profile. 'UcsDomain' profile for network and management configuration on UCS Fabric Interconnect. 'UnifiedEdge' profile for network, management and chassis configuration on Unified Edge.*
UCS Domain- Profile/policy type for network and management configuration on UCS Fabric Interconnect.*Unified Edge- Profile/policy type for network, management and chassis configuration on Unified Edge. - template
Actions List<Property Map> - template
Sync List<Property Map>Errors - template
Sync StringStatus - The sync status of the current MO wrt the attached Template MO.*
None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template. - 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. - user
Label String - The user defined label assigned to the switch profile.
- version
Context Property Map
getFabricSwitchClusterProfile Result
The following output properties are available:
- Id string
- Results
List<Get
Fabric Switch Cluster Profile Result> - Account
Moid string - Action string
- Additional
Properties string - Ancestors
List<Get
Fabric Switch Cluster Profile Ancestor> - Assigned
Entity GetFabric Switch Cluster Profile Assigned Entity - Chassis
Assignment stringMode - Chassis
Pre stringAssign By Serial - Class
Id string - Cluster
Assignments List<GetFabric Switch Cluster Profile Cluster Assignment> - Config
Context GetFabric Switch Cluster Profile Config Context - Create
Time string - Deploy
Status string - Deployed
Switches string - Description string
- Domain
Group stringMoid - Mod
Time string - Moid string
- Name string
- Object
Type string - Organization
Get
Fabric Switch Cluster Profile Organization - Overridden
Lists List<string> - Owners List<string>
- Parent
Get
Fabric Switch Cluster Profile Parent - Permission
Resources List<GetFabric Switch Cluster Profile Permission Resource> - Scheduled
Chassis GetAssignment Fabric Switch Cluster Profile Scheduled Chassis Assignment - string
- Src
Template GetFabric Switch Cluster Profile Src Template - Switch
Profiles List<GetFabric Switch Cluster Profile Switch Profile> - Switch
Profiles doubleCount -
List<Get
Fabric Switch Cluster Profile Tag> - Target
Platform string - Template
Actions List<GetFabric Switch Cluster Profile Template Action> - Template
Sync List<GetErrors Fabric Switch Cluster Profile Template Sync Error> - Template
Sync stringStatus - Type string
- User
Label string - Version
Context GetFabric Switch Cluster Profile Version Context
- Id string
- Results
[]Get
Fabric Switch Cluster Profile Result - Account
Moid string - Action string
- Additional
Properties string - Ancestors
[]Get
Fabric Switch Cluster Profile Ancestor - Assigned
Entity GetFabric Switch Cluster Profile Assigned Entity - Chassis
Assignment stringMode - Chassis
Pre stringAssign By Serial - Class
Id string - Cluster
Assignments []GetFabric Switch Cluster Profile Cluster Assignment - Config
Context GetFabric Switch Cluster Profile Config Context - Create
Time string - Deploy
Status string - Deployed
Switches string - Description string
- Domain
Group stringMoid - Mod
Time string - Moid string
- Name string
- Object
Type string - Organization
Get
Fabric Switch Cluster Profile Organization - Overridden
Lists []string - Owners []string
- Parent
Get
Fabric Switch Cluster Profile Parent - Permission
Resources []GetFabric Switch Cluster Profile Permission Resource - Scheduled
Chassis GetAssignment Fabric Switch Cluster Profile Scheduled Chassis Assignment - string
- Src
Template GetFabric Switch Cluster Profile Src Template - Switch
Profiles []GetFabric Switch Cluster Profile Switch Profile - Switch
Profiles float64Count -
[]Get
Fabric Switch Cluster Profile Tag - Target
Platform string - Template
Actions []GetFabric Switch Cluster Profile Template Action - Template
Sync []GetErrors Fabric Switch Cluster Profile Template Sync Error - Template
Sync stringStatus - Type string
- User
Label string - Version
Context GetFabric Switch Cluster Profile Version Context
- id string
- results list(object)
- account_
moid string - action string
- additional_
properties string - ancestors list(object)
- assigned_
entity object - chassis_
assignment_ stringmode - chassis_
pre_ stringassign_ by_ serial - class_
id string - cluster_
assignments list(object) - config_
context object - create_
time string - deploy_
status string - deployed_
switches string - description string
- domain_
group_ stringmoid - mod_
time string - moid string
- name string
- object_
type string - organization object
- overridden_
lists list(string) - owners list(string)
- parent object
- permission_
resources list(object) - scheduled_
chassis_ objectassignment - string
- src_
template object - switch_
profiles list(object) - switch_
profiles_ numbercount - list(object)
- target_
platform string - template_
actions list(object) - template_
sync_ list(object)errors - template_
sync_ stringstatus - type string
- user_
label string - version_
context object
- id String
- results
List<Get
Fabric Switch Cluster Profile Result> - account
Moid String - action String
- additional
Properties String - ancestors
List<Get
Fabric Switch Cluster Profile Ancestor> - assigned
Entity GetFabric Switch Cluster Profile Assigned Entity - chassis
Assignment StringMode - chassis
Pre StringAssign By Serial - class
Id String - cluster
Assignments List<GetFabric Switch Cluster Profile Cluster Assignment> - config
Context GetFabric Switch Cluster Profile Config Context - create
Time String - deploy
Status String - deployed
Switches String - description String
- domain
Group StringMoid - mod
Time String - moid String
- name String
- object
Type String - organization
Get
Fabric Switch Cluster Profile Organization - overridden
Lists List<String> - owners List<String>
- parent
Get
Fabric Switch Cluster Profile Parent - permission
Resources List<GetFabric Switch Cluster Profile Permission Resource> - scheduled
Chassis GetAssignment Fabric Switch Cluster Profile Scheduled Chassis Assignment - String
- src
Template GetFabric Switch Cluster Profile Src Template - switch
Profiles List<GetFabric Switch Cluster Profile Switch Profile> - switch
Profiles DoubleCount -
List<Get
Fabric Switch Cluster Profile Tag> - target
Platform String - template
Actions List<GetFabric Switch Cluster Profile Template Action> - template
Sync List<GetErrors Fabric Switch Cluster Profile Template Sync Error> - template
Sync StringStatus - type String
- user
Label String - version
Context GetFabric Switch Cluster Profile Version Context
- id string
- results
Get
Fabric Switch Cluster Profile Result[] - account
Moid string - action string
- additional
Properties string - ancestors
Get
Fabric Switch Cluster Profile Ancestor[] - assigned
Entity GetFabric Switch Cluster Profile Assigned Entity - chassis
Assignment stringMode - chassis
Pre stringAssign By Serial - class
Id string - cluster
Assignments GetFabric Switch Cluster Profile Cluster Assignment[] - config
Context GetFabric Switch Cluster Profile Config Context - create
Time string - deploy
Status string - deployed
Switches string - description string
- domain
Group stringMoid - mod
Time string - moid string
- name string
- object
Type string - organization
Get
Fabric Switch Cluster Profile Organization - overridden
Lists string[] - owners string[]
- parent
Get
Fabric Switch Cluster Profile Parent - permission
Resources GetFabric Switch Cluster Profile Permission Resource[] - scheduled
Chassis GetAssignment Fabric Switch Cluster Profile Scheduled Chassis Assignment - string
- src
Template GetFabric Switch Cluster Profile Src Template - switch
Profiles GetFabric Switch Cluster Profile Switch Profile[] - switch
Profiles numberCount -
Get
Fabric Switch Cluster Profile Tag[] - target
Platform string - template
Actions GetFabric Switch Cluster Profile Template Action[] - template
Sync GetErrors Fabric Switch Cluster Profile Template Sync Error[] - template
Sync stringStatus - type string
- user
Label string - version
Context GetFabric Switch Cluster Profile Version Context
- id str
- results
Sequence[Get
Fabric Switch Cluster Profile Result] - account_
moid str - action str
- additional_
properties str - ancestors
Sequence[Get
Fabric Switch Cluster Profile Ancestor] - assigned_
entity GetFabric Switch Cluster Profile Assigned Entity - chassis_
assignment_ strmode - chassis_
pre_ strassign_ by_ serial - class_
id str - cluster_
assignments Sequence[GetFabric Switch Cluster Profile Cluster Assignment] - config_
context GetFabric Switch Cluster Profile Config Context - create_
time str - deploy_
status str - deployed_
switches str - description str
- domain_
group_ strmoid - mod_
time str - moid str
- name str
- object_
type str - organization
Get
Fabric Switch Cluster Profile Organization - overridden_
lists Sequence[str] - owners Sequence[str]
- parent
Get
Fabric Switch Cluster Profile Parent - permission_
resources Sequence[GetFabric Switch Cluster Profile Permission Resource] - scheduled_
chassis_ Getassignment Fabric Switch Cluster Profile Scheduled Chassis Assignment - str
- src_
template GetFabric Switch Cluster Profile Src Template - switch_
profiles Sequence[GetFabric Switch Cluster Profile Switch Profile] - switch_
profiles_ floatcount -
Sequence[Get
Fabric Switch Cluster Profile Tag] - target_
platform str - template_
actions Sequence[GetFabric Switch Cluster Profile Template Action] - template_
sync_ Sequence[Geterrors Fabric Switch Cluster Profile Template Sync Error] - template_
sync_ strstatus - type str
- user_
label str - version_
context GetFabric Switch Cluster Profile Version Context
- id String
- results List<Property Map>
- account
Moid String - action String
- additional
Properties String - ancestors List<Property Map>
- assigned
Entity Property Map - chassis
Assignment StringMode - chassis
Pre StringAssign By Serial - class
Id String - cluster
Assignments List<Property Map> - config
Context Property Map - create
Time String - deploy
Status String - deployed
Switches String - description String
- domain
Group StringMoid - mod
Time String - moid String
- name String
- object
Type String - organization Property Map
- overridden
Lists List<String> - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - scheduled
Chassis Property MapAssignment - String
- src
Template Property Map - switch
Profiles List<Property Map> - switch
Profiles NumberCount - List<Property Map>
- target
Platform String - template
Actions List<Property Map> - template
Sync List<Property Map>Errors - template
Sync StringStatus - type String
- user
Label String - version
Context Property Map
Supporting Types
GetFabricSwitchClusterProfileAncestor
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class_
id 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.
- object_
type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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'.
GetFabricSwitchClusterProfileAssignedEntity
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class_
id 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.
- object_
type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Class
Id 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.
- Network
Element GetFabric Switch Cluster Profile Cluster Assignment Network Element - The network element that is to be assigned to the cloned switch profile.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Source
Switch stringProfile Or Template Name - 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 string - Class
Id 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.
- Network
Element GetFabric Switch Cluster Profile Cluster Assignment Network Element - The network element that is to be assigned to the cloned switch profile.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Source
Switch stringProfile Or Template Name - 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 string - class_
id 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.
- network_
element object - The network element that is to be assigned to the cloned switch profile.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- source_
switch_ stringprofile_ or_ template_ name - 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 String - class
Id 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.
- network
Element GetFabric Switch Cluster Profile Cluster Assignment Network Element - The network element that is to be assigned to the cloned switch profile.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- source
Switch StringProfile Or Template Name - 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 string - class
Id 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.
- network
Element GetFabric Switch Cluster Profile Cluster Assignment Network Element - The network element that is to be assigned to the cloned switch profile.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- source
Switch stringProfile Or Template Name - 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 GetFabric Switch Cluster Profile Cluster Assignment Network Element - 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_ strprofile_ or_ template_ name - 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 String - class
Id 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.
- network
Element Property Map - The network element that is to be assigned to the cloned switch profile.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- source
Switch StringProfile Or Template Name - Name of the source SwitchProfile or SwitchProfileTemplate whose clone has to be assigned to the network element mentioned in NetworkElement property under ClusterAssignments.
GetFabricSwitchClusterProfileClusterAssignmentNetworkElement
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class_
id 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.
- object_
type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Class
Id 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.
- Config
State string - Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- Config
State stringSummary - 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.Evaluating- Policy edit configuration change evaluation 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 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.
- Control
Action string - System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- Error
State string - 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 List<string> - Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Oper
State 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 string - Class
Id 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.
- Config
State string - Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- Config
State stringSummary - 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.Evaluating- Policy edit configuration change evaluation 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 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.
- Control
Action string - System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- Error
State string - 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 []string - Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Oper
State 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 string - class_
id 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.
- config_
state string - Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- config_
state_ stringsummary - 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.Evaluating- Policy edit configuration change evaluation 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 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.
- control_
action string - System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- error_
state string - 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 list(string) - object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oper_
state 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 String - class
Id 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.
- config
State String - Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- config
State StringSummary - 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.Evaluating- Policy edit configuration change evaluation 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 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.
- control
Action String - System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- error
State String - 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 List<String> - object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oper
State 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 string - class
Id 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.
- config
State string - Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- config
State stringSummary - 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.Evaluating- Policy edit configuration change evaluation 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 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.
- control
Action string - System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- error
State string - 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 string[] - object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oper
State 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_ strsummary - 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.Evaluating- Policy edit configuration change evaluation 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.
- additional
Properties String - class
Id 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.
- config
State String - Indicates a profile's configuration deploying state. Values -- Assigned, Not-assigned, Associated, Pending-changes, Out-of-sync, Validating, Configuring, Failed.
- config
State StringSummary - 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.Evaluating- Policy edit configuration change evaluation 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 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.
- control
Action String - System action to trigger the appropriate workflow. Values -- No_op, ConfigChange, Deploy, Unbind.
- error
State String - 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 List<String> - object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- oper
State 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class_
id 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.
- object_
type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class_
id 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.
- object_
type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class_
id 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.
- object_
type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Account
Moid string - The Account ID for this managed object.
- Action string
- The support actions are -- Deploy, Unassign.
- Additional
Properties string - Ancestors
List<Get
Fabric Switch Cluster Profile Result Ancestor> - Assigned
Entities List<GetFabric Switch Cluster Profile Result Assigned Entity> - Chassis
Assignment stringMode - Source of the chassis assigned to the Switch Cluster Profile. Values can be Static or None. Static is used if a chassis is attached directly to a Switch Cluster Profile. None is used if no chassis is attached to a Switch Cluster Profile. Serial pre-assignment is also considered None.*
Static- Chassis is directly assigned to switch cluster profile.*None- No chassis is assigned to the switch cluster profile. - Chassis
Pre stringAssign By Serial - Serial number of the chassis that would be assigned to this pre-assigned switch cluster profile. It can be any string that adheres to the following constraints:It should start and end with an alphanumeric character.It cannot be more than 20 characters.
- Class
Id string - Cluster
Assignments List<GetFabric Switch Cluster Profile Result Cluster Assignment> - Config
Contexts List<GetFabric Switch Cluster Profile Result Config Context> - Create
Time string - The time when this managed object was created.
- Deploy
Status 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. - Deployed
Switches 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.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Mod
Time 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.
- Object
Type string - Organizations
List<Get
Fabric Switch Cluster Profile Result Organization> - Overridden
Lists List<string> - Owners List<string>
- Parents
List<Get
Fabric Switch Cluster Profile Result Parent> - Permission
Resources List<GetFabric Switch Cluster Profile Result Permission Resource> - Scheduled
Chassis List<GetAssignments Fabric Switch Cluster Profile Result Scheduled Chassis Assignment> - 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.
- Src
Templates List<GetFabric Switch Cluster Profile Result Src Template> - Switch
Profiles List<GetFabric Switch Cluster Profile Result Switch Profile> - Switch
Profiles doubleCount - Number of switch profiles that are part of this cluster profile.
-
List<Get
Fabric Switch Cluster Profile Result Tag> - Target
Platform string - Type of the profile. 'UcsDomain' profile for network and management configuration on UCS Fabric Interconnect. 'UnifiedEdge' profile for network, management and chassis configuration on Unified Edge.*
UCS Domain- Profile/policy type for network and management configuration on UCS Fabric Interconnect.*Unified Edge- Profile/policy type for network, management and chassis configuration on Unified Edge. - Template
Actions List<GetFabric Switch Cluster Profile Result Template Action> - Template
Sync List<GetErrors Fabric Switch Cluster Profile Result Template Sync Error> - Template
Sync stringStatus - The sync status of the current MO wrt the attached Template MO.*
None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template. - 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. - User
Label string - The user defined label assigned to the switch profile.
- Version
Contexts List<GetFabric Switch Cluster Profile Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Action string
- The support actions are -- Deploy, Unassign.
- Additional
Properties string - Ancestors
[]Get
Fabric Switch Cluster Profile Result Ancestor - Assigned
Entities []GetFabric Switch Cluster Profile Result Assigned Entity - Chassis
Assignment stringMode - Source of the chassis assigned to the Switch Cluster Profile. Values can be Static or None. Static is used if a chassis is attached directly to a Switch Cluster Profile. None is used if no chassis is attached to a Switch Cluster Profile. Serial pre-assignment is also considered None.*
Static- Chassis is directly assigned to switch cluster profile.*None- No chassis is assigned to the switch cluster profile. - Chassis
Pre stringAssign By Serial - Serial number of the chassis that would be assigned to this pre-assigned switch cluster profile. It can be any string that adheres to the following constraints:It should start and end with an alphanumeric character.It cannot be more than 20 characters.
- Class
Id string - Cluster
Assignments []GetFabric Switch Cluster Profile Result Cluster Assignment - Config
Contexts []GetFabric Switch Cluster Profile Result Config Context - Create
Time string - The time when this managed object was created.
- Deploy
Status 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. - Deployed
Switches 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.
- Domain
Group stringMoid - The DomainGroup ID for this managed object.
- Mod
Time 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.
- Object
Type string - Organizations
[]Get
Fabric Switch Cluster Profile Result Organization - Overridden
Lists []string - Owners []string
- Parents
[]Get
Fabric Switch Cluster Profile Result Parent - Permission
Resources []GetFabric Switch Cluster Profile Result Permission Resource - Scheduled
Chassis []GetAssignments Fabric Switch Cluster Profile Result Scheduled Chassis Assignment - 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.
- Src
Templates []GetFabric Switch Cluster Profile Result Src Template - Switch
Profiles []GetFabric Switch Cluster Profile Result Switch Profile - Switch
Profiles float64Count - Number of switch profiles that are part of this cluster profile.
-
[]Get
Fabric Switch Cluster Profile Result Tag - Target
Platform string - Type of the profile. 'UcsDomain' profile for network and management configuration on UCS Fabric Interconnect. 'UnifiedEdge' profile for network, management and chassis configuration on Unified Edge.*
UCS Domain- Profile/policy type for network and management configuration on UCS Fabric Interconnect.*Unified Edge- Profile/policy type for network, management and chassis configuration on Unified Edge. - Template
Actions []GetFabric Switch Cluster Profile Result Template Action - Template
Sync []GetErrors Fabric Switch Cluster Profile Result Template Sync Error - Template
Sync stringStatus - The sync status of the current MO wrt the attached Template MO.*
None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template. - 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. - User
Label string - The user defined label assigned to the switch profile.
- Version
Contexts []GetFabric Switch Cluster Profile Result Version Context
- account_
moid string - The Account ID for this managed object.
- action string
- The support actions are -- Deploy, Unassign.
- additional_
properties string - ancestors list(object)
- assigned_
entities list(object) - chassis_
assignment_ stringmode - Source of the chassis assigned to the Switch Cluster Profile. Values can be Static or None. Static is used if a chassis is attached directly to a Switch Cluster Profile. None is used if no chassis is attached to a Switch Cluster Profile. Serial pre-assignment is also considered None.*
Static- Chassis is directly assigned to switch cluster profile.*None- No chassis is assigned to the switch cluster profile. - chassis_
pre_ stringassign_ by_ serial - Serial number of the chassis that would be assigned to this pre-assigned switch cluster profile. It can be any string that adheres to the following constraints:It should start and end with an alphanumeric character.It cannot be more than 20 characters.
- class_
id string - cluster_
assignments list(object) - config_
contexts list(object) - create_
time string - The time when this managed object was created.
- deploy_
status 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. - deployed_
switches 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.
- domain_
group_ stringmoid - The DomainGroup ID for this managed object.
- mod_
time 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.
- object_
type string - organizations list(object)
- overridden_
lists list(string) - owners list(string)
- parents list(object)
- permission_
resources list(object) - scheduled_
chassis_ list(object)assignments - 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.
- src_
templates list(object) - switch_
profiles list(object) - switch_
profiles_ numbercount - Number of switch profiles that are part of this cluster profile.
- list(object)
- target_
platform string - Type of the profile. 'UcsDomain' profile for network and management configuration on UCS Fabric Interconnect. 'UnifiedEdge' profile for network, management and chassis configuration on Unified Edge.*
UCS Domain- Profile/policy type for network and management configuration on UCS Fabric Interconnect.*Unified Edge- Profile/policy type for network, management and chassis configuration on Unified Edge. - template_
actions list(object) - template_
sync_ list(object)errors - template_
sync_ stringstatus - The sync status of the current MO wrt the attached Template MO.*
None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template. - 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. - user_
label string - The user defined label assigned to the switch profile.
- version_
contexts list(object)
- account
Moid String - The Account ID for this managed object.
- action String
- The support actions are -- Deploy, Unassign.
- additional
Properties String - ancestors
List<Get
Fabric Switch Cluster Profile Result Ancestor> - assigned
Entities List<GetFabric Switch Cluster Profile Result Assigned Entity> - chassis
Assignment StringMode - Source of the chassis assigned to the Switch Cluster Profile. Values can be Static or None. Static is used if a chassis is attached directly to a Switch Cluster Profile. None is used if no chassis is attached to a Switch Cluster Profile. Serial pre-assignment is also considered None.*
Static- Chassis is directly assigned to switch cluster profile.*None- No chassis is assigned to the switch cluster profile. - chassis
Pre StringAssign By Serial - Serial number of the chassis that would be assigned to this pre-assigned switch cluster profile. It can be any string that adheres to the following constraints:It should start and end with an alphanumeric character.It cannot be more than 20 characters.
- class
Id String - cluster
Assignments List<GetFabric Switch Cluster Profile Result Cluster Assignment> - config
Contexts List<GetFabric Switch Cluster Profile Result Config Context> - create
Time String - The time when this managed object was created.
- deploy
Status 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. - deployed
Switches 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.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- mod
Time 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.
- object
Type String - organizations
List<Get
Fabric Switch Cluster Profile Result Organization> - overridden
Lists List<String> - owners List<String>
- parents
List<Get
Fabric Switch Cluster Profile Result Parent> - permission
Resources List<GetFabric Switch Cluster Profile Result Permission Resource> - scheduled
Chassis List<GetAssignments Fabric Switch Cluster Profile Result Scheduled Chassis Assignment> - 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.
- src
Templates List<GetFabric Switch Cluster Profile Result Src Template> - switch
Profiles List<GetFabric Switch Cluster Profile Result Switch Profile> - switch
Profiles DoubleCount - Number of switch profiles that are part of this cluster profile.
-
List<Get
Fabric Switch Cluster Profile Result Tag> - target
Platform String - Type of the profile. 'UcsDomain' profile for network and management configuration on UCS Fabric Interconnect. 'UnifiedEdge' profile for network, management and chassis configuration on Unified Edge.*
UCS Domain- Profile/policy type for network and management configuration on UCS Fabric Interconnect.*Unified Edge- Profile/policy type for network, management and chassis configuration on Unified Edge. - template
Actions List<GetFabric Switch Cluster Profile Result Template Action> - template
Sync List<GetErrors Fabric Switch Cluster Profile Result Template Sync Error> - template
Sync StringStatus - The sync status of the current MO wrt the attached Template MO.*
None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template. - 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. - user
Label String - The user defined label assigned to the switch profile.
- version
Contexts List<GetFabric Switch Cluster Profile Result Version Context>
- account
Moid string - The Account ID for this managed object.
- action string
- The support actions are -- Deploy, Unassign.
- additional
Properties string - ancestors
Get
Fabric Switch Cluster Profile Result Ancestor[] - assigned
Entities GetFabric Switch Cluster Profile Result Assigned Entity[] - chassis
Assignment stringMode - Source of the chassis assigned to the Switch Cluster Profile. Values can be Static or None. Static is used if a chassis is attached directly to a Switch Cluster Profile. None is used if no chassis is attached to a Switch Cluster Profile. Serial pre-assignment is also considered None.*
Static- Chassis is directly assigned to switch cluster profile.*None- No chassis is assigned to the switch cluster profile. - chassis
Pre stringAssign By Serial - Serial number of the chassis that would be assigned to this pre-assigned switch cluster profile. It can be any string that adheres to the following constraints:It should start and end with an alphanumeric character.It cannot be more than 20 characters.
- class
Id string - cluster
Assignments GetFabric Switch Cluster Profile Result Cluster Assignment[] - config
Contexts GetFabric Switch Cluster Profile Result Config Context[] - create
Time string - The time when this managed object was created.
- deploy
Status 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. - deployed
Switches 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.
- domain
Group stringMoid - The DomainGroup ID for this managed object.
- mod
Time 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.
- object
Type string - organizations
Get
Fabric Switch Cluster Profile Result Organization[] - overridden
Lists string[] - owners string[]
- parents
Get
Fabric Switch Cluster Profile Result Parent[] - permission
Resources GetFabric Switch Cluster Profile Result Permission Resource[] - scheduled
Chassis GetAssignments Fabric Switch Cluster Profile Result Scheduled Chassis Assignment[] - 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.
- src
Templates GetFabric Switch Cluster Profile Result Src Template[] - switch
Profiles GetFabric Switch Cluster Profile Result Switch Profile[] - switch
Profiles numberCount - Number of switch profiles that are part of this cluster profile.
-
Get
Fabric Switch Cluster Profile Result Tag[] - target
Platform string - Type of the profile. 'UcsDomain' profile for network and management configuration on UCS Fabric Interconnect. 'UnifiedEdge' profile for network, management and chassis configuration on Unified Edge.*
UCS Domain- Profile/policy type for network and management configuration on UCS Fabric Interconnect.*Unified Edge- Profile/policy type for network, management and chassis configuration on Unified Edge. - template
Actions GetFabric Switch Cluster Profile Result Template Action[] - template
Sync GetErrors Fabric Switch Cluster Profile Result Template Sync Error[] - template
Sync stringStatus - The sync status of the current MO wrt the attached Template MO.*
None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template. - 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. - user
Label string - The user defined label assigned to the switch profile.
- version
Contexts GetFabric Switch Cluster Profile Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- action str
- The support actions are -- Deploy, Unassign.
- additional_
properties str - ancestors
Sequence[Get
Fabric Switch Cluster Profile Result Ancestor] - assigned_
entities Sequence[GetFabric Switch Cluster Profile Result Assigned Entity] - chassis_
assignment_ strmode - Source of the chassis assigned to the Switch Cluster Profile. Values can be Static or None. Static is used if a chassis is attached directly to a Switch Cluster Profile. None is used if no chassis is attached to a Switch Cluster Profile. Serial pre-assignment is also considered None.*
Static- Chassis is directly assigned to switch cluster profile.*None- No chassis is assigned to the switch cluster profile. - chassis_
pre_ strassign_ by_ serial - Serial number of the chassis that would be assigned to this pre-assigned switch cluster profile. It can be any string that adheres to the following constraints:It should start and end with an alphanumeric character.It cannot be more than 20 characters.
- class_
id str - cluster_
assignments Sequence[GetFabric Switch Cluster Profile Result Cluster Assignment] - config_
contexts Sequence[GetFabric Switch Cluster Profile Result Config Context] - 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_ strmoid - The DomainGroup ID for this managed object.
- mod_
time str - The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the profile instance or profile template.
- object_
type str - organizations
Sequence[Get
Fabric Switch Cluster Profile Result Organization] - overridden_
lists Sequence[str] - owners Sequence[str]
- parents
Sequence[Get
Fabric Switch Cluster Profile Result Parent] - permission_
resources Sequence[GetFabric Switch Cluster Profile Result Permission Resource] - scheduled_
chassis_ Sequence[Getassignments Fabric Switch Cluster Profile Result Scheduled Chassis Assignment] - str
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- src_
templates Sequence[GetFabric Switch Cluster Profile Result Src Template] - switch_
profiles Sequence[GetFabric Switch Cluster Profile Result Switch Profile] - switch_
profiles_ floatcount - Number of switch profiles that are part of this cluster profile.
-
Sequence[Get
Fabric Switch Cluster Profile Result Tag] - target_
platform str - Type of the profile. 'UcsDomain' profile for network and management configuration on UCS Fabric Interconnect. 'UnifiedEdge' profile for network, management and chassis configuration on Unified Edge.*
UCS Domain- Profile/policy type for network and management configuration on UCS Fabric Interconnect.*Unified Edge- Profile/policy type for network, management and chassis configuration on Unified Edge. - template_
actions Sequence[GetFabric Switch Cluster Profile Result Template Action] - template_
sync_ Sequence[Geterrors Fabric Switch Cluster Profile Result Template Sync Error] - template_
sync_ strstatus - The sync status of the current MO wrt the attached Template MO.*
None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template. - type str
- Defines the type of the profile. Accepted values are instance or template.*
instance- The profile defines the configuration for a specific instance of a target. - user_
label str - The user defined label assigned to the switch profile.
- version_
contexts Sequence[GetFabric Switch Cluster Profile Result Version Context]
- account
Moid String - The Account ID for this managed object.
- action String
- The support actions are -- Deploy, Unassign.
- additional
Properties String - ancestors List<Property Map>
- assigned
Entities List<Property Map> - chassis
Assignment StringMode - Source of the chassis assigned to the Switch Cluster Profile. Values can be Static or None. Static is used if a chassis is attached directly to a Switch Cluster Profile. None is used if no chassis is attached to a Switch Cluster Profile. Serial pre-assignment is also considered None.*
Static- Chassis is directly assigned to switch cluster profile.*None- No chassis is assigned to the switch cluster profile. - chassis
Pre StringAssign By Serial - Serial number of the chassis that would be assigned to this pre-assigned switch cluster profile. It can be any string that adheres to the following constraints:It should start and end with an alphanumeric character.It cannot be more than 20 characters.
- class
Id String - cluster
Assignments List<Property Map> - config
Contexts List<Property Map> - create
Time String - The time when this managed object was created.
- deploy
Status 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. - deployed
Switches 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.
- domain
Group StringMoid - The DomainGroup ID for this managed object.
- mod
Time 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.
- object
Type String - organizations List<Property Map>
- overridden
Lists List<String> - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - scheduled
Chassis List<Property Map>Assignments - 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.
- src
Templates List<Property Map> - switch
Profiles List<Property Map> - switch
Profiles NumberCount - Number of switch profiles that are part of this cluster profile.
- List<Property Map>
- target
Platform String - Type of the profile. 'UcsDomain' profile for network and management configuration on UCS Fabric Interconnect. 'UnifiedEdge' profile for network, management and chassis configuration on Unified Edge.*
UCS Domain- Profile/policy type for network and management configuration on UCS Fabric Interconnect.*Unified Edge- Profile/policy type for network, management and chassis configuration on Unified Edge. - template
Actions List<Property Map> - template
Sync List<Property Map>Errors - template
Sync StringStatus - The sync status of the current MO wrt the attached Template MO.*
None- The Enum value represents that the object is not attached to any template.*OK- The Enum value represents that the object values are in sync with attached template.*Scheduled- The Enum value represents that the object sync from attached template is scheduled from template.*InProgress- The Enum value represents that the object sync with the attached template is in progress.*OutOfSync- The Enum value represents that the object values are not in sync with attached template. - 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. - user
Label String - The user defined label assigned to the switch profile.
- version
Contexts List<Property Map>
GetFabricSwitchClusterProfileResultAncestor
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFabricSwitchClusterProfileResultAssignedEntity
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFabricSwitchClusterProfileResultClusterAssignment
- additional_
properties string - class_
id string - network_
elements list(object) - object_
type string - source_
switch_ stringprofile_ or_ template_ name
- additional
Properties String - class
Id String - network
Elements List<Property Map> - object
Type String - source
Switch StringProfile Or Template Name
GetFabricSwitchClusterProfileResultClusterAssignmentNetworkElement
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFabricSwitchClusterProfileResultConfigContext
- Additional
Properties string - Class
Id string - Config
State string - Config
State stringSummary - Config
Type string - Control
Action string - Error
State string - Inconsistency
Reasons List<string> - Object
Type string - Oper
State string
- Additional
Properties string - Class
Id string - Config
State string - Config
State stringSummary - Config
Type string - Control
Action string - Error
State string - Inconsistency
Reasons []string - Object
Type string - Oper
State string
- additional_
properties string - class_
id string - config_
state string - config_
state_ stringsummary - config_
type string - control_
action string - error_
state string - inconsistency_
reasons list(string) - object_
type string - oper_
state string
- additional
Properties String - class
Id String - config
State String - config
State StringSummary - config
Type String - control
Action String - error
State String - inconsistency
Reasons List<String> - object
Type String - oper
State String
- additional
Properties string - class
Id string - config
State string - config
State stringSummary - config
Type string - control
Action string - error
State string - inconsistency
Reasons string[] - object
Type string - oper
State string
- additional_
properties str - class_
id str - config_
state str - config_
state_ strsummary - config_
type str - control_
action str - error_
state str - inconsistency_
reasons Sequence[str] - object_
type str - oper_
state str
- additional
Properties String - class
Id String - config
State String - config
State StringSummary - config
Type String - control
Action String - error
State String - inconsistency
Reasons List<String> - object
Type String - oper
State String
GetFabricSwitchClusterProfileResultOrganization
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFabricSwitchClusterProfileResultParent
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFabricSwitchClusterProfileResultPermissionResource
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFabricSwitchClusterProfileResultScheduledChassisAssignment
- Additional
Properties string - Chassis
Serial string - Class
Id string - Enabled bool
- Object
Type string
- Additional
Properties string - Chassis
Serial string - Class
Id string - Enabled bool
- Object
Type string
- additional_
properties string - chassis_
serial string - class_
id string - enabled bool
- object_
type string
- additional
Properties String - chassis
Serial String - class
Id String - enabled Boolean
- object
Type String
- additional
Properties string - chassis
Serial string - class
Id string - enabled boolean
- object
Type string
- additional_
properties str - chassis_
serial str - class_
id str - enabled bool
- object_
type str
- additional
Properties String - chassis
Serial String - class
Id String - enabled Boolean
- object
Type String
GetFabricSwitchClusterProfileResultSrcTemplate
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFabricSwitchClusterProfileResultSwitchProfile
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFabricSwitchClusterProfileResultTag
- Additional
Properties string - Ancestor
Definitions List<GetFabric Switch Cluster Profile Result Tag Ancestor Definition> - Definitions
List<Get
Fabric Switch Cluster Profile Result Tag Definition> - Key string
- Propagated bool
- Sys
Tag bool - 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. - Value string
- Additional
Properties string - Ancestor
Definitions []GetFabric Switch Cluster Profile Result Tag Ancestor Definition - Definitions
[]Get
Fabric Switch Cluster Profile Result Tag Definition - Key string
- Propagated bool
- Sys
Tag bool - 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. - Value string
- additional_
properties string - ancestor_
definitions list(object) - definitions list(object)
- key string
- propagated bool
- sys_
tag bool - 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. - value string
- additional
Properties String - ancestor
Definitions List<GetFabric Switch Cluster Profile Result Tag Ancestor Definition> - definitions
List<Get
Fabric Switch Cluster Profile Result Tag Definition> - key String
- propagated Boolean
- sys
Tag Boolean - 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. - value String
- additional
Properties string - ancestor
Definitions GetFabric Switch Cluster Profile Result Tag Ancestor Definition[] - definitions
Get
Fabric Switch Cluster Profile Result Tag Definition[] - key string
- propagated boolean
- sys
Tag boolean - 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. - value string
- additional_
properties str - ancestor_
definitions Sequence[GetFabric Switch Cluster Profile Result Tag Ancestor Definition] - definitions
Sequence[Get
Fabric Switch Cluster Profile Result Tag Definition] - key str
- propagated bool
- sys_
tag bool - 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. - value str
- additional
Properties String - ancestor
Definitions List<Property Map> - definitions List<Property Map>
- key String
- propagated Boolean
- sys
Tag Boolean - 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. - value String
GetFabricSwitchClusterProfileResultTagAncestorDefinition
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFabricSwitchClusterProfileResultTagDefinition
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFabricSwitchClusterProfileResultTemplateAction
- Additional
Properties string - Class
Id string - Object
Type string - Params
List<Get
Fabric Switch Cluster Profile Result Template Action Param> - 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.
- Additional
Properties string - Class
Id string - Object
Type string - Params
[]Get
Fabric Switch Cluster Profile Result Template Action Param - 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.
- additional_
properties string - class_
id string - object_
type string - params list(object)
- 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.
- additional
Properties String - class
Id String - object
Type String - params
List<Get
Fabric Switch Cluster Profile Result Template Action Param> - 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.
- additional
Properties string - class
Id string - object
Type string - params
Get
Fabric Switch Cluster Profile Result Template Action Param[] - 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.
- additional_
properties str - class_
id str - object_
type str - params
Sequence[Get
Fabric Switch Cluster Profile Result Template Action Param] - 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.
- additional
Properties String - class
Id String - object
Type String - params 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.
GetFabricSwitchClusterProfileResultTemplateActionParam
- Additional
Properties string - Class
Id string - Name string
- Name of the profile instance or profile template.
- Object
Type string - Value string
- Additional
Properties string - Class
Id string - Name string
- Name of the profile instance or profile template.
- Object
Type string - Value string
- additional_
properties string - class_
id string - name string
- Name of the profile instance or profile template.
- object_
type string - value string
- additional
Properties String - class
Id String - name String
- Name of the profile instance or profile template.
- object
Type String - value String
- additional
Properties string - class
Id string - name string
- Name of the profile instance or profile template.
- object
Type string - value string
- additional_
properties str - class_
id str - name str
- Name of the profile instance or profile template.
- object_
type str - value str
- additional
Properties String - class
Id String - name String
- Name of the profile instance or profile template.
- object
Type String - value String
GetFabricSwitchClusterProfileResultTemplateSyncError
- Additional
Properties string - Class
Id string - Message string
- Object
Type string - 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.
- Additional
Properties string - Class
Id string - Message string
- Object
Type string - 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.
- additional_
properties string - class_
id string - message string
- object_
type string - 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.
- additional
Properties String - class
Id String - message String
- object
Type String - 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.
- additional
Properties string - class
Id string - message string
- object
Type string - 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.
- additional_
properties str - class_
id str - message str
- object_
type str - 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.
- additional
Properties String - class
Id String - message String
- object
Type String - 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.
GetFabricSwitchClusterProfileResultVersionContext
- additional_
properties string - class_
id string - interested_
mos list(object) - marked_
for_ booldeletion - nr_
version string - object_
type string - ref_
mos list(object) - timestamp string
- version_
type string
- additional
Properties String - class
Id String - interested
Mos List<Property Map> - marked
For BooleanDeletion - nr
Version String - object
Type String - ref
Mos List<Property Map> - timestamp String
- version
Type String
GetFabricSwitchClusterProfileResultVersionContextInterestedMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFabricSwitchClusterProfileResultVersionContextRefMo
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- Additional
Properties string - Class
Id string - Moid string
- The unique identifier of this Managed Object instance.
- Object
Type string - Selector string
- additional_
properties string - class_
id string - moid string
- The unique identifier of this Managed Object instance.
- object_
type string - selector string
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
- additional
Properties string - class
Id string - moid string
- The unique identifier of this Managed Object instance.
- object
Type string - selector string
- additional_
properties str - class_
id str - moid str
- The unique identifier of this Managed Object instance.
- object_
type str - selector str
- additional
Properties String - class
Id String - moid String
- The unique identifier of this Managed Object instance.
- object
Type String - selector String
GetFabricSwitchClusterProfileScheduledChassisAssignment
- Additional
Properties string - Chassis
Serial string - Serial number of the chassis.
- Class
Id 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.
- Enabled bool
- Indicates if this assignment is enabled.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Additional
Properties string - Chassis
Serial string - Serial number of the chassis.
- Class
Id 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.
- Enabled bool
- Indicates if this assignment is enabled.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties string - chassis_
serial string - Serial number of the chassis.
- class_
id 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.
- enabled bool
- Indicates if this assignment is enabled.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - chassis
Serial String - Serial number of the chassis.
- class
Id 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.
- enabled Boolean
- Indicates if this assignment is enabled.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties string - chassis
Serial string - Serial number of the chassis.
- class
Id 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.
- enabled boolean
- Indicates if this assignment is enabled.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional_
properties str - chassis_
serial str - Serial number of the chassis.
- 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.
- enabled bool
- Indicates if this assignment is enabled.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- additional
Properties String - chassis
Serial String - Serial number of the chassis.
- class
Id 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.
- enabled Boolean
- Indicates if this assignment is enabled.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetFabricSwitchClusterProfileSrcTemplate
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class_
id 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.
- object_
type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class_
id 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.
- object_
type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Ancestor
Definitions List<GetFabric Switch Cluster Profile Tag Ancestor Definition> - Definition
Get
Fabric Switch Cluster Profile Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - Specifies whether the tag is user-defined or owned by the system.
- 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. - Value string
- The string representation of a tag value.
- Additional
Properties string - Ancestor
Definitions []GetFabric Switch Cluster Profile Tag Ancestor Definition - Definition
Get
Fabric Switch Cluster Profile Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- Key string
- The string representation of a tag key.
- Propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- Sys
Tag bool - Specifies whether the tag is user-defined or owned by the system.
- 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. - Value string
- The string representation of a tag value.
- additional_
properties string - ancestor_
definitions list(object) - definition object
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key string
- The string representation of a tag key.
- propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - Specifies whether the tag is user-defined or owned by the system.
- 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. - value string
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<GetFabric Switch Cluster Profile Tag Ancestor Definition> - definition
Get
Fabric Switch Cluster Profile Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - Specifies whether the tag is user-defined or owned by the system.
- 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. - value String
- The string representation of a tag value.
- additional
Properties string - ancestor
Definitions GetFabric Switch Cluster Profile Tag Ancestor Definition[] - definition
Get
Fabric Switch Cluster Profile Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key string
- The string representation of a tag key.
- propagated boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag boolean - Specifies whether the tag is user-defined or owned by the system.
- 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. - value string
- The string representation of a tag value.
- additional_
properties str - ancestor_
definitions Sequence[GetFabric Switch Cluster Profile Tag Ancestor Definition] - definition
Get
Fabric Switch Cluster Profile Tag Definition - The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key str
- The string representation of a tag key.
- propagated bool
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys_
tag bool - Specifies whether the tag is user-defined or owned by the system.
- 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. - value str
- The string representation of a tag value.
- additional
Properties String - ancestor
Definitions List<Property Map> - definition Property Map
- The definition is a reference to the tag definition object. The tag definition object contains the properties of the tag such as name, type, and description.
- key String
- The string representation of a tag key.
- propagated Boolean
- Propagated is a boolean flag that indicates whether the tag is propagated to the related managed objects.
- sys
Tag Boolean - Specifies whether the tag is user-defined or owned by the system.
- 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. - value String
- The string representation of a tag value.
GetFabricSwitchClusterProfileTagAncestorDefinition
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class_
id 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.
- object_
type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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'.
GetFabricSwitchClusterProfileTagDefinition
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class_
id 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.
- object_
type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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'.
GetFabricSwitchClusterProfileTemplateAction
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Params
List<Get
Fabric Switch Cluster Profile Template Action Param> - 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.
- Additional
Properties string - Class
Id 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.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Params
[]Get
Fabric Switch Cluster Profile Template Action Param - 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.
- additional_
properties string - class_
id 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.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- params list(object)
- 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.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- params
List<Get
Fabric Switch Cluster Profile Template Action Param> - 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.
- additional
Properties string - class
Id 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.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- params
Get
Fabric Switch Cluster Profile Template Action Param[] - 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.
- 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.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- params
Sequence[Get
Fabric Switch Cluster Profile Template Action Param] - 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.
- additional
Properties String - class
Id 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- params 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.
GetFabricSwitchClusterProfileTemplateActionParam
- Additional
Properties string - Class
Id 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.
- Name string
- Name of the profile instance or profile template.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- The action parameter value is based on the action parameter type. Supported action parameters and their values are- a) Name - SyncType, Supported Values - SyncFailed, SyncOne. b) Name - SyncTimer, Supported Values - 0 to 60 seconds. c) Name - OverriddenList, Supported Values - Comma Separated list of overridable configurations.
- Additional
Properties string - Class
Id 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.
- Name string
- Name of the profile instance or profile template.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Value string
- The action parameter value is based on the action parameter type. Supported action parameters and their values are- a) Name - SyncType, Supported Values - SyncFailed, SyncOne. b) Name - SyncTimer, Supported Values - 0 to 60 seconds. c) Name - OverriddenList, Supported Values - Comma Separated list of overridable configurations.
- additional_
properties string - class_
id 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.
- name string
- Name of the profile instance or profile template.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value string
- The action parameter value is based on the action parameter type. Supported action parameters and their values are- a) Name - SyncType, Supported Values - SyncFailed, SyncOne. b) Name - SyncTimer, Supported Values - 0 to 60 seconds. c) Name - OverriddenList, Supported Values - Comma Separated list of overridable configurations.
- additional
Properties String - class
Id 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.
- name String
- Name of the profile instance or profile template.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- The action parameter value is based on the action parameter type. Supported action parameters and their values are- a) Name - SyncType, Supported Values - SyncFailed, SyncOne. b) Name - SyncTimer, Supported Values - 0 to 60 seconds. c) Name - OverriddenList, Supported Values - Comma Separated list of overridable configurations.
- additional
Properties string - class
Id 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.
- name string
- Name of the profile instance or profile template.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value string
- The action parameter value is based on the action parameter type. Supported action parameters and their values are- a) Name - SyncType, Supported Values - SyncFailed, SyncOne. b) Name - SyncTimer, Supported Values - 0 to 60 seconds. c) Name - OverriddenList, Supported Values - Comma Separated list of overridable configurations.
- 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.
- name str
- Name of the profile instance or profile template.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value str
- The action parameter value is based on the action parameter type. Supported action parameters and their values are- a) Name - SyncType, Supported Values - SyncFailed, SyncOne. b) Name - SyncTimer, Supported Values - 0 to 60 seconds. c) Name - OverriddenList, Supported Values - Comma Separated list of overridable configurations.
- additional
Properties String - class
Id 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.
- name String
- Name of the profile instance or profile template.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- value String
- The action parameter value is based on the action parameter type. Supported action parameters and their values are- a) Name - SyncType, Supported Values - SyncFailed, SyncOne. b) Name - SyncTimer, Supported Values - 0 to 60 seconds. c) Name - OverriddenList, Supported Values - Comma Separated list of overridable configurations.
GetFabricSwitchClusterProfileTemplateSyncError
- Additional
Properties string - Class
Id 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.
- Message string
- The localized message based on the locale setting of the user's context providing the error description.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- Additional
Properties string - Class
Id 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.
- Message string
- The localized message based on the locale setting of the user's context providing the error description.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- additional_
properties string - class_
id 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.
- message string
- The localized message based on the locale setting of the user's context providing the error description.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- additional
Properties String - class
Id 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.
- message String
- The localized message based on the locale setting of the user's context providing the error description.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- additional
Properties string - class
Id 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.
- message string
- The localized message based on the locale setting of the user's context providing the error description.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- 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.
- message str
- The localized message based on the locale setting of the user's context providing the error description.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
- additional
Properties String - class
Id 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.
- message String
- The localized message based on the locale setting of the user's context providing the error description.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- 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.
GetFabricSwitchClusterProfileVersionContext
- Additional
Properties string - Class
Id 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.
- Interested
Mos List<GetFabric Switch Cluster Profile Version Context Interested Mo> - Marked
For boolDeletion - 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetFabric Switch Cluster Profile Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 string - Class
Id 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.
- Interested
Mos []GetFabric Switch Cluster Profile Version Context Interested Mo - Marked
For boolDeletion - 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Ref
Mo GetFabric Switch Cluster Profile Version Context Ref Mo - A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- Version
Type 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 string - class_
id 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.
- interested_
mos list(object) - marked_
for_ booldeletion - 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_
type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_
mo object - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version_
type 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 String - class
Id 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.
- interested
Mos List<GetFabric Switch Cluster Profile Version Context Interested Mo> - marked
For BooleanDeletion - 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 String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetFabric Switch Cluster Profile Version Context Ref Mo - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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 string - class
Id 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.
- interested
Mos GetFabric Switch Cluster Profile Version Context Interested Mo[] - marked
For booleanDeletion - 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 string - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo GetFabric Switch Cluster Profile Version Context Ref Mo - A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- version
Type 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[GetFabric Switch Cluster Profile Version Context Interested Mo] - marked_
for_ booldeletion - 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 GetFabric Switch Cluster Profile Version Context Ref Mo - 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.
- additional
Properties String - class
Id 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.
- interested
Mos List<Property Map> - marked
For BooleanDeletion - 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 String - The version of the Managed Object, e.g. an incrementing number or a hash id.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref
Mo Property Map - A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- version
Type 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class_
id 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.
- object_
type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
- Additional
Properties string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - Class
Id 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.
- Object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class_
id 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.
- object_
type 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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 string - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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.
- If 'moid' is set this field is ignored.
- 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 String - class
Id 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.
- object
Type 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.
- If 'moid' is set this field is ignored.
- 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
intersightTerraform Provider.
published on Monday, Aug 24, 2026 by ciscodevnet