intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getHyperflexClusterNetworkPolicy
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
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>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]func LookupHyperflexClusterNetworkPolicy(ctx *Context, args *LookupHyperflexClusterNetworkPolicyArgs, opts ...InvokeOption) (*LookupHyperflexClusterNetworkPolicyResult, error)
func LookupHyperflexClusterNetworkPolicyOutput(ctx *Context, args *LookupHyperflexClusterNetworkPolicyOutputArgs, opts ...InvokeOption) LookupHyperflexClusterNetworkPolicyResultOutput> 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)
}public static CompletableFuture<GetHyperflexClusterNetworkPolicyResult> getHyperflexClusterNetworkPolicy(GetHyperflexClusterNetworkPolicyArgs args, InvokeOptions options)
public static Output<GetHyperflexClusterNetworkPolicyResult> getHyperflexClusterNetworkPolicy(GetHyperflexClusterNetworkPolicyArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getHyperflexClusterNetworkPolicy:getHyperflexClusterNetworkPolicy
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHyperflex Cluster Network Policy Ancestor> 
- CimcManagement stringMode 
- 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<GetHyperflex Cluster Network Policy Cluster Profile> 
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DomainGroup stringMoid 
- 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.
- KvmIp GetRange Hyperflex Cluster Network Policy Kvm Ip Range 
- MacPrefix GetRange Hyperflex Cluster Network Policy Mac Prefix Range 
- MgmtVlan GetHyperflex Cluster Network Policy Mgmt Vlan 
- 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
GetHyperflex Cluster Network Policy Organization 
- Owners List<string>
- Parent
GetHyperflex Cluster Network Policy Parent 
- PermissionResources List<GetHyperflex Cluster Network Policy Permission Resource> 
- 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.
- 
List<GetHyperflex Cluster Network Policy Tag> 
- 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 GetHyperflex Cluster Network Policy Version Context 
- VmMigration GetVlan Hyperflex Cluster Network Policy Vm Migration Vlan 
- VmNetwork List<GetVlans Hyperflex Cluster Network Policy Vm Network Vlan> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHyperflex Cluster Network Policy Ancestor 
- CimcManagement stringMode 
- 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 []GetHyperflex Cluster Network Policy Cluster Profile 
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DomainGroup stringMoid 
- 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.
- KvmIp GetRange Hyperflex Cluster Network Policy Kvm Ip Range 
- MacPrefix GetRange Hyperflex Cluster Network Policy Mac Prefix Range 
- MgmtVlan GetHyperflex Cluster Network Policy Mgmt Vlan 
- 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
GetHyperflex Cluster Network Policy Organization 
- Owners []string
- Parent
GetHyperflex Cluster Network Policy Parent 
- PermissionResources []GetHyperflex Cluster Network Policy Permission Resource 
- 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.
- 
[]GetHyperflex Cluster Network Policy Tag 
- 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 GetHyperflex Cluster Network Policy Version Context 
- VmMigration GetVlan Hyperflex Cluster Network Policy Vm Migration Vlan 
- VmNetwork []GetVlans Hyperflex Cluster Network Policy Vm Network Vlan 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHyperflex Cluster Network Policy Ancestor> 
- cimcManagement StringMode 
- 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<GetHyperflex Cluster Network Policy Cluster Profile> 
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- domainGroup StringMoid 
- 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.
- kvmIp GetRange Hyperflex Cluster Network Policy Kvm Ip Range 
- macPrefix GetRange Hyperflex Cluster Network Policy Mac Prefix Range 
- mgmtVlan GetHyperflex Cluster Network Policy Mgmt Vlan 
- 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
GetHyperflex Cluster Network Policy Organization 
- owners List<String>
- parent
GetHyperflex Cluster Network Policy Parent 
- permissionResources List<GetHyperflex Cluster Network Policy Permission Resource> 
- 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.
- 
List<GetHyperflex Cluster Network Policy Tag> 
- 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 GetHyperflex Cluster Network Policy Version Context 
- vmMigration GetVlan Hyperflex Cluster Network Policy Vm Migration Vlan 
- vmNetwork List<GetVlans Hyperflex Cluster Network Policy Vm Network Vlan> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHyperflex Cluster Network Policy Ancestor[] 
- cimcManagement stringMode 
- 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 GetHyperflex Cluster Network Policy Cluster Profile[] 
- createTime string
- The time when this managed object was created.
- description string
- Description of the policy.
- domainGroup stringMoid 
- 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.
- kvmIp GetRange Hyperflex Cluster Network Policy Kvm Ip Range 
- macPrefix GetRange Hyperflex Cluster Network Policy Mac Prefix Range 
- mgmtVlan GetHyperflex Cluster Network Policy Mgmt Vlan 
- 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
GetHyperflex Cluster Network Policy Organization 
- owners string[]
- parent
GetHyperflex Cluster Network Policy Parent 
- permissionResources GetHyperflex Cluster Network Policy Permission Resource[] 
- 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.
- 
GetHyperflex Cluster Network Policy Tag[] 
- 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 GetHyperflex Cluster Network Policy Version Context 
- vmMigration GetVlan Hyperflex Cluster Network Policy Vm Migration Vlan 
- vmNetwork GetVlans Hyperflex Cluster Network Policy Vm Network Vlan[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHyperflex Cluster Network Policy Ancestor] 
- cimc_management_ strmode 
- 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[GetHyperflex Cluster Network Policy Cluster Profile] 
- create_time str
- The time when this managed object was created.
- description str
- Description of the policy.
- domain_group_ strmoid 
- 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_ Getrange Hyperflex Cluster Network Policy Kvm Ip Range 
- mac_prefix_ Getrange Hyperflex Cluster Network Policy Mac Prefix Range 
- mgmt_vlan GetHyperflex Cluster Network Policy Mgmt Vlan 
- 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
GetHyperflex Cluster Network Policy Organization 
- owners Sequence[str]
- parent
GetHyperflex Cluster Network Policy Parent 
- permission_resources Sequence[GetHyperflex Cluster Network Policy Permission Resource] 
- 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.
- 
Sequence[GetHyperflex Cluster Network Policy Tag] 
- 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 GetHyperflex Cluster Network Policy Version Context 
- vm_migration_ Getvlan Hyperflex Cluster Network Policy Vm Migration Vlan 
- vm_network_ Sequence[Getvlans Hyperflex Cluster Network Policy Vm Network Vlan] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- cimcManagement StringMode 
- 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.
- domainGroup StringMoid 
- 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.
- kvmIp Property MapRange 
- macPrefix Property MapRange 
- 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>
- 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.
- 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
- vmMigration Property MapVlan 
- vmNetwork List<Property Map>Vlans 
getHyperflexClusterNetworkPolicy Result
The following output properties are available:
- Id string
- Results
List<GetHyperflex Cluster Network Policy Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetHyperflex Cluster Network Policy Ancestor> 
- CimcManagement stringMode 
- ClassId string
- ClusterProfiles List<GetHyperflex Cluster Network Policy Cluster Profile> 
- CreateTime string
- Description string
- DomainGroup stringMoid 
- JumboFrame bool
- KvmIp GetRange Hyperflex Cluster Network Policy Kvm Ip Range 
- MacPrefix GetRange Hyperflex Cluster Network Policy Mac Prefix Range 
- MgmtVlan GetHyperflex Cluster Network Policy Mgmt Vlan 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Organization
GetHyperflex Cluster Network Policy Organization 
- Owners List<string>
- Parent
GetHyperflex Cluster Network Policy Parent 
- PermissionResources List<GetHyperflex Cluster Network Policy Permission Resource> 
- string
- 
List<GetHyperflex Cluster Network Policy Tag> 
- UplinkSpeed string
- VersionContext GetHyperflex Cluster Network Policy Version Context 
- VmMigration GetVlan Hyperflex Cluster Network Policy Vm Migration Vlan 
- VmNetwork List<GetVlans Hyperflex Cluster Network Policy Vm Network Vlan> 
- Id string
- Results
[]GetHyperflex Cluster Network Policy Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetHyperflex Cluster Network Policy Ancestor 
- CimcManagement stringMode 
- ClassId string
- ClusterProfiles []GetHyperflex Cluster Network Policy Cluster Profile 
- CreateTime string
- Description string
- DomainGroup stringMoid 
- JumboFrame bool
- KvmIp GetRange Hyperflex Cluster Network Policy Kvm Ip Range 
- MacPrefix GetRange Hyperflex Cluster Network Policy Mac Prefix Range 
- MgmtVlan GetHyperflex Cluster Network Policy Mgmt Vlan 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Organization
GetHyperflex Cluster Network Policy Organization 
- Owners []string
- Parent
GetHyperflex Cluster Network Policy Parent 
- PermissionResources []GetHyperflex Cluster Network Policy Permission Resource 
- string
- 
[]GetHyperflex Cluster Network Policy Tag 
- UplinkSpeed string
- VersionContext GetHyperflex Cluster Network Policy Version Context 
- VmMigration GetVlan Hyperflex Cluster Network Policy Vm Migration Vlan 
- VmNetwork []GetVlans Hyperflex Cluster Network Policy Vm Network Vlan 
- id String
- results
List<GetHyperflex Cluster Network Policy Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetHyperflex Cluster Network Policy Ancestor> 
- cimcManagement StringMode 
- classId String
- clusterProfiles List<GetHyperflex Cluster Network Policy Cluster Profile> 
- createTime String
- description String
- domainGroup StringMoid 
- jumboFrame Boolean
- kvmIp GetRange Hyperflex Cluster Network Policy Kvm Ip Range 
- macPrefix GetRange Hyperflex Cluster Network Policy Mac Prefix Range 
- mgmtVlan GetHyperflex Cluster Network Policy Mgmt Vlan 
- modTime String
- moid String
- name String
- objectType String
- organization
GetHyperflex Cluster Network Policy Organization 
- owners List<String>
- parent
GetHyperflex Cluster Network Policy Parent 
- permissionResources List<GetHyperflex Cluster Network Policy Permission Resource> 
- String
- 
List<GetHyperflex Cluster Network Policy Tag> 
- uplinkSpeed String
- versionContext GetHyperflex Cluster Network Policy Version Context 
- vmMigration GetVlan Hyperflex Cluster Network Policy Vm Migration Vlan 
- vmNetwork List<GetVlans Hyperflex Cluster Network Policy Vm Network Vlan> 
- id string
- results
GetHyperflex Cluster Network Policy Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetHyperflex Cluster Network Policy Ancestor[] 
- cimcManagement stringMode 
- classId string
- clusterProfiles GetHyperflex Cluster Network Policy Cluster Profile[] 
- createTime string
- description string
- domainGroup stringMoid 
- jumboFrame boolean
- kvmIp GetRange Hyperflex Cluster Network Policy Kvm Ip Range 
- macPrefix GetRange Hyperflex Cluster Network Policy Mac Prefix Range 
- mgmtVlan GetHyperflex Cluster Network Policy Mgmt Vlan 
- modTime string
- moid string
- name string
- objectType string
- organization
GetHyperflex Cluster Network Policy Organization 
- owners string[]
- parent
GetHyperflex Cluster Network Policy Parent 
- permissionResources GetHyperflex Cluster Network Policy Permission Resource[] 
- string
- 
GetHyperflex Cluster Network Policy Tag[] 
- uplinkSpeed string
- versionContext GetHyperflex Cluster Network Policy Version Context 
- vmMigration GetVlan Hyperflex Cluster Network Policy Vm Migration Vlan 
- vmNetwork GetVlans Hyperflex Cluster Network Policy Vm Network Vlan[] 
- id str
- results
Sequence[GetHyperflex Cluster Network Policy Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetHyperflex Cluster Network Policy Ancestor] 
- cimc_management_ strmode 
- class_id str
- cluster_profiles Sequence[GetHyperflex Cluster Network Policy Cluster Profile] 
- create_time str
- description str
- domain_group_ strmoid 
- jumbo_frame bool
- kvm_ip_ Getrange Hyperflex Cluster Network Policy Kvm Ip Range 
- mac_prefix_ Getrange Hyperflex Cluster Network Policy Mac Prefix Range 
- mgmt_vlan GetHyperflex Cluster Network Policy Mgmt Vlan 
- mod_time str
- moid str
- name str
- object_type str
- organization
GetHyperflex Cluster Network Policy Organization 
- owners Sequence[str]
- parent
GetHyperflex Cluster Network Policy Parent 
- permission_resources Sequence[GetHyperflex Cluster Network Policy Permission Resource] 
- str
- 
Sequence[GetHyperflex Cluster Network Policy Tag] 
- uplink_speed str
- version_context GetHyperflex Cluster Network Policy Version Context 
- vm_migration_ Getvlan Hyperflex Cluster Network Policy Vm Migration Vlan 
- vm_network_ Sequence[Getvlans Hyperflex Cluster Network Policy Vm Network Vlan] 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- cimcManagement StringMode 
- classId String
- clusterProfiles List<Property Map>
- createTime String
- description String
- domainGroup StringMoid 
- jumboFrame Boolean
- kvmIp Property MapRange 
- macPrefix Property MapRange 
- mgmtVlan Property Map
- modTime String
- moid String
- name String
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- String
- List<Property Map>
- uplinkSpeed String
- versionContext Property Map
- vmMigration Property MapVlan 
- vmNetwork List<Property Map>Vlans 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.
- IpAddr List<GetBlocks Hyperflex Cluster Network Policy Kvm Ip Range Ip Addr Block> 
- 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.
- IpAddr []GetBlocks Hyperflex Cluster Network Policy Kvm Ip Range Ip Addr Block 
- 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.
- ipAddr List<GetBlocks Hyperflex Cluster Network Policy Kvm Ip Range Ip Addr Block> 
- 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.
- ipAddr GetBlocks Hyperflex Cluster Network Policy Kvm Ip Range Ip Addr Block[] 
- 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_ Sequence[Getblocks Hyperflex Cluster Network Policy Kvm Ip Range Ip Addr Block] 
- 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.
- ipAddr List<Property Map>Blocks 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetHyperflexClusterNetworkPolicyResult     
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetHyperflex Cluster Network Policy Result Ancestor> 
- CimcManagement stringMode 
- 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<GetHyperflex Cluster Network Policy Result Cluster Profile> 
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- JumboFrame bool
- Enable or disable Jumbo Frames (MTU=9000). Jumbo Frames are used by Storage Network, VM Migration Network.
- KvmIp List<GetRanges Hyperflex Cluster Network Policy Result Kvm Ip Range> 
- MacPrefix List<GetRanges Hyperflex Cluster Network Policy Result Mac Prefix Range> 
- MgmtVlans List<GetHyperflex Cluster Network Policy Result Mgmt Vlan> 
- 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
- Organizations
List<GetHyperflex Cluster Network Policy Result Organization> 
- Owners List<string>
- Parents
List<GetHyperflex Cluster Network Policy Result Parent> 
- PermissionResources List<GetHyperflex Cluster Network Policy Result Permission Resource> 
- 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.
- 
List<GetHyperflex Cluster Network Policy Result Tag> 
- 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.
- VersionContexts List<GetHyperflex Cluster Network Policy Result Version Context> 
- VmMigration List<GetVlans Hyperflex Cluster Network Policy Result Vm Migration Vlan> 
- VmNetwork List<GetVlans Hyperflex Cluster Network Policy Result Vm Network Vlan> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetHyperflex Cluster Network Policy Result Ancestor 
- CimcManagement stringMode 
- 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 []GetHyperflex Cluster Network Policy Result Cluster Profile 
- CreateTime string
- The time when this managed object was created.
- Description string
- Description of the policy.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- JumboFrame bool
- Enable or disable Jumbo Frames (MTU=9000). Jumbo Frames are used by Storage Network, VM Migration Network.
- KvmIp []GetRanges Hyperflex Cluster Network Policy Result Kvm Ip Range 
- MacPrefix []GetRanges Hyperflex Cluster Network Policy Result Mac Prefix Range 
- MgmtVlans []GetHyperflex Cluster Network Policy Result Mgmt Vlan 
- 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
- Organizations
[]GetHyperflex Cluster Network Policy Result Organization 
- Owners []string
- Parents
[]GetHyperflex Cluster Network Policy Result Parent 
- PermissionResources []GetHyperflex Cluster Network Policy Result Permission Resource 
- 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.
- 
[]GetHyperflex Cluster Network Policy Result Tag 
- 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.
- VersionContexts []GetHyperflex Cluster Network Policy Result Version Context 
- VmMigration []GetVlans Hyperflex Cluster Network Policy Result Vm Migration Vlan 
- VmNetwork []GetVlans Hyperflex Cluster Network Policy Result Vm Network Vlan 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetHyperflex Cluster Network Policy Result Ancestor> 
- cimcManagement StringMode 
- 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<GetHyperflex Cluster Network Policy Result Cluster Profile> 
- createTime String
- The time when this managed object was created.
- description String
- Description of the policy.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- jumboFrame Boolean
- Enable or disable Jumbo Frames (MTU=9000). Jumbo Frames are used by Storage Network, VM Migration Network.
- kvmIp List<GetRanges Hyperflex Cluster Network Policy Result Kvm Ip Range> 
- macPrefix List<GetRanges Hyperflex Cluster Network Policy Result Mac Prefix Range> 
- mgmtVlans List<GetHyperflex Cluster Network Policy Result Mgmt Vlan> 
- 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
- organizations
List<GetHyperflex Cluster Network Policy Result Organization> 
- owners List<String>
- parents
List<GetHyperflex Cluster Network Policy Result Parent> 
- permissionResources List<GetHyperflex Cluster Network Policy Result Permission Resource> 
- 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.
- 
List<GetHyperflex Cluster Network Policy Result Tag> 
- 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.
- versionContexts List<GetHyperflex Cluster Network Policy Result Version Context> 
- vmMigration List<GetVlans Hyperflex Cluster Network Policy Result Vm Migration Vlan> 
- vmNetwork List<GetVlans Hyperflex Cluster Network Policy Result Vm Network Vlan> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetHyperflex Cluster Network Policy Result Ancestor[] 
- cimcManagement stringMode 
- 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 GetHyperflex Cluster Network Policy Result Cluster Profile[] 
- createTime string
- The time when this managed object was created.
- description string
- Description of the policy.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- jumboFrame boolean
- Enable or disable Jumbo Frames (MTU=9000). Jumbo Frames are used by Storage Network, VM Migration Network.
- kvmIp GetRanges Hyperflex Cluster Network Policy Result Kvm Ip Range[] 
- macPrefix GetRanges Hyperflex Cluster Network Policy Result Mac Prefix Range[] 
- mgmtVlans GetHyperflex Cluster Network Policy Result Mgmt Vlan[] 
- 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
- organizations
GetHyperflex Cluster Network Policy Result Organization[] 
- owners string[]
- parents
GetHyperflex Cluster Network Policy Result Parent[] 
- permissionResources GetHyperflex Cluster Network Policy Result Permission Resource[] 
- 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.
- 
GetHyperflex Cluster Network Policy Result Tag[] 
- 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.
- versionContexts GetHyperflex Cluster Network Policy Result Version Context[] 
- vmMigration GetVlans Hyperflex Cluster Network Policy Result Vm Migration Vlan[] 
- vmNetwork GetVlans Hyperflex Cluster Network Policy Result Vm Network Vlan[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetHyperflex Cluster Network Policy Result Ancestor] 
- cimc_management_ strmode 
- 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[GetHyperflex Cluster Network Policy Result Cluster Profile] 
- create_time str
- The time when this managed object was created.
- description str
- Description of the policy.
- domain_group_ strmoid 
- The DomainGroup ID for this managed object.
- jumbo_frame bool
- Enable or disable Jumbo Frames (MTU=9000). Jumbo Frames are used by Storage Network, VM Migration Network.
- kvm_ip_ Sequence[Getranges Hyperflex Cluster Network Policy Result Kvm Ip Range] 
- mac_prefix_ Sequence[Getranges Hyperflex Cluster Network Policy Result Mac Prefix Range] 
- mgmt_vlans Sequence[GetHyperflex Cluster Network Policy Result Mgmt Vlan] 
- 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
- organizations
Sequence[GetHyperflex Cluster Network Policy Result Organization] 
- owners Sequence[str]
- parents
Sequence[GetHyperflex Cluster Network Policy Result Parent] 
- permission_resources Sequence[GetHyperflex Cluster Network Policy Result Permission Resource] 
- 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.
- 
Sequence[GetHyperflex Cluster Network Policy Result Tag] 
- 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_contexts Sequence[GetHyperflex Cluster Network Policy Result Version Context] 
- vm_migration_ Sequence[Getvlans Hyperflex Cluster Network Policy Result Vm Migration Vlan] 
- vm_network_ Sequence[Getvlans Hyperflex Cluster Network Policy Result Vm Network Vlan] 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors List<Property Map>
- cimcManagement StringMode 
- 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.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- jumboFrame Boolean
- Enable or disable Jumbo Frames (MTU=9000). Jumbo Frames are used by Storage Network, VM Migration Network.
- kvmIp List<Property Map>Ranges 
- macPrefix List<Property Map>Ranges 
- mgmtVlans List<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
- organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- 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.
- versionContexts List<Property Map>
- vmMigration List<Property Map>Vlans 
- vmNetwork List<Property Map>Vlans 
GetHyperflexClusterNetworkPolicyResultAncestor      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexClusterNetworkPolicyResultClusterProfile       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexClusterNetworkPolicyResultKvmIpRange        
- AdditionalProperties string
- ClassId string
- EndAddr string
- Gateway string
- IpAddr List<GetBlocks Hyperflex Cluster Network Policy Result Kvm Ip Range Ip Addr Block> 
- Netmask string
- ObjectType string
- StartAddr string
- AdditionalProperties string
- ClassId string
- EndAddr string
- Gateway string
- IpAddr []GetBlocks Hyperflex Cluster Network Policy Result Kvm Ip Range Ip Addr Block 
- Netmask string
- ObjectType string
- StartAddr string
- additionalProperties String
- classId String
- endAddr String
- gateway String
- ipAddr List<GetBlocks Hyperflex Cluster Network Policy Result Kvm Ip Range Ip Addr Block> 
- netmask String
- objectType String
- startAddr String
- additionalProperties string
- classId string
- endAddr string
- gateway string
- ipAddr GetBlocks Hyperflex Cluster Network Policy Result Kvm Ip Range Ip Addr Block[] 
- netmask string
- objectType string
- startAddr string
- additionalProperties String
- classId String
- endAddr String
- gateway String
- ipAddr List<Property Map>Blocks 
- netmask String
- objectType String
- startAddr String
GetHyperflexClusterNetworkPolicyResultKvmIpRangeIpAddrBlock           
- AdditionalProperties string
- ClassId string
- EndAddress string
- ObjectType string
- StartAddress string
- AdditionalProperties string
- ClassId string
- EndAddress string
- ObjectType string
- StartAddress string
- additionalProperties String
- classId String
- endAddress String
- objectType String
- startAddress String
- additionalProperties string
- classId string
- endAddress string
- objectType string
- startAddress string
- additional_properties str
- class_id str
- end_address str
- object_type str
- start_address str
- additionalProperties String
- classId String
- endAddress String
- objectType String
- startAddress String
GetHyperflexClusterNetworkPolicyResultMacPrefixRange        
- AdditionalProperties string
- ClassId string
- EndAddr string
- ObjectType string
- StartAddr string
- AdditionalProperties string
- ClassId string
- EndAddr string
- ObjectType string
- StartAddr string
- additionalProperties String
- classId String
- endAddr String
- objectType String
- startAddr String
- additionalProperties string
- classId string
- endAddr string
- objectType string
- startAddr string
- additional_properties str
- class_id str
- end_addr str
- object_type str
- start_addr str
- additionalProperties String
- classId String
- endAddr String
- objectType String
- startAddr String
GetHyperflexClusterNetworkPolicyResultMgmtVlan       
- AdditionalProperties string
- ClassId string
- Name string
- Name of the concrete policy.
- ObjectType string
- VlanId double
- AdditionalProperties string
- ClassId string
- Name string
- Name of the concrete policy.
- ObjectType string
- VlanId float64
- additionalProperties String
- classId String
- name String
- Name of the concrete policy.
- objectType String
- vlanId Double
- additionalProperties string
- classId string
- name string
- Name of the concrete policy.
- objectType string
- vlanId number
- additional_properties str
- class_id str
- name str
- Name of the concrete policy.
- object_type str
- vlan_id float
- additionalProperties String
- classId String
- name String
- Name of the concrete policy.
- objectType String
- vlanId Number
GetHyperflexClusterNetworkPolicyResultOrganization      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexClusterNetworkPolicyResultParent      
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexClusterNetworkPolicyResultPermissionResource       
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexClusterNetworkPolicyResultTag      
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetHyperflexClusterNetworkPolicyResultVersionContext       
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetHyperflexClusterNetworkPolicyResultVersionContextInterestedMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexClusterNetworkPolicyResultVersionContextRefMo         
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- AdditionalProperties string
- ClassId string
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- Selector string
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
- additionalProperties string
- classId string
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- selector string
- additional_properties str
- class_id str
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- selector str
- additionalProperties String
- classId String
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- selector String
GetHyperflexClusterNetworkPolicyResultVmMigrationVlan        
- AdditionalProperties string
- ClassId string
- Name string
- Name of the concrete policy.
- ObjectType string
- VlanId double
- AdditionalProperties string
- ClassId string
- Name string
- Name of the concrete policy.
- ObjectType string
- VlanId float64
- additionalProperties String
- classId String
- name String
- Name of the concrete policy.
- objectType String
- vlanId Double
- additionalProperties string
- classId string
- name string
- Name of the concrete policy.
- objectType string
- vlanId number
- additional_properties str
- class_id str
- name str
- Name of the concrete policy.
- object_type str
- vlan_id float
- additionalProperties String
- classId String
- name String
- Name of the concrete policy.
- objectType String
- vlanId Number
GetHyperflexClusterNetworkPolicyResultVmNetworkVlan        
- AdditionalProperties string
- ClassId string
- Name string
- Name of the concrete policy.
- ObjectType string
- VlanId double
- AdditionalProperties string
- ClassId string
- Name string
- Name of the concrete policy.
- ObjectType string
- VlanId float64
- additionalProperties String
- classId String
- name String
- Name of the concrete policy.
- objectType String
- vlanId Double
- additionalProperties string
- classId string
- name string
- Name of the concrete policy.
- objectType string
- vlanId number
- additional_properties str
- class_id str
- name str
- Name of the concrete policy.
- object_type str
- vlan_id float
- additionalProperties String
- classId String
- name String
- Name of the concrete policy.
- objectType String
- vlanId 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<GetHyperflex Cluster Network Policy Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 GetHyperflex Cluster Network Policy Version Context Ref Mo 
- 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 []GetHyperflex Cluster Network Policy Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 GetHyperflex Cluster Network Policy Version Context Ref Mo 
- 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<GetHyperflex Cluster Network Policy Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 GetHyperflex Cluster Network Policy Version Context Ref Mo 
- 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 GetHyperflex Cluster Network Policy Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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 GetHyperflex Cluster Network Policy Version Context Ref Mo 
- 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[GetHyperflex Cluster Network Policy Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetHyperflex Cluster Network Policy Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- 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>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- 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.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
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 intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet