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

intersight.getHyperflexClusterNetworkPolicy

Explore with Pulumi AI

A policy specifying VLANs for management, VM migration, and VM traffic.

Using getHyperflexClusterNetworkPolicy

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 getHyperflexClusterNetworkPolicy(args: GetHyperflexClusterNetworkPolicyArgs, opts?: InvokeOptions): Promise<GetHyperflexClusterNetworkPolicyResult>
function getHyperflexClusterNetworkPolicyOutput(args: GetHyperflexClusterNetworkPolicyOutputArgs, opts?: InvokeOptions): Output<GetHyperflexClusterNetworkPolicyResult>
Copy
def get_hyperflex_cluster_network_policy(account_moid: Optional[str] = None,
                                         additional_properties: Optional[str] = None,
                                         ancestors: Optional[Sequence[GetHyperflexClusterNetworkPolicyAncestor]] = None,
                                         cimc_management_mode: Optional[str] = None,
                                         class_id: Optional[str] = None,
                                         cluster_profiles: Optional[Sequence[GetHyperflexClusterNetworkPolicyClusterProfile]] = None,
                                         create_time: Optional[str] = None,
                                         description: Optional[str] = None,
                                         domain_group_moid: Optional[str] = None,
                                         id: Optional[str] = None,
                                         jumbo_frame: Optional[bool] = None,
                                         kvm_ip_range: Optional[GetHyperflexClusterNetworkPolicyKvmIpRange] = None,
                                         mac_prefix_range: Optional[GetHyperflexClusterNetworkPolicyMacPrefixRange] = None,
                                         mgmt_vlan: Optional[GetHyperflexClusterNetworkPolicyMgmtVlan] = None,
                                         mod_time: Optional[str] = None,
                                         moid: Optional[str] = None,
                                         name: Optional[str] = None,
                                         object_type: Optional[str] = None,
                                         organization: Optional[GetHyperflexClusterNetworkPolicyOrganization] = None,
                                         owners: Optional[Sequence[str]] = None,
                                         parent: Optional[GetHyperflexClusterNetworkPolicyParent] = None,
                                         permission_resources: Optional[Sequence[GetHyperflexClusterNetworkPolicyPermissionResource]] = None,
                                         shared_scope: Optional[str] = None,
                                         tags: Optional[Sequence[GetHyperflexClusterNetworkPolicyTag]] = None,
                                         uplink_speed: Optional[str] = None,
                                         version_context: Optional[GetHyperflexClusterNetworkPolicyVersionContext] = None,
                                         vm_migration_vlan: Optional[GetHyperflexClusterNetworkPolicyVmMigrationVlan] = None,
                                         vm_network_vlans: Optional[Sequence[GetHyperflexClusterNetworkPolicyVmNetworkVlan]] = None,
                                         opts: Optional[InvokeOptions] = None) -> GetHyperflexClusterNetworkPolicyResult
def get_hyperflex_cluster_network_policy_output(account_moid: Optional[pulumi.Input[str]] = None,
                                         additional_properties: Optional[pulumi.Input[str]] = None,
                                         ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterNetworkPolicyAncestorArgs]]]] = None,
                                         cimc_management_mode: Optional[pulumi.Input[str]] = None,
                                         class_id: Optional[pulumi.Input[str]] = None,
                                         cluster_profiles: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterNetworkPolicyClusterProfileArgs]]]] = None,
                                         create_time: Optional[pulumi.Input[str]] = None,
                                         description: Optional[pulumi.Input[str]] = None,
                                         domain_group_moid: Optional[pulumi.Input[str]] = None,
                                         id: Optional[pulumi.Input[str]] = None,
                                         jumbo_frame: Optional[pulumi.Input[bool]] = None,
                                         kvm_ip_range: Optional[pulumi.Input[GetHyperflexClusterNetworkPolicyKvmIpRangeArgs]] = None,
                                         mac_prefix_range: Optional[pulumi.Input[GetHyperflexClusterNetworkPolicyMacPrefixRangeArgs]] = None,
                                         mgmt_vlan: Optional[pulumi.Input[GetHyperflexClusterNetworkPolicyMgmtVlanArgs]] = None,
                                         mod_time: Optional[pulumi.Input[str]] = None,
                                         moid: Optional[pulumi.Input[str]] = None,
                                         name: Optional[pulumi.Input[str]] = None,
                                         object_type: Optional[pulumi.Input[str]] = None,
                                         organization: Optional[pulumi.Input[GetHyperflexClusterNetworkPolicyOrganizationArgs]] = None,
                                         owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                         parent: Optional[pulumi.Input[GetHyperflexClusterNetworkPolicyParentArgs]] = None,
                                         permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterNetworkPolicyPermissionResourceArgs]]]] = None,
                                         shared_scope: Optional[pulumi.Input[str]] = None,
                                         tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterNetworkPolicyTagArgs]]]] = None,
                                         uplink_speed: Optional[pulumi.Input[str]] = None,
                                         version_context: Optional[pulumi.Input[GetHyperflexClusterNetworkPolicyVersionContextArgs]] = None,
                                         vm_migration_vlan: Optional[pulumi.Input[GetHyperflexClusterNetworkPolicyVmMigrationVlanArgs]] = None,
                                         vm_network_vlans: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexClusterNetworkPolicyVmNetworkVlanArgs]]]] = None,
                                         opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexClusterNetworkPolicyResult]
Copy
func LookupHyperflexClusterNetworkPolicy(ctx *Context, args *LookupHyperflexClusterNetworkPolicyArgs, opts ...InvokeOption) (*LookupHyperflexClusterNetworkPolicyResult, error)
func LookupHyperflexClusterNetworkPolicyOutput(ctx *Context, args *LookupHyperflexClusterNetworkPolicyOutputArgs, opts ...InvokeOption) LookupHyperflexClusterNetworkPolicyResultOutput
Copy

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

public static class GetHyperflexClusterNetworkPolicy 
{
    public static Task<GetHyperflexClusterNetworkPolicyResult> InvokeAsync(GetHyperflexClusterNetworkPolicyArgs args, InvokeOptions? opts = null)
    public static Output<GetHyperflexClusterNetworkPolicyResult> Invoke(GetHyperflexClusterNetworkPolicyInvokeArgs args, InvokeOptions? opts = null)
}
Copy
public static CompletableFuture<GetHyperflexClusterNetworkPolicyResult> getHyperflexClusterNetworkPolicy(GetHyperflexClusterNetworkPolicyArgs args, InvokeOptions options)
public static Output<GetHyperflexClusterNetworkPolicyResult> getHyperflexClusterNetworkPolicy(GetHyperflexClusterNetworkPolicyArgs args, InvokeOptions options)
Copy
fn::invoke:
  function: intersight:index/getHyperflexClusterNetworkPolicy:getHyperflexClusterNetworkPolicy
  arguments:
    # arguments dictionary
Copy

The following arguments are supported:

AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors List<GetHyperflexClusterNetworkPolicyAncestor>
CimcManagementMode string
The mode configured on the CIMC management interface.* OutOfBand - The server uses out-of-band management, i.e. management traffic traverses through the management interfaces on the UCS Fabric Interconnects.* InBand - The server uses in-band management, i.e. management traffic traverses through the data uplink ports on the UCS Fabric Interconnects.
ClassId string
ClusterProfiles List<GetHyperflexClusterNetworkPolicyClusterProfile>
CreateTime string
The time when this managed object was created.
Description string
Description of the policy.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Id string
JumboFrame bool
Enable or disable Jumbo Frames (MTU=9000). Jumbo Frames are used by Storage Network, VM Migration Network.
KvmIpRange GetHyperflexClusterNetworkPolicyKvmIpRange
MacPrefixRange GetHyperflexClusterNetworkPolicyMacPrefixRange
MgmtVlan GetHyperflexClusterNetworkPolicyMgmtVlan
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
Name string
Name of the concrete policy.
ObjectType string
Organization GetHyperflexClusterNetworkPolicyOrganization
Owners List<string>
Parent GetHyperflexClusterNetworkPolicyParent
PermissionResources List<GetHyperflexClusterNetworkPolicyPermissionResource>
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Tags List<GetHyperflexClusterNetworkPolicyTag>
UplinkSpeed string
Link speed of the server adapter port to the upstream switch. When the policy is attached to a cluster profile with EDGE management platform, the uplink speed can be '1G' or '10G+'. Use '10G+' for link speeds of 10G or above. When the policy is attached to a cluster profile with Fabric Interconnect management platform, the uplink speed can be 'default' only.* default - Current default value set on the hardware platform.* 1G - A link speed of 1 gigabit per second.* 10G - A link speed of 10 gigabits per second or above.
VersionContext GetHyperflexClusterNetworkPolicyVersionContext
VmMigrationVlan GetHyperflexClusterNetworkPolicyVmMigrationVlan
VmNetworkVlans List<GetHyperflexClusterNetworkPolicyVmNetworkVlan>
AccountMoid string
The Account ID for this managed object.
AdditionalProperties string
Ancestors []GetHyperflexClusterNetworkPolicyAncestor
CimcManagementMode string
The mode configured on the CIMC management interface.* OutOfBand - The server uses out-of-band management, i.e. management traffic traverses through the management interfaces on the UCS Fabric Interconnects.* InBand - The server uses in-band management, i.e. management traffic traverses through the data uplink ports on the UCS Fabric Interconnects.
ClassId string
ClusterProfiles []GetHyperflexClusterNetworkPolicyClusterProfile
CreateTime string
The time when this managed object was created.
Description string
Description of the policy.
DomainGroupMoid string
The DomainGroup ID for this managed object.
Id string
JumboFrame bool
Enable or disable Jumbo Frames (MTU=9000). Jumbo Frames are used by Storage Network, VM Migration Network.
KvmIpRange GetHyperflexClusterNetworkPolicyKvmIpRange
MacPrefixRange GetHyperflexClusterNetworkPolicyMacPrefixRange
MgmtVlan GetHyperflexClusterNetworkPolicyMgmtVlan
ModTime string
The time when this managed object was last modified.
Moid string
The unique identifier of this Managed Object instance.
Name string
Name of the concrete policy.
ObjectType string
Organization GetHyperflexClusterNetworkPolicyOrganization
Owners []string
Parent GetHyperflexClusterNetworkPolicyParent
PermissionResources []GetHyperflexClusterNetworkPolicyPermissionResource
SharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Tags []GetHyperflexClusterNetworkPolicyTag
UplinkSpeed string
Link speed of the server adapter port to the upstream switch. When the policy is attached to a cluster profile with EDGE management platform, the uplink speed can be '1G' or '10G+'. Use '10G+' for link speeds of 10G or above. When the policy is attached to a cluster profile with Fabric Interconnect management platform, the uplink speed can be 'default' only.* default - Current default value set on the hardware platform.* 1G - A link speed of 1 gigabit per second.* 10G - A link speed of 10 gigabits per second or above.
VersionContext GetHyperflexClusterNetworkPolicyVersionContext
VmMigrationVlan GetHyperflexClusterNetworkPolicyVmMigrationVlan
VmNetworkVlans []GetHyperflexClusterNetworkPolicyVmNetworkVlan
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<GetHyperflexClusterNetworkPolicyAncestor>
cimcManagementMode String
The mode configured on the CIMC management interface.* OutOfBand - The server uses out-of-band management, i.e. management traffic traverses through the management interfaces on the UCS Fabric Interconnects.* InBand - The server uses in-band management, i.e. management traffic traverses through the data uplink ports on the UCS Fabric Interconnects.
classId String
clusterProfiles List<GetHyperflexClusterNetworkPolicyClusterProfile>
createTime String
The time when this managed object was created.
description String
Description of the policy.
domainGroupMoid String
The DomainGroup ID for this managed object.
id String
jumboFrame Boolean
Enable or disable Jumbo Frames (MTU=9000). Jumbo Frames are used by Storage Network, VM Migration Network.
kvmIpRange GetHyperflexClusterNetworkPolicyKvmIpRange
macPrefixRange GetHyperflexClusterNetworkPolicyMacPrefixRange
mgmtVlan GetHyperflexClusterNetworkPolicyMgmtVlan
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
name String
Name of the concrete policy.
objectType String
organization GetHyperflexClusterNetworkPolicyOrganization
owners List<String>
parent GetHyperflexClusterNetworkPolicyParent
permissionResources List<GetHyperflexClusterNetworkPolicyPermissionResource>
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
tags List<GetHyperflexClusterNetworkPolicyTag>
uplinkSpeed String
Link speed of the server adapter port to the upstream switch. When the policy is attached to a cluster profile with EDGE management platform, the uplink speed can be '1G' or '10G+'. Use '10G+' for link speeds of 10G or above. When the policy is attached to a cluster profile with Fabric Interconnect management platform, the uplink speed can be 'default' only.* default - Current default value set on the hardware platform.* 1G - A link speed of 1 gigabit per second.* 10G - A link speed of 10 gigabits per second or above.
versionContext GetHyperflexClusterNetworkPolicyVersionContext
vmMigrationVlan GetHyperflexClusterNetworkPolicyVmMigrationVlan
vmNetworkVlans List<GetHyperflexClusterNetworkPolicyVmNetworkVlan>
accountMoid string
The Account ID for this managed object.
additionalProperties string
ancestors GetHyperflexClusterNetworkPolicyAncestor[]
cimcManagementMode string
The mode configured on the CIMC management interface.* OutOfBand - The server uses out-of-band management, i.e. management traffic traverses through the management interfaces on the UCS Fabric Interconnects.* InBand - The server uses in-band management, i.e. management traffic traverses through the data uplink ports on the UCS Fabric Interconnects.
classId string
clusterProfiles GetHyperflexClusterNetworkPolicyClusterProfile[]
createTime string
The time when this managed object was created.
description string
Description of the policy.
domainGroupMoid string
The DomainGroup ID for this managed object.
id string
jumboFrame boolean
Enable or disable Jumbo Frames (MTU=9000). Jumbo Frames are used by Storage Network, VM Migration Network.
kvmIpRange GetHyperflexClusterNetworkPolicyKvmIpRange
macPrefixRange GetHyperflexClusterNetworkPolicyMacPrefixRange
mgmtVlan GetHyperflexClusterNetworkPolicyMgmtVlan
modTime string
The time when this managed object was last modified.
moid string
The unique identifier of this Managed Object instance.
name string
Name of the concrete policy.
objectType string
organization GetHyperflexClusterNetworkPolicyOrganization
owners string[]
parent GetHyperflexClusterNetworkPolicyParent
permissionResources GetHyperflexClusterNetworkPolicyPermissionResource[]
sharedScope string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
tags GetHyperflexClusterNetworkPolicyTag[]
uplinkSpeed string
Link speed of the server adapter port to the upstream switch. When the policy is attached to a cluster profile with EDGE management platform, the uplink speed can be '1G' or '10G+'. Use '10G+' for link speeds of 10G or above. When the policy is attached to a cluster profile with Fabric Interconnect management platform, the uplink speed can be 'default' only.* default - Current default value set on the hardware platform.* 1G - A link speed of 1 gigabit per second.* 10G - A link speed of 10 gigabits per second or above.
versionContext GetHyperflexClusterNetworkPolicyVersionContext
vmMigrationVlan GetHyperflexClusterNetworkPolicyVmMigrationVlan
vmNetworkVlans GetHyperflexClusterNetworkPolicyVmNetworkVlan[]
account_moid str
The Account ID for this managed object.
additional_properties str
ancestors Sequence[GetHyperflexClusterNetworkPolicyAncestor]
cimc_management_mode str
The mode configured on the CIMC management interface.* OutOfBand - The server uses out-of-band management, i.e. management traffic traverses through the management interfaces on the UCS Fabric Interconnects.* InBand - The server uses in-band management, i.e. management traffic traverses through the data uplink ports on the UCS Fabric Interconnects.
class_id str
cluster_profiles Sequence[GetHyperflexClusterNetworkPolicyClusterProfile]
create_time str
The time when this managed object was created.
description str
Description of the policy.
domain_group_moid str
The DomainGroup ID for this managed object.
id str
jumbo_frame bool
Enable or disable Jumbo Frames (MTU=9000). Jumbo Frames are used by Storage Network, VM Migration Network.
kvm_ip_range GetHyperflexClusterNetworkPolicyKvmIpRange
mac_prefix_range GetHyperflexClusterNetworkPolicyMacPrefixRange
mgmt_vlan GetHyperflexClusterNetworkPolicyMgmtVlan
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 concrete policy.
object_type str
organization GetHyperflexClusterNetworkPolicyOrganization
owners Sequence[str]
parent GetHyperflexClusterNetworkPolicyParent
permission_resources Sequence[GetHyperflexClusterNetworkPolicyPermissionResource]
shared_scope str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
tags Sequence[GetHyperflexClusterNetworkPolicyTag]
uplink_speed str
Link speed of the server adapter port to the upstream switch. When the policy is attached to a cluster profile with EDGE management platform, the uplink speed can be '1G' or '10G+'. Use '10G+' for link speeds of 10G or above. When the policy is attached to a cluster profile with Fabric Interconnect management platform, the uplink speed can be 'default' only.* default - Current default value set on the hardware platform.* 1G - A link speed of 1 gigabit per second.* 10G - A link speed of 10 gigabits per second or above.
version_context GetHyperflexClusterNetworkPolicyVersionContext
vm_migration_vlan GetHyperflexClusterNetworkPolicyVmMigrationVlan
vm_network_vlans Sequence[GetHyperflexClusterNetworkPolicyVmNetworkVlan]
accountMoid String
The Account ID for this managed object.
additionalProperties String
ancestors List<Property Map>
cimcManagementMode String
The mode configured on the CIMC management interface.* OutOfBand - The server uses out-of-band management, i.e. management traffic traverses through the management interfaces on the UCS Fabric Interconnects.* InBand - The server uses in-band management, i.e. management traffic traverses through the data uplink ports on the UCS Fabric Interconnects.
classId String
clusterProfiles List<Property Map>
createTime String
The time when this managed object was created.
description String
Description of the policy.
domainGroupMoid String
The DomainGroup ID for this managed object.
id String
jumboFrame Boolean
Enable or disable Jumbo Frames (MTU=9000). Jumbo Frames are used by Storage Network, VM Migration Network.
kvmIpRange Property Map
macPrefixRange Property Map
mgmtVlan Property Map
modTime String
The time when this managed object was last modified.
moid String
The unique identifier of this Managed Object instance.
name String
Name of the concrete policy.
objectType String
organization Property Map
owners List<String>
parent Property Map
permissionResources List<Property Map>
sharedScope String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
tags List<Property Map>
uplinkSpeed String
Link speed of the server adapter port to the upstream switch. When the policy is attached to a cluster profile with EDGE management platform, the uplink speed can be '1G' or '10G+'. Use '10G+' for link speeds of 10G or above. When the policy is attached to a cluster profile with Fabric Interconnect management platform, the uplink speed can be 'default' only.* default - Current default value set on the hardware platform.* 1G - A link speed of 1 gigabit per second.* 10G - A link speed of 10 gigabits per second or above.
versionContext Property Map
vmMigrationVlan Property Map
vmNetworkVlans List<Property Map>

getHyperflexClusterNetworkPolicy Result

The following output properties are available:

Id string
Results List<GetHyperflexClusterNetworkPolicyResult>
AccountMoid string
AdditionalProperties string
Ancestors List<GetHyperflexClusterNetworkPolicyAncestor>
CimcManagementMode string
ClassId string
ClusterProfiles List<GetHyperflexClusterNetworkPolicyClusterProfile>
CreateTime string
Description string
DomainGroupMoid string
JumboFrame bool
KvmIpRange GetHyperflexClusterNetworkPolicyKvmIpRange
MacPrefixRange GetHyperflexClusterNetworkPolicyMacPrefixRange
MgmtVlan GetHyperflexClusterNetworkPolicyMgmtVlan
ModTime string
Moid string
Name string
ObjectType string
Organization GetHyperflexClusterNetworkPolicyOrganization
Owners List<string>
Parent GetHyperflexClusterNetworkPolicyParent
PermissionResources List<GetHyperflexClusterNetworkPolicyPermissionResource>
SharedScope string
Tags List<GetHyperflexClusterNetworkPolicyTag>
UplinkSpeed string
VersionContext GetHyperflexClusterNetworkPolicyVersionContext
VmMigrationVlan GetHyperflexClusterNetworkPolicyVmMigrationVlan
VmNetworkVlans List<GetHyperflexClusterNetworkPolicyVmNetworkVlan>
Id string
Results []GetHyperflexClusterNetworkPolicyResult
AccountMoid string
AdditionalProperties string
Ancestors []GetHyperflexClusterNetworkPolicyAncestor
CimcManagementMode string
ClassId string
ClusterProfiles []GetHyperflexClusterNetworkPolicyClusterProfile
CreateTime string
Description string
DomainGroupMoid string
JumboFrame bool
KvmIpRange GetHyperflexClusterNetworkPolicyKvmIpRange
MacPrefixRange GetHyperflexClusterNetworkPolicyMacPrefixRange
MgmtVlan GetHyperflexClusterNetworkPolicyMgmtVlan
ModTime string
Moid string
Name string
ObjectType string
Organization GetHyperflexClusterNetworkPolicyOrganization
Owners []string
Parent GetHyperflexClusterNetworkPolicyParent
PermissionResources []GetHyperflexClusterNetworkPolicyPermissionResource
SharedScope string
Tags []GetHyperflexClusterNetworkPolicyTag
UplinkSpeed string
VersionContext GetHyperflexClusterNetworkPolicyVersionContext
VmMigrationVlan GetHyperflexClusterNetworkPolicyVmMigrationVlan
VmNetworkVlans []GetHyperflexClusterNetworkPolicyVmNetworkVlan
id String
results List<GetHyperflexClusterNetworkPolicyResult>
accountMoid String
additionalProperties String
ancestors List<GetHyperflexClusterNetworkPolicyAncestor>
cimcManagementMode String
classId String
clusterProfiles List<GetHyperflexClusterNetworkPolicyClusterProfile>
createTime String
description String
domainGroupMoid String
jumboFrame Boolean
kvmIpRange GetHyperflexClusterNetworkPolicyKvmIpRange
macPrefixRange GetHyperflexClusterNetworkPolicyMacPrefixRange
mgmtVlan GetHyperflexClusterNetworkPolicyMgmtVlan
modTime String
moid String
name String
objectType String
organization GetHyperflexClusterNetworkPolicyOrganization
owners List<String>
parent GetHyperflexClusterNetworkPolicyParent
permissionResources List<GetHyperflexClusterNetworkPolicyPermissionResource>
sharedScope String
tags List<GetHyperflexClusterNetworkPolicyTag>
uplinkSpeed String
versionContext GetHyperflexClusterNetworkPolicyVersionContext
vmMigrationVlan GetHyperflexClusterNetworkPolicyVmMigrationVlan
vmNetworkVlans List<GetHyperflexClusterNetworkPolicyVmNetworkVlan>
id str
results Sequence[GetHyperflexClusterNetworkPolicyResult]
account_moid str
additional_properties str
ancestors Sequence[GetHyperflexClusterNetworkPolicyAncestor]
cimc_management_mode str
class_id str
cluster_profiles Sequence[GetHyperflexClusterNetworkPolicyClusterProfile]
create_time str
description str
domain_group_moid str
jumbo_frame bool
kvm_ip_range GetHyperflexClusterNetworkPolicyKvmIpRange
mac_prefix_range GetHyperflexClusterNetworkPolicyMacPrefixRange
mgmt_vlan GetHyperflexClusterNetworkPolicyMgmtVlan
mod_time str
moid str
name str
object_type str
organization GetHyperflexClusterNetworkPolicyOrganization
owners Sequence[str]
parent GetHyperflexClusterNetworkPolicyParent
permission_resources Sequence[GetHyperflexClusterNetworkPolicyPermissionResource]
shared_scope str
tags Sequence[GetHyperflexClusterNetworkPolicyTag]
uplink_speed str
version_context GetHyperflexClusterNetworkPolicyVersionContext
vm_migration_vlan GetHyperflexClusterNetworkPolicyVmMigrationVlan
vm_network_vlans Sequence[GetHyperflexClusterNetworkPolicyVmNetworkVlan]

Supporting Types

GetHyperflexClusterNetworkPolicyAncestor

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

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

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

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

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

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

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

GetHyperflexClusterNetworkPolicyClusterProfile

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

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

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

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

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

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

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

GetHyperflexClusterNetworkPolicyKvmIpRange

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
EndAddr string
The end IPv4 address of the range.
Gateway string
The default gateway for the start and end IPv4 addresses.
IpAddrBlocks List<GetHyperflexClusterNetworkPolicyKvmIpRangeIpAddrBlock>
Netmask string
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
StartAddr string
The start IPv4 address of the range.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
EndAddr string
The end IPv4 address of the range.
Gateway string
The default gateway for the start and end IPv4 addresses.
IpAddrBlocks []GetHyperflexClusterNetworkPolicyKvmIpRangeIpAddrBlock
Netmask string
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
StartAddr string
The start IPv4 address of the range.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddr String
The end IPv4 address of the range.
gateway String
The default gateway for the start and end IPv4 addresses.
ipAddrBlocks List<GetHyperflexClusterNetworkPolicyKvmIpRangeIpAddrBlock>
netmask String
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddr String
The start IPv4 address of the range.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddr string
The end IPv4 address of the range.
gateway string
The default gateway for the start and end IPv4 addresses.
ipAddrBlocks GetHyperflexClusterNetworkPolicyKvmIpRangeIpAddrBlock[]
netmask string
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddr string
The start IPv4 address of the range.
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.
end_addr str
The end IPv4 address of the range.
gateway str
The default gateway for the start and end IPv4 addresses.
ip_addr_blocks Sequence[GetHyperflexClusterNetworkPolicyKvmIpRangeIpAddrBlock]
netmask str
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
start_addr str
The start IPv4 address of the range.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddr String
The end IPv4 address of the range.
gateway String
The default gateway for the start and end IPv4 addresses.
ipAddrBlocks List<Property Map>
netmask String
The netmask specified in dot decimal notation. The start address, end address, and gateway must all be within the network specified by this netmask.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddr String
The start IPv4 address of the range.

GetHyperflexClusterNetworkPolicyKvmIpRangeIpAddrBlock

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
EndAddress string
The end address of the IPv4 block.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
StartAddress string
The start address of the IPv4 block.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
EndAddress string
The end address of the IPv4 block.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
StartAddress string
The start address of the IPv4 block.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddress String
The end address of the IPv4 block.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddress String
The start address of the IPv4 block.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddress string
The end address of the IPv4 block.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddress string
The start address of the IPv4 block.
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.
end_address str
The end address of the IPv4 block.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
start_address str
The start address of the IPv4 block.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddress String
The end address of the IPv4 block.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddress String
The start address of the IPv4 block.

GetHyperflexClusterNetworkPolicyMacPrefixRange

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
EndAddr string
The end MAC address prefix of a MAC address prefix range in the form of 00:25:B5:XX.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
StartAddr string
The start MAC address prefix of a MAC address prefix range in the form of 00:25:B5:XX.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
EndAddr string
The end MAC address prefix of a MAC address prefix range in the form of 00:25:B5:XX.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
StartAddr string
The start MAC address prefix of a MAC address prefix range in the form of 00:25:B5:XX.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddr String
The end MAC address prefix of a MAC address prefix range in the form of 00:25:B5:XX.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddr String
The start MAC address prefix of a MAC address prefix range in the form of 00:25:B5:XX.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddr string
The end MAC address prefix of a MAC address prefix range in the form of 00:25:B5:XX.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddr string
The start MAC address prefix of a MAC address prefix range in the form of 00:25:B5:XX.
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.
end_addr str
The end MAC address prefix of a MAC address prefix range in the form of 00:25:B5:XX.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
start_addr str
The start MAC address prefix of a MAC address prefix range in the form of 00:25:B5:XX.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
endAddr String
The end MAC address prefix of a MAC address prefix range in the form of 00:25:B5:XX.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
startAddr String
The start MAC address prefix of a MAC address prefix range in the form of 00:25:B5:XX.

GetHyperflexClusterNetworkPolicyMgmtVlan

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Name string
Name of the concrete policy.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
VlanId double
The ID of the named VLAN. An ID of 0 means the traffic is untagged. The ID can be any number between 0 and 4095, inclusive.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Name string
Name of the concrete policy.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
VlanId float64
The ID of the named VLAN. An ID of 0 means the traffic is untagged. The ID can be any number between 0 and 4095, inclusive.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
name String
Name of the concrete policy.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
vlanId Double
The ID of the named VLAN. An ID of 0 means the traffic is untagged. The ID can be any number between 0 and 4095, inclusive.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
name string
Name of the concrete policy.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
vlanId number
The ID of the named VLAN. An ID of 0 means the traffic is untagged. The ID can be any number between 0 and 4095, inclusive.
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 concrete policy.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
vlan_id float
The ID of the named VLAN. An ID of 0 means the traffic is untagged. The ID can be any number between 0 and 4095, inclusive.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
name String
Name of the concrete policy.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
vlanId Number
The ID of the named VLAN. An ID of 0 means the traffic is untagged. The ID can be any number between 0 and 4095, inclusive.

GetHyperflexClusterNetworkPolicyOrganization

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

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

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

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

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

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

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

GetHyperflexClusterNetworkPolicyParent

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

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

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

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

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

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

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

GetHyperflexClusterNetworkPolicyPermissionResource

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

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

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

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

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

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

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

GetHyperflexClusterNetworkPolicyResult

AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. List<GetHyperflexClusterNetworkPolicyResultAncestor>
CimcManagementMode This property is required. string
The mode configured on the CIMC management interface.* OutOfBand - The server uses out-of-band management, i.e. management traffic traverses through the management interfaces on the UCS Fabric Interconnects.* InBand - The server uses in-band management, i.e. management traffic traverses through the data uplink ports on the UCS Fabric Interconnects.
ClassId This property is required. string
ClusterProfiles This property is required. List<GetHyperflexClusterNetworkPolicyResultClusterProfile>
CreateTime This property is required. string
The time when this managed object was created.
Description This property is required. string
Description of the policy.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
JumboFrame This property is required. bool
Enable or disable Jumbo Frames (MTU=9000). Jumbo Frames are used by Storage Network, VM Migration Network.
KvmIpRanges This property is required. List<GetHyperflexClusterNetworkPolicyResultKvmIpRange>
MacPrefixRanges This property is required. List<GetHyperflexClusterNetworkPolicyResultMacPrefixRange>
MgmtVlans This property is required. List<GetHyperflexClusterNetworkPolicyResultMgmtVlan>
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
Name of the concrete policy.
ObjectType This property is required. string
Organizations This property is required. List<GetHyperflexClusterNetworkPolicyResultOrganization>
Owners This property is required. List<string>
Parents This property is required. List<GetHyperflexClusterNetworkPolicyResultParent>
PermissionResources This property is required. List<GetHyperflexClusterNetworkPolicyResultPermissionResource>
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Tags This property is required. List<GetHyperflexClusterNetworkPolicyResultTag>
UplinkSpeed This property is required. string
Link speed of the server adapter port to the upstream switch. When the policy is attached to a cluster profile with EDGE management platform, the uplink speed can be '1G' or '10G+'. Use '10G+' for link speeds of 10G or above. When the policy is attached to a cluster profile with Fabric Interconnect management platform, the uplink speed can be 'default' only.* default - Current default value set on the hardware platform.* 1G - A link speed of 1 gigabit per second.* 10G - A link speed of 10 gigabits per second or above.
VersionContexts This property is required. List<GetHyperflexClusterNetworkPolicyResultVersionContext>
VmMigrationVlans This property is required. List<GetHyperflexClusterNetworkPolicyResultVmMigrationVlan>
VmNetworkVlans This property is required. List<GetHyperflexClusterNetworkPolicyResultVmNetworkVlan>
AccountMoid This property is required. string
The Account ID for this managed object.
AdditionalProperties This property is required. string
Ancestors This property is required. []GetHyperflexClusterNetworkPolicyResultAncestor
CimcManagementMode This property is required. string
The mode configured on the CIMC management interface.* OutOfBand - The server uses out-of-band management, i.e. management traffic traverses through the management interfaces on the UCS Fabric Interconnects.* InBand - The server uses in-band management, i.e. management traffic traverses through the data uplink ports on the UCS Fabric Interconnects.
ClassId This property is required. string
ClusterProfiles This property is required. []GetHyperflexClusterNetworkPolicyResultClusterProfile
CreateTime This property is required. string
The time when this managed object was created.
Description This property is required. string
Description of the policy.
DomainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
JumboFrame This property is required. bool
Enable or disable Jumbo Frames (MTU=9000). Jumbo Frames are used by Storage Network, VM Migration Network.
KvmIpRanges This property is required. []GetHyperflexClusterNetworkPolicyResultKvmIpRange
MacPrefixRanges This property is required. []GetHyperflexClusterNetworkPolicyResultMacPrefixRange
MgmtVlans This property is required. []GetHyperflexClusterNetworkPolicyResultMgmtVlan
ModTime This property is required. string
The time when this managed object was last modified.
Moid This property is required. string
The unique identifier of this Managed Object instance.
Name This property is required. string
Name of the concrete policy.
ObjectType This property is required. string
Organizations This property is required. []GetHyperflexClusterNetworkPolicyResultOrganization
Owners This property is required. []string
Parents This property is required. []GetHyperflexClusterNetworkPolicyResultParent
PermissionResources This property is required. []GetHyperflexClusterNetworkPolicyResultPermissionResource
SharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
Tags This property is required. []GetHyperflexClusterNetworkPolicyResultTag
UplinkSpeed This property is required. string
Link speed of the server adapter port to the upstream switch. When the policy is attached to a cluster profile with EDGE management platform, the uplink speed can be '1G' or '10G+'. Use '10G+' for link speeds of 10G or above. When the policy is attached to a cluster profile with Fabric Interconnect management platform, the uplink speed can be 'default' only.* default - Current default value set on the hardware platform.* 1G - A link speed of 1 gigabit per second.* 10G - A link speed of 10 gigabits per second or above.
VersionContexts This property is required. []GetHyperflexClusterNetworkPolicyResultVersionContext
VmMigrationVlans This property is required. []GetHyperflexClusterNetworkPolicyResultVmMigrationVlan
VmNetworkVlans This property is required. []GetHyperflexClusterNetworkPolicyResultVmNetworkVlan
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<GetHyperflexClusterNetworkPolicyResultAncestor>
cimcManagementMode This property is required. String
The mode configured on the CIMC management interface.* OutOfBand - The server uses out-of-band management, i.e. management traffic traverses through the management interfaces on the UCS Fabric Interconnects.* InBand - The server uses in-band management, i.e. management traffic traverses through the data uplink ports on the UCS Fabric Interconnects.
classId This property is required. String
clusterProfiles This property is required. List<GetHyperflexClusterNetworkPolicyResultClusterProfile>
createTime This property is required. String
The time when this managed object was created.
description This property is required. String
Description of the policy.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
jumboFrame This property is required. Boolean
Enable or disable Jumbo Frames (MTU=9000). Jumbo Frames are used by Storage Network, VM Migration Network.
kvmIpRanges This property is required. List<GetHyperflexClusterNetworkPolicyResultKvmIpRange>
macPrefixRanges This property is required. List<GetHyperflexClusterNetworkPolicyResultMacPrefixRange>
mgmtVlans This property is required. List<GetHyperflexClusterNetworkPolicyResultMgmtVlan>
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
Name of the concrete policy.
objectType This property is required. String
organizations This property is required. List<GetHyperflexClusterNetworkPolicyResultOrganization>
owners This property is required. List<String>
parents This property is required. List<GetHyperflexClusterNetworkPolicyResultParent>
permissionResources This property is required. List<GetHyperflexClusterNetworkPolicyResultPermissionResource>
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
tags This property is required. List<GetHyperflexClusterNetworkPolicyResultTag>
uplinkSpeed This property is required. String
Link speed of the server adapter port to the upstream switch. When the policy is attached to a cluster profile with EDGE management platform, the uplink speed can be '1G' or '10G+'. Use '10G+' for link speeds of 10G or above. When the policy is attached to a cluster profile with Fabric Interconnect management platform, the uplink speed can be 'default' only.* default - Current default value set on the hardware platform.* 1G - A link speed of 1 gigabit per second.* 10G - A link speed of 10 gigabits per second or above.
versionContexts This property is required. List<GetHyperflexClusterNetworkPolicyResultVersionContext>
vmMigrationVlans This property is required. List<GetHyperflexClusterNetworkPolicyResultVmMigrationVlan>
vmNetworkVlans This property is required. List<GetHyperflexClusterNetworkPolicyResultVmNetworkVlan>
accountMoid This property is required. string
The Account ID for this managed object.
additionalProperties This property is required. string
ancestors This property is required. GetHyperflexClusterNetworkPolicyResultAncestor[]
cimcManagementMode This property is required. string
The mode configured on the CIMC management interface.* OutOfBand - The server uses out-of-band management, i.e. management traffic traverses through the management interfaces on the UCS Fabric Interconnects.* InBand - The server uses in-band management, i.e. management traffic traverses through the data uplink ports on the UCS Fabric Interconnects.
classId This property is required. string
clusterProfiles This property is required. GetHyperflexClusterNetworkPolicyResultClusterProfile[]
createTime This property is required. string
The time when this managed object was created.
description This property is required. string
Description of the policy.
domainGroupMoid This property is required. string
The DomainGroup ID for this managed object.
jumboFrame This property is required. boolean
Enable or disable Jumbo Frames (MTU=9000). Jumbo Frames are used by Storage Network, VM Migration Network.
kvmIpRanges This property is required. GetHyperflexClusterNetworkPolicyResultKvmIpRange[]
macPrefixRanges This property is required. GetHyperflexClusterNetworkPolicyResultMacPrefixRange[]
mgmtVlans This property is required. GetHyperflexClusterNetworkPolicyResultMgmtVlan[]
modTime This property is required. string
The time when this managed object was last modified.
moid This property is required. string
The unique identifier of this Managed Object instance.
name This property is required. string
Name of the concrete policy.
objectType This property is required. string
organizations This property is required. GetHyperflexClusterNetworkPolicyResultOrganization[]
owners This property is required. string[]
parents This property is required. GetHyperflexClusterNetworkPolicyResultParent[]
permissionResources This property is required. GetHyperflexClusterNetworkPolicyResultPermissionResource[]
sharedScope This property is required. string
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
tags This property is required. GetHyperflexClusterNetworkPolicyResultTag[]
uplinkSpeed This property is required. string
Link speed of the server adapter port to the upstream switch. When the policy is attached to a cluster profile with EDGE management platform, the uplink speed can be '1G' or '10G+'. Use '10G+' for link speeds of 10G or above. When the policy is attached to a cluster profile with Fabric Interconnect management platform, the uplink speed can be 'default' only.* default - Current default value set on the hardware platform.* 1G - A link speed of 1 gigabit per second.* 10G - A link speed of 10 gigabits per second or above.
versionContexts This property is required. GetHyperflexClusterNetworkPolicyResultVersionContext[]
vmMigrationVlans This property is required. GetHyperflexClusterNetworkPolicyResultVmMigrationVlan[]
vmNetworkVlans This property is required. GetHyperflexClusterNetworkPolicyResultVmNetworkVlan[]
account_moid This property is required. str
The Account ID for this managed object.
additional_properties This property is required. str
ancestors This property is required. Sequence[GetHyperflexClusterNetworkPolicyResultAncestor]
cimc_management_mode This property is required. str
The mode configured on the CIMC management interface.* OutOfBand - The server uses out-of-band management, i.e. management traffic traverses through the management interfaces on the UCS Fabric Interconnects.* InBand - The server uses in-band management, i.e. management traffic traverses through the data uplink ports on the UCS Fabric Interconnects.
class_id This property is required. str
cluster_profiles This property is required. Sequence[GetHyperflexClusterNetworkPolicyResultClusterProfile]
create_time This property is required. str
The time when this managed object was created.
description This property is required. str
Description of the policy.
domain_group_moid This property is required. str
The DomainGroup ID for this managed object.
jumbo_frame This property is required. bool
Enable or disable Jumbo Frames (MTU=9000). Jumbo Frames are used by Storage Network, VM Migration Network.
kvm_ip_ranges This property is required. Sequence[GetHyperflexClusterNetworkPolicyResultKvmIpRange]
mac_prefix_ranges This property is required. Sequence[GetHyperflexClusterNetworkPolicyResultMacPrefixRange]
mgmt_vlans This property is required. Sequence[GetHyperflexClusterNetworkPolicyResultMgmtVlan]
mod_time This property is required. str
The time when this managed object was last modified.
moid This property is required. str
The unique identifier of this Managed Object instance.
name This property is required. str
Name of the concrete policy.
object_type This property is required. str
organizations This property is required. Sequence[GetHyperflexClusterNetworkPolicyResultOrganization]
owners This property is required. Sequence[str]
parents This property is required. Sequence[GetHyperflexClusterNetworkPolicyResultParent]
permission_resources This property is required. Sequence[GetHyperflexClusterNetworkPolicyResultPermissionResource]
shared_scope This property is required. str
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
tags This property is required. Sequence[GetHyperflexClusterNetworkPolicyResultTag]
uplink_speed This property is required. str
Link speed of the server adapter port to the upstream switch. When the policy is attached to a cluster profile with EDGE management platform, the uplink speed can be '1G' or '10G+'. Use '10G+' for link speeds of 10G or above. When the policy is attached to a cluster profile with Fabric Interconnect management platform, the uplink speed can be 'default' only.* default - Current default value set on the hardware platform.* 1G - A link speed of 1 gigabit per second.* 10G - A link speed of 10 gigabits per second or above.
version_contexts This property is required. Sequence[GetHyperflexClusterNetworkPolicyResultVersionContext]
vm_migration_vlans This property is required. Sequence[GetHyperflexClusterNetworkPolicyResultVmMigrationVlan]
vm_network_vlans This property is required. Sequence[GetHyperflexClusterNetworkPolicyResultVmNetworkVlan]
accountMoid This property is required. String
The Account ID for this managed object.
additionalProperties This property is required. String
ancestors This property is required. List<Property Map>
cimcManagementMode This property is required. String
The mode configured on the CIMC management interface.* OutOfBand - The server uses out-of-band management, i.e. management traffic traverses through the management interfaces on the UCS Fabric Interconnects.* InBand - The server uses in-band management, i.e. management traffic traverses through the data uplink ports on the UCS Fabric Interconnects.
classId This property is required. String
clusterProfiles This property is required. List<Property Map>
createTime This property is required. String
The time when this managed object was created.
description This property is required. String
Description of the policy.
domainGroupMoid This property is required. String
The DomainGroup ID for this managed object.
jumboFrame This property is required. Boolean
Enable or disable Jumbo Frames (MTU=9000). Jumbo Frames are used by Storage Network, VM Migration Network.
kvmIpRanges This property is required. List<Property Map>
macPrefixRanges This property is required. List<Property Map>
mgmtVlans This property is required. List<Property Map>
modTime This property is required. String
The time when this managed object was last modified.
moid This property is required. String
The unique identifier of this Managed Object instance.
name This property is required. String
Name of the concrete policy.
objectType This property is required. String
organizations This property is required. List<Property Map>
owners This property is required. List<String>
parents This property is required. List<Property Map>
permissionResources This property is required. List<Property Map>
sharedScope This property is required. String
Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
tags This property is required. List<Property Map>
uplinkSpeed This property is required. String
Link speed of the server adapter port to the upstream switch. When the policy is attached to a cluster profile with EDGE management platform, the uplink speed can be '1G' or '10G+'. Use '10G+' for link speeds of 10G or above. When the policy is attached to a cluster profile with Fabric Interconnect management platform, the uplink speed can be 'default' only.* default - Current default value set on the hardware platform.* 1G - A link speed of 1 gigabit per second.* 10G - A link speed of 10 gigabits per second or above.
versionContexts This property is required. List<Property Map>
vmMigrationVlans This property is required. List<Property Map>
vmNetworkVlans This property is required. List<Property Map>

GetHyperflexClusterNetworkPolicyResultAncestor

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

GetHyperflexClusterNetworkPolicyResultClusterProfile

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

GetHyperflexClusterNetworkPolicyResultKvmIpRange

AdditionalProperties This property is required. string
ClassId This property is required. string
EndAddr This property is required. string
Gateway This property is required. string
IpAddrBlocks This property is required. List<GetHyperflexClusterNetworkPolicyResultKvmIpRangeIpAddrBlock>
Netmask This property is required. string
ObjectType This property is required. string
StartAddr This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
EndAddr This property is required. string
Gateway This property is required. string
IpAddrBlocks This property is required. []GetHyperflexClusterNetworkPolicyResultKvmIpRangeIpAddrBlock
Netmask This property is required. string
ObjectType This property is required. string
StartAddr This property is required. string
additionalProperties This property is required. String
classId This property is required. String
endAddr This property is required. String
gateway This property is required. String
ipAddrBlocks This property is required. List<GetHyperflexClusterNetworkPolicyResultKvmIpRangeIpAddrBlock>
netmask This property is required. String
objectType This property is required. String
startAddr This property is required. String
additionalProperties This property is required. string
classId This property is required. string
endAddr This property is required. string
gateway This property is required. string
ipAddrBlocks This property is required. GetHyperflexClusterNetworkPolicyResultKvmIpRangeIpAddrBlock[]
netmask This property is required. string
objectType This property is required. string
startAddr This property is required. string
additional_properties This property is required. str
class_id This property is required. str
end_addr This property is required. str
gateway This property is required. str
ip_addr_blocks This property is required. Sequence[GetHyperflexClusterNetworkPolicyResultKvmIpRangeIpAddrBlock]
netmask This property is required. str
object_type This property is required. str
start_addr This property is required. str
additionalProperties This property is required. String
classId This property is required. String
endAddr This property is required. String
gateway This property is required. String
ipAddrBlocks This property is required. List<Property Map>
netmask This property is required. String
objectType This property is required. String
startAddr This property is required. String

GetHyperflexClusterNetworkPolicyResultKvmIpRangeIpAddrBlock

AdditionalProperties This property is required. string
ClassId This property is required. string
EndAddress This property is required. string
ObjectType This property is required. string
StartAddress This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
EndAddress This property is required. string
ObjectType This property is required. string
StartAddress This property is required. string
additionalProperties This property is required. String
classId This property is required. String
endAddress This property is required. String
objectType This property is required. String
startAddress This property is required. String
additionalProperties This property is required. string
classId This property is required. string
endAddress This property is required. string
objectType This property is required. string
startAddress This property is required. string
additional_properties This property is required. str
class_id This property is required. str
end_address This property is required. str
object_type This property is required. str
start_address This property is required. str
additionalProperties This property is required. String
classId This property is required. String
endAddress This property is required. String
objectType This property is required. String
startAddress This property is required. String

GetHyperflexClusterNetworkPolicyResultMacPrefixRange

AdditionalProperties This property is required. string
ClassId This property is required. string
EndAddr This property is required. string
ObjectType This property is required. string
StartAddr This property is required. string
AdditionalProperties This property is required. string
ClassId This property is required. string
EndAddr This property is required. string
ObjectType This property is required. string
StartAddr This property is required. string
additionalProperties This property is required. String
classId This property is required. String
endAddr This property is required. String
objectType This property is required. String
startAddr This property is required. String
additionalProperties This property is required. string
classId This property is required. string
endAddr This property is required. string
objectType This property is required. string
startAddr This property is required. string
additional_properties This property is required. str
class_id This property is required. str
end_addr This property is required. str
object_type This property is required. str
start_addr This property is required. str
additionalProperties This property is required. String
classId This property is required. String
endAddr This property is required. String
objectType This property is required. String
startAddr This property is required. String

GetHyperflexClusterNetworkPolicyResultMgmtVlan

AdditionalProperties This property is required. string
ClassId This property is required. string
Name This property is required. string
Name of the concrete policy.
ObjectType This property is required. string
VlanId This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
Name This property is required. string
Name of the concrete policy.
ObjectType This property is required. string
VlanId This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
name This property is required. String
Name of the concrete policy.
objectType This property is required. String
vlanId This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
name This property is required. string
Name of the concrete policy.
objectType This property is required. string
vlanId This property is required. number
additional_properties This property is required. str
class_id This property is required. str
name This property is required. str
Name of the concrete policy.
object_type This property is required. str
vlan_id This property is required. float
additionalProperties This property is required. String
classId This property is required. String
name This property is required. String
Name of the concrete policy.
objectType This property is required. String
vlanId This property is required. Number

GetHyperflexClusterNetworkPolicyResultOrganization

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

GetHyperflexClusterNetworkPolicyResultParent

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

GetHyperflexClusterNetworkPolicyResultPermissionResource

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

GetHyperflexClusterNetworkPolicyResultTag

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

GetHyperflexClusterNetworkPolicyResultVersionContext

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

GetHyperflexClusterNetworkPolicyResultVersionContextInterestedMo

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

GetHyperflexClusterNetworkPolicyResultVersionContextRefMo

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

GetHyperflexClusterNetworkPolicyResultVmMigrationVlan

AdditionalProperties This property is required. string
ClassId This property is required. string
Name This property is required. string
Name of the concrete policy.
ObjectType This property is required. string
VlanId This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
Name This property is required. string
Name of the concrete policy.
ObjectType This property is required. string
VlanId This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
name This property is required. String
Name of the concrete policy.
objectType This property is required. String
vlanId This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
name This property is required. string
Name of the concrete policy.
objectType This property is required. string
vlanId This property is required. number
additional_properties This property is required. str
class_id This property is required. str
name This property is required. str
Name of the concrete policy.
object_type This property is required. str
vlan_id This property is required. float
additionalProperties This property is required. String
classId This property is required. String
name This property is required. String
Name of the concrete policy.
objectType This property is required. String
vlanId This property is required. Number

GetHyperflexClusterNetworkPolicyResultVmNetworkVlan

AdditionalProperties This property is required. string
ClassId This property is required. string
Name This property is required. string
Name of the concrete policy.
ObjectType This property is required. string
VlanId This property is required. double
AdditionalProperties This property is required. string
ClassId This property is required. string
Name This property is required. string
Name of the concrete policy.
ObjectType This property is required. string
VlanId This property is required. float64
additionalProperties This property is required. String
classId This property is required. String
name This property is required. String
Name of the concrete policy.
objectType This property is required. String
vlanId This property is required. Double
additionalProperties This property is required. string
classId This property is required. string
name This property is required. string
Name of the concrete policy.
objectType This property is required. string
vlanId This property is required. number
additional_properties This property is required. str
class_id This property is required. str
name This property is required. str
Name of the concrete policy.
object_type This property is required. str
vlan_id This property is required. float
additionalProperties This property is required. String
classId This property is required. String
name This property is required. String
Name of the concrete policy.
objectType This property is required. String
vlanId This property is required. Number

GetHyperflexClusterNetworkPolicyTag

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

GetHyperflexClusterNetworkPolicyVersionContext

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

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

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

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

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

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

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

GetHyperflexClusterNetworkPolicyVersionContextInterestedMo

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

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

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

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

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

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

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

GetHyperflexClusterNetworkPolicyVersionContextRefMo

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

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

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

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

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

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

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

GetHyperflexClusterNetworkPolicyVmMigrationVlan

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Name string
Name of the concrete policy.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
VlanId double
The ID of the named VLAN. An ID of 0 means the traffic is untagged. The ID can be any number between 0 and 4095, inclusive.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Name string
Name of the concrete policy.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
VlanId float64
The ID of the named VLAN. An ID of 0 means the traffic is untagged. The ID can be any number between 0 and 4095, inclusive.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
name String
Name of the concrete policy.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
vlanId Double
The ID of the named VLAN. An ID of 0 means the traffic is untagged. The ID can be any number between 0 and 4095, inclusive.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
name string
Name of the concrete policy.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
vlanId number
The ID of the named VLAN. An ID of 0 means the traffic is untagged. The ID can be any number between 0 and 4095, inclusive.
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 concrete policy.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
vlan_id float
The ID of the named VLAN. An ID of 0 means the traffic is untagged. The ID can be any number between 0 and 4095, inclusive.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
name String
Name of the concrete policy.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
vlanId Number
The ID of the named VLAN. An ID of 0 means the traffic is untagged. The ID can be any number between 0 and 4095, inclusive.

GetHyperflexClusterNetworkPolicyVmNetworkVlan

AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Name string
Name of the concrete policy.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
VlanId double
The ID of the named VLAN. An ID of 0 means the traffic is untagged. The ID can be any number between 0 and 4095, inclusive.
AdditionalProperties string
ClassId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
Name string
Name of the concrete policy.
ObjectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
VlanId float64
The ID of the named VLAN. An ID of 0 means the traffic is untagged. The ID can be any number between 0 and 4095, inclusive.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
name String
Name of the concrete policy.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
vlanId Double
The ID of the named VLAN. An ID of 0 means the traffic is untagged. The ID can be any number between 0 and 4095, inclusive.
additionalProperties string
classId string
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
name string
Name of the concrete policy.
objectType string
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
vlanId number
The ID of the named VLAN. An ID of 0 means the traffic is untagged. The ID can be any number between 0 and 4095, inclusive.
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 concrete policy.
object_type str
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
vlan_id float
The ID of the named VLAN. An ID of 0 means the traffic is untagged. The ID can be any number between 0 and 4095, inclusive.
additionalProperties String
classId String
The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
name String
Name of the concrete policy.
objectType String
The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
vlanId Number
The ID of the named VLAN. An ID of 0 means the traffic is untagged. The ID can be any number between 0 and 4095, inclusive.

Package Details

Repository
intersight ciscodevnet/terraform-provider-intersight
License
Notes
This Pulumi package is based on the intersight Terraform Provider.