intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
intersight.getFabricSwitchProfile
Explore with Pulumi AI
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet
This specifies configuration policies for a managed network switch.
Using getFabricSwitchProfile
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 getFabricSwitchProfile(args: GetFabricSwitchProfileArgs, opts?: InvokeOptions): Promise<GetFabricSwitchProfileResult>
function getFabricSwitchProfileOutput(args: GetFabricSwitchProfileOutputArgs, opts?: InvokeOptions): Output<GetFabricSwitchProfileResult>
def get_fabric_switch_profile(account_moid: Optional[str] = None,
action: Optional[str] = None,
action_params: Optional[Sequence[GetFabricSwitchProfileActionParam]] = None,
additional_properties: Optional[str] = None,
ancestors: Optional[Sequence[GetFabricSwitchProfileAncestor]] = None,
assigned_switch: Optional[GetFabricSwitchProfileAssignedSwitch] = None,
associated_switch: Optional[GetFabricSwitchProfileAssociatedSwitch] = None,
class_id: Optional[str] = None,
config_change_context: Optional[GetFabricSwitchProfileConfigChangeContext] = None,
config_change_details: Optional[Sequence[GetFabricSwitchProfileConfigChangeDetail]] = None,
config_changes: Optional[GetFabricSwitchProfileConfigChanges] = None,
config_context: Optional[GetFabricSwitchProfileConfigContext] = None,
config_result: Optional[GetFabricSwitchProfileConfigResult] = None,
create_time: Optional[str] = None,
deployed_policies: Optional[Sequence[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,
owners: Optional[Sequence[str]] = None,
parent: Optional[GetFabricSwitchProfileParent] = None,
permission_resources: Optional[Sequence[GetFabricSwitchProfilePermissionResource]] = None,
policy_buckets: Optional[Sequence[GetFabricSwitchProfilePolicyBucket]] = None,
removed_policies: Optional[Sequence[str]] = None,
running_workflows: Optional[Sequence[GetFabricSwitchProfileRunningWorkflow]] = None,
scheduled_actions: Optional[Sequence[GetFabricSwitchProfileScheduledAction]] = None,
shared_scope: Optional[str] = None,
src_template: Optional[GetFabricSwitchProfileSrcTemplate] = None,
switch_cluster_profile: Optional[GetFabricSwitchProfileSwitchClusterProfile] = None,
switch_id: Optional[str] = None,
tags: Optional[Sequence[GetFabricSwitchProfileTag]] = None,
type: Optional[str] = None,
version_context: Optional[GetFabricSwitchProfileVersionContext] = None,
opts: Optional[InvokeOptions] = None) -> GetFabricSwitchProfileResult
def get_fabric_switch_profile_output(account_moid: Optional[pulumi.Input[str]] = None,
action: Optional[pulumi.Input[str]] = None,
action_params: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricSwitchProfileActionParamArgs]]]] = None,
additional_properties: Optional[pulumi.Input[str]] = None,
ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricSwitchProfileAncestorArgs]]]] = None,
assigned_switch: Optional[pulumi.Input[GetFabricSwitchProfileAssignedSwitchArgs]] = None,
associated_switch: Optional[pulumi.Input[GetFabricSwitchProfileAssociatedSwitchArgs]] = None,
class_id: Optional[pulumi.Input[str]] = None,
config_change_context: Optional[pulumi.Input[GetFabricSwitchProfileConfigChangeContextArgs]] = None,
config_change_details: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricSwitchProfileConfigChangeDetailArgs]]]] = None,
config_changes: Optional[pulumi.Input[GetFabricSwitchProfileConfigChangesArgs]] = None,
config_context: Optional[pulumi.Input[GetFabricSwitchProfileConfigContextArgs]] = None,
config_result: Optional[pulumi.Input[GetFabricSwitchProfileConfigResultArgs]] = None,
create_time: Optional[pulumi.Input[str]] = None,
deployed_policies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
description: Optional[pulumi.Input[str]] = None,
domain_group_moid: Optional[pulumi.Input[str]] = None,
id: Optional[pulumi.Input[str]] = None,
mod_time: Optional[pulumi.Input[str]] = None,
moid: Optional[pulumi.Input[str]] = None,
name: Optional[pulumi.Input[str]] = None,
object_type: Optional[pulumi.Input[str]] = None,
owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
parent: Optional[pulumi.Input[GetFabricSwitchProfileParentArgs]] = None,
permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricSwitchProfilePermissionResourceArgs]]]] = None,
policy_buckets: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricSwitchProfilePolicyBucketArgs]]]] = None,
removed_policies: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
running_workflows: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricSwitchProfileRunningWorkflowArgs]]]] = None,
scheduled_actions: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricSwitchProfileScheduledActionArgs]]]] = None,
shared_scope: Optional[pulumi.Input[str]] = None,
src_template: Optional[pulumi.Input[GetFabricSwitchProfileSrcTemplateArgs]] = None,
switch_cluster_profile: Optional[pulumi.Input[GetFabricSwitchProfileSwitchClusterProfileArgs]] = None,
switch_id: Optional[pulumi.Input[str]] = None,
tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetFabricSwitchProfileTagArgs]]]] = None,
type: Optional[pulumi.Input[str]] = None,
version_context: Optional[pulumi.Input[GetFabricSwitchProfileVersionContextArgs]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetFabricSwitchProfileResult]
func LookupFabricSwitchProfile(ctx *Context, args *LookupFabricSwitchProfileArgs, opts ...InvokeOption) (*LookupFabricSwitchProfileResult, error)
func LookupFabricSwitchProfileOutput(ctx *Context, args *LookupFabricSwitchProfileOutputArgs, opts ...InvokeOption) LookupFabricSwitchProfileResultOutput
> Note: This function is named LookupFabricSwitchProfile
in the Go SDK.
public static class GetFabricSwitchProfile
{
public static Task<GetFabricSwitchProfileResult> InvokeAsync(GetFabricSwitchProfileArgs args, InvokeOptions? opts = null)
public static Output<GetFabricSwitchProfileResult> Invoke(GetFabricSwitchProfileInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetFabricSwitchProfileResult> getFabricSwitchProfile(GetFabricSwitchProfileArgs args, InvokeOptions options)
public static Output<GetFabricSwitchProfileResult> getFabricSwitchProfile(GetFabricSwitchProfileArgs args, InvokeOptions options)
fn::invoke:
function: intersight:index/getFabricSwitchProfile:getFabricSwitchProfile
arguments:
# arguments dictionary
The following arguments are supported:
- Account
Moid string - The Account ID for this managed object.
- Action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- Action
Params List<GetFabric Switch Profile Action Param> - Additional
Properties string - Ancestors
List<Get
Fabric Switch Profile Ancestor> - Assigned
Switch GetFabric Switch Profile Assigned Switch - Associated
Switch GetFabric Switch Profile Associated Switch - Class
Id string - Config
Change GetContext Fabric Switch Profile Config Change Context - Config
Change List<GetDetails Fabric Switch Profile Config Change Detail> - Config
Changes GetFabric Switch Profile Config Changes - Config
Context GetFabric Switch Profile Config Context - Config
Result GetFabric Switch Profile Config Result - Create
Time string - The time when this managed object was created.
- Deployed
Policies List<string> - 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 - Owners List<string>
- Parent
Get
Fabric Switch Profile Parent - Permission
Resources List<GetFabric Switch Profile Permission Resource> - Policy
Buckets List<GetFabric Switch Profile Policy Bucket> - Removed
Policies List<string> - Running
Workflows List<GetFabric Switch Profile Running Workflow> - Scheduled
Actions List<GetFabric Switch Profile Scheduled Action> - 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 Profile Src Template - Switch
Cluster GetProfile Fabric Switch Profile Switch Cluster Profile - Switch
Id string - Value indicating the switch side on which the switch profile or template has to be deployed.*
None
- Switch side not defined for the policy configurations in the switch profile or template.*A
- Policy configurations in the switch profile or template to be deployed on fabric interconnect A.*B
- Policy configurations in the switch profile or template to be deployed on fabric interconnect B. - List<Get
Fabric Switch Profile Tag> - 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. - Version
Context GetFabric Switch Profile Version Context
- Account
Moid string - The Account ID for this managed object.
- Action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- Action
Params []GetFabric Switch Profile Action Param - Additional
Properties string - Ancestors
[]Get
Fabric Switch Profile Ancestor - Assigned
Switch GetFabric Switch Profile Assigned Switch - Associated
Switch GetFabric Switch Profile Associated Switch - Class
Id string - Config
Change GetContext Fabric Switch Profile Config Change Context - Config
Change []GetDetails Fabric Switch Profile Config Change Detail - Config
Changes GetFabric Switch Profile Config Changes - Config
Context GetFabric Switch Profile Config Context - Config
Result GetFabric Switch Profile Config Result - Create
Time string - The time when this managed object was created.
- Deployed
Policies []string - 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 - Owners []string
- Parent
Get
Fabric Switch Profile Parent - Permission
Resources []GetFabric Switch Profile Permission Resource - Policy
Buckets []GetFabric Switch Profile Policy Bucket - Removed
Policies []string - Running
Workflows []GetFabric Switch Profile Running Workflow - Scheduled
Actions []GetFabric Switch Profile Scheduled Action - 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 Profile Src Template - Switch
Cluster GetProfile Fabric Switch Profile Switch Cluster Profile - Switch
Id string - Value indicating the switch side on which the switch profile or template has to be deployed.*
None
- Switch side not defined for the policy configurations in the switch profile or template.*A
- Policy configurations in the switch profile or template to be deployed on fabric interconnect A.*B
- Policy configurations in the switch profile or template to be deployed on fabric interconnect B. - []Get
Fabric Switch Profile Tag - 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. - Version
Context GetFabric Switch Profile Version Context
- account
Moid String - The Account ID for this managed object.
- action String
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action
Params List<GetFabric Switch Profile Action Param> - additional
Properties String - ancestors
List<Get
Fabric Switch Profile Ancestor> - assigned
Switch GetFabric Switch Profile Assigned Switch - associated
Switch GetFabric Switch Profile Associated Switch - class
Id String - config
Change GetContext Fabric Switch Profile Config Change Context - config
Change List<GetDetails Fabric Switch Profile Config Change Detail> - config
Changes GetFabric Switch Profile Config Changes - config
Context GetFabric Switch Profile Config Context - config
Result GetFabric Switch Profile Config Result - create
Time String - The time when this managed object was created.
- deployed
Policies List<String> - 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 - owners List<String>
- parent
Get
Fabric Switch Profile Parent - permission
Resources List<GetFabric Switch Profile Permission Resource> - policy
Buckets List<GetFabric Switch Profile Policy Bucket> - removed
Policies List<String> - running
Workflows List<GetFabric Switch Profile Running Workflow> - scheduled
Actions List<GetFabric Switch Profile Scheduled Action> - 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 Profile Src Template - switch
Cluster GetProfile Fabric Switch Profile Switch Cluster Profile - switch
Id String - Value indicating the switch side on which the switch profile or template has to be deployed.*
None
- Switch side not defined for the policy configurations in the switch profile or template.*A
- Policy configurations in the switch profile or template to be deployed on fabric interconnect A.*B
- Policy configurations in the switch profile or template to be deployed on fabric interconnect B. - List<Get
Fabric Switch Profile Tag> - 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. - version
Context GetFabric Switch Profile Version Context
- account
Moid string - The Account ID for this managed object.
- action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action
Params GetFabric Switch Profile Action Param[] - additional
Properties string - ancestors
Get
Fabric Switch Profile Ancestor[] - assigned
Switch GetFabric Switch Profile Assigned Switch - associated
Switch GetFabric Switch Profile Associated Switch - class
Id string - config
Change GetContext Fabric Switch Profile Config Change Context - config
Change GetDetails Fabric Switch Profile Config Change Detail[] - config
Changes GetFabric Switch Profile Config Changes - config
Context GetFabric Switch Profile Config Context - config
Result GetFabric Switch Profile Config Result - create
Time string - The time when this managed object was created.
- deployed
Policies string[] - 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 - owners string[]
- parent
Get
Fabric Switch Profile Parent - permission
Resources GetFabric Switch Profile Permission Resource[] - policy
Buckets GetFabric Switch Profile Policy Bucket[] - removed
Policies string[] - running
Workflows GetFabric Switch Profile Running Workflow[] - scheduled
Actions GetFabric Switch Profile Scheduled Action[] - 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 Profile Src Template - switch
Cluster GetProfile Fabric Switch Profile Switch Cluster Profile - switch
Id string - Value indicating the switch side on which the switch profile or template has to be deployed.*
None
- Switch side not defined for the policy configurations in the switch profile or template.*A
- Policy configurations in the switch profile or template to be deployed on fabric interconnect A.*B
- Policy configurations in the switch profile or template to be deployed on fabric interconnect B. - Get
Fabric Switch Profile Tag[] - 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. - version
Context GetFabric Switch Profile Version Context
- account_
moid str - The Account ID for this managed object.
- action str
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action_
params Sequence[GetFabric Switch Profile Action Param] - additional_
properties str - ancestors
Sequence[Get
Fabric Switch Profile Ancestor] - assigned_
switch GetFabric Switch Profile Assigned Switch - associated_
switch GetFabric Switch Profile Associated Switch - class_
id str - config_
change_ Getcontext Fabric Switch Profile Config Change Context - config_
change_ Sequence[Getdetails Fabric Switch Profile Config Change Detail] - config_
changes GetFabric Switch Profile Config Changes - config_
context GetFabric Switch Profile Config Context - config_
result GetFabric Switch Profile Config Result - create_
time str - The time when this managed object was created.
- deployed_
policies Sequence[str] - 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 - owners Sequence[str]
- parent
Get
Fabric Switch Profile Parent - permission_
resources Sequence[GetFabric Switch Profile Permission Resource] - policy_
buckets Sequence[GetFabric Switch Profile Policy Bucket] - removed_
policies Sequence[str] - running_
workflows Sequence[GetFabric Switch Profile Running Workflow] - scheduled_
actions Sequence[GetFabric Switch Profile Scheduled Action] - 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 Profile Src Template - switch_
cluster_ Getprofile Fabric Switch Profile Switch Cluster Profile - switch_
id str - Value indicating the switch side on which the switch profile or template has to be deployed.*
None
- Switch side not defined for the policy configurations in the switch profile or template.*A
- Policy configurations in the switch profile or template to be deployed on fabric interconnect A.*B
- Policy configurations in the switch profile or template to be deployed on fabric interconnect B. - Sequence[Get
Fabric Switch Profile Tag] - 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. - version_
context GetFabric Switch Profile Version Context
- account
Moid String - The Account ID for this managed object.
- action String
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action
Params List<Property Map> - additional
Properties String - ancestors List<Property Map>
- assigned
Switch Property Map - associated
Switch Property Map - class
Id String - config
Change Property MapContext - config
Change List<Property Map>Details - config
Changes Property Map - config
Context Property Map - config
Result Property Map - create
Time String - The time when this managed object was created.
- deployed
Policies List<String> - 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 - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - policy
Buckets List<Property Map> - removed
Policies List<String> - running
Workflows List<Property Map> - scheduled
Actions List<Property Map> - 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
Cluster Property MapProfile - switch
Id String - Value indicating the switch side on which the switch profile or template has to be deployed.*
None
- Switch side not defined for the policy configurations in the switch profile or template.*A
- Policy configurations in the switch profile or template to be deployed on fabric interconnect A.*B
- Policy configurations in the switch profile or template to be deployed on fabric interconnect B. - 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. - version
Context Property Map
getFabricSwitchProfile Result
The following output properties are available:
- Id string
- Results
List<Get
Fabric Switch Profile Result> - Account
Moid string - Action string
- Action
Params List<GetFabric Switch Profile Action Param> - Additional
Properties string - Ancestors
List<Get
Fabric Switch Profile Ancestor> - Assigned
Switch GetFabric Switch Profile Assigned Switch - Associated
Switch GetFabric Switch Profile Associated Switch - Class
Id string - Config
Change GetContext Fabric Switch Profile Config Change Context - Config
Change List<GetDetails Fabric Switch Profile Config Change Detail> - Config
Changes GetFabric Switch Profile Config Changes - Config
Context GetFabric Switch Profile Config Context - Config
Result GetFabric Switch Profile Config Result - Create
Time string - Deployed
Policies List<string> - Description string
- Domain
Group stringMoid - Mod
Time string - Moid string
- Name string
- Object
Type string - Owners List<string>
- Parent
Get
Fabric Switch Profile Parent - Permission
Resources List<GetFabric Switch Profile Permission Resource> - Policy
Buckets List<GetFabric Switch Profile Policy Bucket> - Removed
Policies List<string> - Running
Workflows List<GetFabric Switch Profile Running Workflow> - Scheduled
Actions List<GetFabric Switch Profile Scheduled Action> - string
- Src
Template GetFabric Switch Profile Src Template - Switch
Cluster GetProfile Fabric Switch Profile Switch Cluster Profile - Switch
Id string - List<Get
Fabric Switch Profile Tag> - Type string
- Version
Context GetFabric Switch Profile Version Context
- Id string
- Results
[]Get
Fabric Switch Profile Result - Account
Moid string - Action string
- Action
Params []GetFabric Switch Profile Action Param - Additional
Properties string - Ancestors
[]Get
Fabric Switch Profile Ancestor - Assigned
Switch GetFabric Switch Profile Assigned Switch - Associated
Switch GetFabric Switch Profile Associated Switch - Class
Id string - Config
Change GetContext Fabric Switch Profile Config Change Context - Config
Change []GetDetails Fabric Switch Profile Config Change Detail - Config
Changes GetFabric Switch Profile Config Changes - Config
Context GetFabric Switch Profile Config Context - Config
Result GetFabric Switch Profile Config Result - Create
Time string - Deployed
Policies []string - Description string
- Domain
Group stringMoid - Mod
Time string - Moid string
- Name string
- Object
Type string - Owners []string
- Parent
Get
Fabric Switch Profile Parent - Permission
Resources []GetFabric Switch Profile Permission Resource - Policy
Buckets []GetFabric Switch Profile Policy Bucket - Removed
Policies []string - Running
Workflows []GetFabric Switch Profile Running Workflow - Scheduled
Actions []GetFabric Switch Profile Scheduled Action - string
- Src
Template GetFabric Switch Profile Src Template - Switch
Cluster GetProfile Fabric Switch Profile Switch Cluster Profile - Switch
Id string - []Get
Fabric Switch Profile Tag - Type string
- Version
Context GetFabric Switch Profile Version Context
- id String
- results
List<Get
Fabric Switch Profile Result> - account
Moid String - action String
- action
Params List<GetFabric Switch Profile Action Param> - additional
Properties String - ancestors
List<Get
Fabric Switch Profile Ancestor> - assigned
Switch GetFabric Switch Profile Assigned Switch - associated
Switch GetFabric Switch Profile Associated Switch - class
Id String - config
Change GetContext Fabric Switch Profile Config Change Context - config
Change List<GetDetails Fabric Switch Profile Config Change Detail> - config
Changes GetFabric Switch Profile Config Changes - config
Context GetFabric Switch Profile Config Context - config
Result GetFabric Switch Profile Config Result - create
Time String - deployed
Policies List<String> - description String
- domain
Group StringMoid - mod
Time String - moid String
- name String
- object
Type String - owners List<String>
- parent
Get
Fabric Switch Profile Parent - permission
Resources List<GetFabric Switch Profile Permission Resource> - policy
Buckets List<GetFabric Switch Profile Policy Bucket> - removed
Policies List<String> - running
Workflows List<GetFabric Switch Profile Running Workflow> - scheduled
Actions List<GetFabric Switch Profile Scheduled Action> - String
- src
Template GetFabric Switch Profile Src Template - switch
Cluster GetProfile Fabric Switch Profile Switch Cluster Profile - switch
Id String - List<Get
Fabric Switch Profile Tag> - type String
- version
Context GetFabric Switch Profile Version Context
- id string
- results
Get
Fabric Switch Profile Result[] - account
Moid string - action string
- action
Params GetFabric Switch Profile Action Param[] - additional
Properties string - ancestors
Get
Fabric Switch Profile Ancestor[] - assigned
Switch GetFabric Switch Profile Assigned Switch - associated
Switch GetFabric Switch Profile Associated Switch - class
Id string - config
Change GetContext Fabric Switch Profile Config Change Context - config
Change GetDetails Fabric Switch Profile Config Change Detail[] - config
Changes GetFabric Switch Profile Config Changes - config
Context GetFabric Switch Profile Config Context - config
Result GetFabric Switch Profile Config Result - create
Time string - deployed
Policies string[] - description string
- domain
Group stringMoid - mod
Time string - moid string
- name string
- object
Type string - owners string[]
- parent
Get
Fabric Switch Profile Parent - permission
Resources GetFabric Switch Profile Permission Resource[] - policy
Buckets GetFabric Switch Profile Policy Bucket[] - removed
Policies string[] - running
Workflows GetFabric Switch Profile Running Workflow[] - scheduled
Actions GetFabric Switch Profile Scheduled Action[] - string
- src
Template GetFabric Switch Profile Src Template - switch
Cluster GetProfile Fabric Switch Profile Switch Cluster Profile - switch
Id string - Get
Fabric Switch Profile Tag[] - type string
- version
Context GetFabric Switch Profile Version Context
- id str
- results
Sequence[Get
Fabric Switch Profile Result] - account_
moid str - action str
- action_
params Sequence[GetFabric Switch Profile Action Param] - additional_
properties str - ancestors
Sequence[Get
Fabric Switch Profile Ancestor] - assigned_
switch GetFabric Switch Profile Assigned Switch - associated_
switch GetFabric Switch Profile Associated Switch - class_
id str - config_
change_ Getcontext Fabric Switch Profile Config Change Context - config_
change_ Sequence[Getdetails Fabric Switch Profile Config Change Detail] - config_
changes GetFabric Switch Profile Config Changes - config_
context GetFabric Switch Profile Config Context - config_
result GetFabric Switch Profile Config Result - create_
time str - deployed_
policies Sequence[str] - description str
- domain_
group_ strmoid - mod_
time str - moid str
- name str
- object_
type str - owners Sequence[str]
- parent
Get
Fabric Switch Profile Parent - permission_
resources Sequence[GetFabric Switch Profile Permission Resource] - policy_
buckets Sequence[GetFabric Switch Profile Policy Bucket] - removed_
policies Sequence[str] - running_
workflows Sequence[GetFabric Switch Profile Running Workflow] - scheduled_
actions Sequence[GetFabric Switch Profile Scheduled Action] - str
- src_
template GetFabric Switch Profile Src Template - switch_
cluster_ Getprofile Fabric Switch Profile Switch Cluster Profile - switch_
id str - Sequence[Get
Fabric Switch Profile Tag] - type str
- version_
context GetFabric Switch Profile Version Context
- id String
- results List<Property Map>
- account
Moid String - action String
- action
Params List<Property Map> - additional
Properties String - ancestors List<Property Map>
- assigned
Switch Property Map - associated
Switch Property Map - class
Id String - config
Change Property MapContext - config
Change List<Property Map>Details - config
Changes Property Map - config
Context Property Map - config
Result Property Map - create
Time String - deployed
Policies List<String> - description String
- domain
Group StringMoid - mod
Time String - moid String
- name String
- object
Type String - owners List<String>
- parent Property Map
- permission
Resources List<Property Map> - policy
Buckets List<Property Map> - removed
Policies List<String> - running
Workflows List<Property Map> - scheduled
Actions List<Property Map> - String
- src
Template Property Map - switch
Cluster Property MapProfile - switch
Id String - List<Property Map>
- type String
- version
Context Property Map
Supporting Types
GetFabricSwitchProfileActionParam
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
GetFabricSwitchProfileAncestor
- 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'.
GetFabricSwitchProfileAssignedSwitch
- 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'.
GetFabricSwitchProfileAssociatedSwitch
- 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'.
GetFabricSwitchProfileConfigChangeContext
- 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
Change stringError - Indicates reason for failure state of configChangeState.
- Config
Change stringState - Indicates a profile's configuration change state. Used for tracking pending-changes and out-of-synch states.
Ok
- Config change state represents Validation for change/drift is successful or is not applicable.Validating-change
- Config change state represents policy changes are being validated. This state starts when policy is changed and becomes different from deployed changes (Pending-changes).Validating-drift
- Config change state represents endpoint configuration changes are being validated. This state starts when endpoint is changed and endpoint configuration becomes different from policy configured changes (Out-of-sync).Change-failed
- Config change state represents there is internal error in calculating policy change.Drift-failed
- Config change state represents there is internal error in calculating endpoint configuraion drift.
- Initial
Config GetContext Fabric Switch Profile Config Change Context Initial Config Context - Stores initial Configuration state. Used for reverting back to initial state of ConfigContext in case of validation failure.
- 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 - 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
Change stringError - Indicates reason for failure state of configChangeState.
- Config
Change stringState - Indicates a profile's configuration change state. Used for tracking pending-changes and out-of-synch states.
Ok
- Config change state represents Validation for change/drift is successful or is not applicable.Validating-change
- Config change state represents policy changes are being validated. This state starts when policy is changed and becomes different from deployed changes (Pending-changes).Validating-drift
- Config change state represents endpoint configuration changes are being validated. This state starts when endpoint is changed and endpoint configuration becomes different from policy configured changes (Out-of-sync).Change-failed
- Config change state represents there is internal error in calculating policy change.Drift-failed
- Config change state represents there is internal error in calculating endpoint configuraion drift.
- Initial
Config GetContext Fabric Switch Profile Config Change Context Initial Config Context - Stores initial Configuration state. Used for reverting back to initial state of ConfigContext in case of validation failure.
- 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 - 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
Change StringError - Indicates reason for failure state of configChangeState.
- config
Change StringState - Indicates a profile's configuration change state. Used for tracking pending-changes and out-of-synch states.
Ok
- Config change state represents Validation for change/drift is successful or is not applicable.Validating-change
- Config change state represents policy changes are being validated. This state starts when policy is changed and becomes different from deployed changes (Pending-changes).Validating-drift
- Config change state represents endpoint configuration changes are being validated. This state starts when endpoint is changed and endpoint configuration becomes different from policy configured changes (Out-of-sync).Change-failed
- Config change state represents there is internal error in calculating policy change.Drift-failed
- Config change state represents there is internal error in calculating endpoint configuraion drift.
- initial
Config GetContext Fabric Switch Profile Config Change Context Initial Config Context - Stores initial Configuration state. Used for reverting back to initial state of ConfigContext in case of validation failure.
- 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 - 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
Change stringError - Indicates reason for failure state of configChangeState.
- config
Change stringState - Indicates a profile's configuration change state. Used for tracking pending-changes and out-of-synch states.
Ok
- Config change state represents Validation for change/drift is successful or is not applicable.Validating-change
- Config change state represents policy changes are being validated. This state starts when policy is changed and becomes different from deployed changes (Pending-changes).Validating-drift
- Config change state represents endpoint configuration changes are being validated. This state starts when endpoint is changed and endpoint configuration becomes different from policy configured changes (Out-of-sync).Change-failed
- Config change state represents there is internal error in calculating policy change.Drift-failed
- Config change state represents there is internal error in calculating endpoint configuraion drift.
- initial
Config GetContext Fabric Switch Profile Config Change Context Initial Config Context - Stores initial Configuration state. Used for reverting back to initial state of ConfigContext in case of validation failure.
- 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 - 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_
change_ strerror - Indicates reason for failure state of configChangeState.
- config_
change_ strstate - Indicates a profile's configuration change state. Used for tracking pending-changes and out-of-synch states.
Ok
- Config change state represents Validation for change/drift is successful or is not applicable.Validating-change
- Config change state represents policy changes are being validated. This state starts when policy is changed and becomes different from deployed changes (Pending-changes).Validating-drift
- Config change state represents endpoint configuration changes are being validated. This state starts when endpoint is changed and endpoint configuration becomes different from policy configured changes (Out-of-sync).Change-failed
- Config change state represents there is internal error in calculating policy change.Drift-failed
- Config change state represents there is internal error in calculating endpoint configuraion drift.
- initial_
config_ Getcontext Fabric Switch Profile Config Change Context Initial Config Context - Stores initial Configuration state. Used for reverting back to initial state of ConfigContext in case of validation failure.
- 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 - 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
Change StringError - Indicates reason for failure state of configChangeState.
- config
Change StringState - Indicates a profile's configuration change state. Used for tracking pending-changes and out-of-synch states.
Ok
- Config change state represents Validation for change/drift is successful or is not applicable.Validating-change
- Config change state represents policy changes are being validated. This state starts when policy is changed and becomes different from deployed changes (Pending-changes).Validating-drift
- Config change state represents endpoint configuration changes are being validated. This state starts when endpoint is changed and endpoint configuration becomes different from policy configured changes (Out-of-sync).Change-failed
- Config change state represents there is internal error in calculating policy change.Drift-failed
- Config change state represents there is internal error in calculating endpoint configuraion drift.
- initial
Config Property MapContext - Stores initial Configuration state. Used for reverting back to initial state of ConfigContext in case of validation failure.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
GetFabricSwitchProfileConfigChangeContextInitialConfigContext
- 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.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.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.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.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.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.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.
GetFabricSwitchProfileConfigChangeDetail
- 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'.
GetFabricSwitchProfileConfigChanges
- Additional
Properties string - Changes List<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.
- Disruptions List<string>
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Policy
Disruptions List<GetFabric Switch Profile Config Changes Policy Disruption>
- Additional
Properties string - Changes []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.
- Disruptions []string
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Policy
Disruptions []GetFabric Switch Profile Config Changes Policy Disruption
- additional
Properties String - changes List<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.
- disruptions List<String>
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- policy
Disruptions List<GetFabric Switch Profile Config Changes Policy Disruption>
- additional
Properties string - changes 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.
- disruptions string[]
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- policy
Disruptions GetFabric Switch Profile Config Changes Policy Disruption[]
- additional_
properties str - changes Sequence[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.
- disruptions Sequence[str]
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- policy_
disruptions Sequence[GetFabric Switch Profile Config Changes Policy Disruption]
- additional
Properties String - changes List<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.
- disruptions List<String>
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- policy
Disruptions List<Property Map>
GetFabricSwitchProfileConfigChangesPolicyDisruption
- 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.
- Disruptions List<string>
- Is
Only boolRequired By Other Policies - The current policy has to be redeployed only because there are other policy changes that require this.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Policy
Name string - Name of the policy that, when modified, causes the disruption.
- Policy
Pending stringAction - Name of the action which is pending on this policy. Example, if policy is not yet activated we mark this field as not-activated. Currently we support two actions, not-deployed and not-activated.
- Required
By List<string>Policies
- 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.
- Disruptions []string
- Is
Only boolRequired By Other Policies - The current policy has to be redeployed only because there are other policy changes that require this.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Policy
Name string - Name of the policy that, when modified, causes the disruption.
- Policy
Pending stringAction - Name of the action which is pending on this policy. Example, if policy is not yet activated we mark this field as not-activated. Currently we support two actions, not-deployed and not-activated.
- Required
By []stringPolicies
- 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.
- disruptions List<String>
- is
Only BooleanRequired By Other Policies - The current policy has to be redeployed only because there are other policy changes that require this.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- policy
Name String - Name of the policy that, when modified, causes the disruption.
- policy
Pending StringAction - Name of the action which is pending on this policy. Example, if policy is not yet activated we mark this field as not-activated. Currently we support two actions, not-deployed and not-activated.
- required
By List<String>Policies
- 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.
- disruptions string[]
- is
Only booleanRequired By Other Policies - The current policy has to be redeployed only because there are other policy changes that require this.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- policy
Name string - Name of the policy that, when modified, causes the disruption.
- policy
Pending stringAction - Name of the action which is pending on this policy. Example, if policy is not yet activated we mark this field as not-activated. Currently we support two actions, not-deployed and not-activated.
- required
By string[]Policies
- 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.
- disruptions Sequence[str]
- is_
only_ boolrequired_ by_ other_ policies - The current policy has to be redeployed only because there are other policy changes that require this.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- policy_
name str - Name of the policy that, when modified, causes the disruption.
- policy_
pending_ straction - Name of the action which is pending on this policy. Example, if policy is not yet activated we mark this field as not-activated. Currently we support two actions, not-deployed and not-activated.
- required_
by_ Sequence[str]policies
- 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.
- disruptions List<String>
- is
Only BooleanRequired By Other Policies - The current policy has to be redeployed only because there are other policy changes that require this.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- policy
Name String - Name of the policy that, when modified, causes the disruption.
- policy
Pending StringAction - Name of the action which is pending on this policy. Example, if policy is not yet activated we mark this field as not-activated. Currently we support two actions, not-deployed and not-activated.
- required
By List<String>Policies
GetFabricSwitchProfileConfigContext
- 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.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.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.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.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.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.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.
GetFabricSwitchProfileConfigResult
- 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'.
GetFabricSwitchProfileParent
- 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'.
GetFabricSwitchProfilePermissionResource
- 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'.
GetFabricSwitchProfilePolicyBucket
- 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'.
GetFabricSwitchProfileResult
- Account
Moid string - The Account ID for this managed object.
- Action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- Action
Params List<GetFabric Switch Profile Result Action Param> - Additional
Properties string - Ancestors
List<Get
Fabric Switch Profile Result Ancestor> - Assigned
Switches List<GetFabric Switch Profile Result Assigned Switch> - Associated
Switches List<GetFabric Switch Profile Result Associated Switch> - Class
Id string - Config
Change List<GetContexts Fabric Switch Profile Result Config Change Context> - Config
Change List<GetDetails Fabric Switch Profile Result Config Change Detail> - Config
Changes List<GetFabric Switch Profile Result Config Change> - Config
Contexts List<GetFabric Switch Profile Result Config Context> - Config
Results List<GetFabric Switch Profile Result Config Result> - Create
Time string - The time when this managed object was created.
- Deployed
Policies List<string> - 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 - Owners List<string>
- Parents
List<Get
Fabric Switch Profile Result Parent> - Permission
Resources List<GetFabric Switch Profile Result Permission Resource> - Policy
Buckets List<GetFabric Switch Profile Result Policy Bucket> - Removed
Policies List<string> - Running
Workflows List<GetFabric Switch Profile Result Running Workflow> - Scheduled
Actions List<GetFabric Switch Profile Result Scheduled Action> - 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 Profile Result Src Template> - Switch
Cluster List<GetProfiles Fabric Switch Profile Result Switch Cluster Profile> - Switch
Id string - Value indicating the switch side on which the switch profile or template has to be deployed.*
None
- Switch side not defined for the policy configurations in the switch profile or template.*A
- Policy configurations in the switch profile or template to be deployed on fabric interconnect A.*B
- Policy configurations in the switch profile or template to be deployed on fabric interconnect B. - List<Get
Fabric Switch Profile Result Tag> - 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. - Version
Contexts List<GetFabric Switch Profile Result Version Context>
- Account
Moid string - The Account ID for this managed object.
- Action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- Action
Params []GetFabric Switch Profile Result Action Param - Additional
Properties string - Ancestors
[]Get
Fabric Switch Profile Result Ancestor - Assigned
Switches []GetFabric Switch Profile Result Assigned Switch - Associated
Switches []GetFabric Switch Profile Result Associated Switch - Class
Id string - Config
Change []GetContexts Fabric Switch Profile Result Config Change Context - Config
Change []GetDetails Fabric Switch Profile Result Config Change Detail - Config
Changes []GetFabric Switch Profile Result Config Change - Config
Contexts []GetFabric Switch Profile Result Config Context - Config
Results []GetFabric Switch Profile Result Config Result - Create
Time string - The time when this managed object was created.
- Deployed
Policies []string - 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 - Owners []string
- Parents
[]Get
Fabric Switch Profile Result Parent - Permission
Resources []GetFabric Switch Profile Result Permission Resource - Policy
Buckets []GetFabric Switch Profile Result Policy Bucket - Removed
Policies []string - Running
Workflows []GetFabric Switch Profile Result Running Workflow - Scheduled
Actions []GetFabric Switch Profile Result Scheduled Action - 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 Profile Result Src Template - Switch
Cluster []GetProfiles Fabric Switch Profile Result Switch Cluster Profile - Switch
Id string - Value indicating the switch side on which the switch profile or template has to be deployed.*
None
- Switch side not defined for the policy configurations in the switch profile or template.*A
- Policy configurations in the switch profile or template to be deployed on fabric interconnect A.*B
- Policy configurations in the switch profile or template to be deployed on fabric interconnect B. - []Get
Fabric Switch Profile Result Tag - 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. - Version
Contexts []GetFabric Switch Profile Result Version Context
- account
Moid String - The Account ID for this managed object.
- action String
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action
Params List<GetFabric Switch Profile Result Action Param> - additional
Properties String - ancestors
List<Get
Fabric Switch Profile Result Ancestor> - assigned
Switches List<GetFabric Switch Profile Result Assigned Switch> - associated
Switches List<GetFabric Switch Profile Result Associated Switch> - class
Id String - config
Change List<GetContexts Fabric Switch Profile Result Config Change Context> - config
Change List<GetDetails Fabric Switch Profile Result Config Change Detail> - config
Changes List<GetFabric Switch Profile Result Config Change> - config
Contexts List<GetFabric Switch Profile Result Config Context> - config
Results List<GetFabric Switch Profile Result Config Result> - create
Time String - The time when this managed object was created.
- deployed
Policies List<String> - 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 - owners List<String>
- parents
List<Get
Fabric Switch Profile Result Parent> - permission
Resources List<GetFabric Switch Profile Result Permission Resource> - policy
Buckets List<GetFabric Switch Profile Result Policy Bucket> - removed
Policies List<String> - running
Workflows List<GetFabric Switch Profile Result Running Workflow> - scheduled
Actions List<GetFabric Switch Profile Result Scheduled Action> - 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 Profile Result Src Template> - switch
Cluster List<GetProfiles Fabric Switch Profile Result Switch Cluster Profile> - switch
Id String - Value indicating the switch side on which the switch profile or template has to be deployed.*
None
- Switch side not defined for the policy configurations in the switch profile or template.*A
- Policy configurations in the switch profile or template to be deployed on fabric interconnect A.*B
- Policy configurations in the switch profile or template to be deployed on fabric interconnect B. - List<Get
Fabric Switch Profile Result Tag> - 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. - version
Contexts List<GetFabric Switch Profile Result Version Context>
- account
Moid string - The Account ID for this managed object.
- action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action
Params GetFabric Switch Profile Result Action Param[] - additional
Properties string - ancestors
Get
Fabric Switch Profile Result Ancestor[] - assigned
Switches GetFabric Switch Profile Result Assigned Switch[] - associated
Switches GetFabric Switch Profile Result Associated Switch[] - class
Id string - config
Change GetContexts Fabric Switch Profile Result Config Change Context[] - config
Change GetDetails Fabric Switch Profile Result Config Change Detail[] - config
Changes GetFabric Switch Profile Result Config Change[] - config
Contexts GetFabric Switch Profile Result Config Context[] - config
Results GetFabric Switch Profile Result Config Result[] - create
Time string - The time when this managed object was created.
- deployed
Policies string[] - 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 - owners string[]
- parents
Get
Fabric Switch Profile Result Parent[] - permission
Resources GetFabric Switch Profile Result Permission Resource[] - policy
Buckets GetFabric Switch Profile Result Policy Bucket[] - removed
Policies string[] - running
Workflows GetFabric Switch Profile Result Running Workflow[] - scheduled
Actions GetFabric Switch Profile Result Scheduled Action[] - 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 Profile Result Src Template[] - switch
Cluster GetProfiles Fabric Switch Profile Result Switch Cluster Profile[] - switch
Id string - Value indicating the switch side on which the switch profile or template has to be deployed.*
None
- Switch side not defined for the policy configurations in the switch profile or template.*A
- Policy configurations in the switch profile or template to be deployed on fabric interconnect A.*B
- Policy configurations in the switch profile or template to be deployed on fabric interconnect B. - Get
Fabric Switch Profile Result Tag[] - 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. - version
Contexts GetFabric Switch Profile Result Version Context[]
- account_
moid str - The Account ID for this managed object.
- action str
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action_
params Sequence[GetFabric Switch Profile Result Action Param] - additional_
properties str - ancestors
Sequence[Get
Fabric Switch Profile Result Ancestor] - assigned_
switches Sequence[GetFabric Switch Profile Result Assigned Switch] - associated_
switches Sequence[GetFabric Switch Profile Result Associated Switch] - class_
id str - config_
change_ Sequence[Getcontexts Fabric Switch Profile Result Config Change Context] - config_
change_ Sequence[Getdetails Fabric Switch Profile Result Config Change Detail] - config_
changes Sequence[GetFabric Switch Profile Result Config Change] - config_
contexts Sequence[GetFabric Switch Profile Result Config Context] - config_
results Sequence[GetFabric Switch Profile Result Config Result] - create_
time str - The time when this managed object was created.
- deployed_
policies Sequence[str] - 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 - owners Sequence[str]
- parents
Sequence[Get
Fabric Switch Profile Result Parent] - permission_
resources Sequence[GetFabric Switch Profile Result Permission Resource] - policy_
buckets Sequence[GetFabric Switch Profile Result Policy Bucket] - removed_
policies Sequence[str] - running_
workflows Sequence[GetFabric Switch Profile Result Running Workflow] - scheduled_
actions Sequence[GetFabric Switch Profile Result Scheduled Action] - 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 Profile Result Src Template] - switch_
cluster_ Sequence[Getprofiles Fabric Switch Profile Result Switch Cluster Profile] - switch_
id str - Value indicating the switch side on which the switch profile or template has to be deployed.*
None
- Switch side not defined for the policy configurations in the switch profile or template.*A
- Policy configurations in the switch profile or template to be deployed on fabric interconnect A.*B
- Policy configurations in the switch profile or template to be deployed on fabric interconnect B. - Sequence[Get
Fabric Switch Profile Result Tag] - 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. - version_
contexts Sequence[GetFabric Switch Profile Result Version Context]
- account
Moid String - The Account ID for this managed object.
- action String
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action
Params List<Property Map> - additional
Properties String - ancestors List<Property Map>
- assigned
Switches List<Property Map> - associated
Switches List<Property Map> - class
Id String - config
Change List<Property Map>Contexts - config
Change List<Property Map>Details - config
Changes List<Property Map> - config
Contexts List<Property Map> - config
Results List<Property Map> - create
Time String - The time when this managed object was created.
- deployed
Policies List<String> - 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 - owners List<String>
- parents List<Property Map>
- permission
Resources List<Property Map> - policy
Buckets List<Property Map> - removed
Policies List<String> - running
Workflows List<Property Map> - scheduled
Actions List<Property Map> - 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
Cluster List<Property Map>Profiles - switch
Id String - Value indicating the switch side on which the switch profile or template has to be deployed.*
None
- Switch side not defined for the policy configurations in the switch profile or template.*A
- Policy configurations in the switch profile or template to be deployed on fabric interconnect A.*B
- Policy configurations in the switch profile or template to be deployed on fabric interconnect B. - 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. - version
Contexts List<Property Map>
GetFabricSwitchProfileResultActionParam
- 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
GetFabricSwitchProfileResultAncestor
- 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
GetFabricSwitchProfileResultAssignedSwitch
- 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
GetFabricSwitchProfileResultAssociatedSwitch
- 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
GetFabricSwitchProfileResultConfigChange
- Additional
Properties string - Changes List<string>
- Class
Id string - Disruptions List<string>
- Object
Type string - Policy
Disruptions List<GetFabric Switch Profile Result Config Change Policy Disruption>
- Additional
Properties string - Changes []string
- Class
Id string - Disruptions []string
- Object
Type string - Policy
Disruptions []GetFabric Switch Profile Result Config Change Policy Disruption
- additional
Properties String - changes List<String>
- class
Id String - disruptions List<String>
- object
Type String - policy
Disruptions List<GetFabric Switch Profile Result Config Change Policy Disruption>
- additional
Properties string - changes string[]
- class
Id string - disruptions string[]
- object
Type string - policy
Disruptions GetFabric Switch Profile Result Config Change Policy Disruption[]
- additional_
properties str - changes Sequence[str]
- class_
id str - disruptions Sequence[str]
- object_
type str - policy_
disruptions Sequence[GetFabric Switch Profile Result Config Change Policy Disruption]
- additional
Properties String - changes List<String>
- class
Id String - disruptions List<String>
- object
Type String - policy
Disruptions List<Property Map>
GetFabricSwitchProfileResultConfigChangeContext
- additional
Properties String - class
Id String - config
Change StringError - config
Change StringState - initial
Config List<Property Map>Contexts - object
Type String
GetFabricSwitchProfileResultConfigChangeContextInitialConfigContext
- 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 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
GetFabricSwitchProfileResultConfigChangeDetail
- 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
GetFabricSwitchProfileResultConfigChangePolicyDisruption
- Additional
Properties string - Class
Id string - Disruptions List<string>
- Is
Only boolRequired By Other Policies - Object
Type string - Policy
Name string - Policy
Pending stringAction - Required
By List<string>Policies
- Additional
Properties string - Class
Id string - Disruptions []string
- Is
Only boolRequired By Other Policies - Object
Type string - Policy
Name string - Policy
Pending stringAction - Required
By []stringPolicies
- additional
Properties String - class
Id String - disruptions List<String>
- is
Only BooleanRequired By Other Policies - object
Type String - policy
Name String - policy
Pending StringAction - required
By List<String>Policies
- additional
Properties string - class
Id string - disruptions string[]
- is
Only booleanRequired By Other Policies - object
Type string - policy
Name string - policy
Pending stringAction - required
By string[]Policies
- additional_
properties str - class_
id str - disruptions Sequence[str]
- is_
only_ boolrequired_ by_ other_ policies - object_
type str - policy_
name str - policy_
pending_ straction - required_
by_ Sequence[str]policies
- additional
Properties String - class
Id String - disruptions List<String>
- is
Only BooleanRequired By Other Policies - object
Type String - policy
Name String - policy
Pending StringAction - required
By List<String>Policies
GetFabricSwitchProfileResultConfigContext
- 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 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
GetFabricSwitchProfileResultConfigResult
- 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
GetFabricSwitchProfileResultParent
- 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
GetFabricSwitchProfileResultPermissionResource
- 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
GetFabricSwitchProfileResultPolicyBucket
- 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
GetFabricSwitchProfileResultRunningWorkflow
- 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
GetFabricSwitchProfileResultScheduledAction
- Action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- Action
Qualifiers List<GetFabric Switch Profile Result Scheduled Action Action Qualifier> - Additional
Properties string - Class
Id string - Object
Type string - Proceed
On boolReboot
- Action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- Action
Qualifiers []GetFabric Switch Profile Result Scheduled Action Action Qualifier - Additional
Properties string - Class
Id string - Object
Type string - Proceed
On boolReboot
- action String
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action
Qualifiers List<GetFabric Switch Profile Result Scheduled Action Action Qualifier> - additional
Properties String - class
Id String - object
Type String - proceed
On BooleanReboot
- action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action
Qualifiers GetFabric Switch Profile Result Scheduled Action Action Qualifier[] - additional
Properties string - class
Id string - object
Type string - proceed
On booleanReboot
- action str
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action_
qualifiers Sequence[GetFabric Switch Profile Result Scheduled Action Action Qualifier] - additional_
properties str - class_
id str - object_
type str - proceed_
on_ boolreboot
- action String
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action
Qualifiers List<Property Map> - additional
Properties String - class
Id String - object
Type String - proceed
On BooleanReboot
GetFabricSwitchProfileResultScheduledActionActionQualifier
- Additional
Properties string - Class
Id string - Object
Type string
- Additional
Properties string - Class
Id string - Object
Type string
- additional
Properties String - class
Id String - object
Type String
- additional
Properties string - class
Id string - object
Type string
- additional_
properties str - class_
id str - object_
type str
- additional
Properties String - class
Id String - object
Type String
GetFabricSwitchProfileResultSrcTemplate
- 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
GetFabricSwitchProfileResultSwitchClusterProfile
- 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
GetFabricSwitchProfileResultTag
- Additional
Properties string - Key string
- Value string
- Additional
Properties string - Key string
- Value string
- additional
Properties String - key String
- value String
- additional
Properties string - key string
- value string
- additional_
properties str - key str
- value str
- additional
Properties String - key String
- value String
GetFabricSwitchProfileResultVersionContext
- additional
Properties string - class
Id string - interested
Mos GetFabric Switch Profile Result Version Context Interested Mo[] - marked
For booleanDeletion - nr
Version string - object
Type string - ref
Mos GetFabric Switch Profile Result Version Context Ref Mo[] - 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
GetFabricSwitchProfileResultVersionContextInterestedMo
- 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
GetFabricSwitchProfileResultVersionContextRefMo
- 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
GetFabricSwitchProfileRunningWorkflow
- 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'.
GetFabricSwitchProfileScheduledAction
- Action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- Action
Qualifier GetFabric Switch Profile Scheduled Action Action Qualifier - Qualifiers to control the action being triggered. Action qualifiers are to be specified based on the type of disruptions that an action is to be restricted to. For example, trigger the 'Deploy' action to only perform network and management plane 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.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Proceed
On boolReboot - ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
- Action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- Action
Qualifier GetFabric Switch Profile Scheduled Action Action Qualifier - Qualifiers to control the action being triggered. Action qualifiers are to be specified based on the type of disruptions that an action is to be restricted to. For example, trigger the 'Deploy' action to only perform network and management plane 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.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- Proceed
On boolReboot - ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
- action String
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action
Qualifier GetFabric Switch Profile Scheduled Action Action Qualifier - Qualifiers to control the action being triggered. Action qualifiers are to be specified based on the type of disruptions that an action is to be restricted to. For example, trigger the 'Deploy' action to only perform network and management plane 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- proceed
On BooleanReboot - ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
- action string
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action
Qualifier GetFabric Switch Profile Scheduled Action Action Qualifier - Qualifiers to control the action being triggered. Action qualifiers are to be specified based on the type of disruptions that an action is to be restricted to. For example, trigger the 'Deploy' action to only perform network and management plane 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.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- proceed
On booleanReboot - ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
- action str
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action_
qualifier GetFabric Switch Profile Scheduled Action Action Qualifier - Qualifiers to control the action being triggered. Action qualifiers are to be specified based on the type of disruptions that an action is to be restricted to. For example, trigger the 'Deploy' action to only perform network and management plane 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.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- proceed_
on_ boolreboot - ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
- action String
- User initiated action. Each profile type has its own supported actions. For HyperFlex cluster profile, the supported actions are -- Validate, Deploy, Continue, Retry, Abort, Unassign For server profile, the support actions are -- Deploy, Unassign.
- action
Qualifier Property Map - Qualifiers to control the action being triggered. Action qualifiers are to be specified based on the type of disruptions that an action is to be restricted to. For example, trigger the 'Deploy' action to only perform network and management plane 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.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- proceed
On BooleanReboot - ProceedOnReboot can be used to acknowledge server reboot while triggering deploy/activate.
GetFabricSwitchProfileScheduledActionActionQualifier
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- Object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type string - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object_
type str - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- 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. The enum values provides the list of concrete types that can be instantiated from this abstract type.
- object
Type String - The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property. The enum values provides the list of concrete types that can be instantiated from this abstract type.
GetFabricSwitchProfileSrcTemplate
- 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'.
GetFabricSwitchProfileSwitchClusterProfile
- 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'.
GetFabricSwitchProfileTag
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- Additional
Properties string - Key string
- The string representation of a tag key.
- Value string
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
- additional
Properties string - key string
- The string representation of a tag key.
- value string
- The string representation of a tag value.
- additional_
properties str - key str
- The string representation of a tag key.
- value str
- The string representation of a tag value.
- additional
Properties String - key String
- The string representation of a tag key.
- value String
- The string representation of a tag value.
GetFabricSwitchProfileVersionContext
- 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 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 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 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 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<GetFabric Switch 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 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 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 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 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 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.
GetFabricSwitchProfileVersionContextInterestedMo
- 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'.
GetFabricSwitchProfileVersionContextRefMo
- 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
intersight
Terraform Provider.
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet