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

intersight.getHyperflexClusterNetworkPolicy

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 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 dictionary

    The following arguments are supported:

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

    getHyperflexClusterNetworkPolicy Result

    The following output properties are available:

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

    Supporting Types

    GetHyperflexClusterNetworkPolicyAncestor

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

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

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

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

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

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

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

    GetHyperflexClusterNetworkPolicyClusterProfile

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

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

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

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

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

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

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

    GetHyperflexClusterNetworkPolicyKvmIpRange

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

    GetHyperflexClusterNetworkPolicyKvmIpRangeIpAddrBlock

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

    GetHyperflexClusterNetworkPolicyMacPrefixRange

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

    GetHyperflexClusterNetworkPolicyMgmtVlan

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

    GetHyperflexClusterNetworkPolicyOrganization

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

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

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

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

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

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

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

    GetHyperflexClusterNetworkPolicyParent

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

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

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

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

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

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

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

    GetHyperflexClusterNetworkPolicyPermissionResource

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

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

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

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

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

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

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

    GetHyperflexClusterNetworkPolicyResult

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

    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

    GetHyperflexClusterNetworkPolicyResultKvmIpRangeIpAddrBlock

    GetHyperflexClusterNetworkPolicyResultMacPrefixRange

    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
    additionalProperties String
    key String
    value String

    GetHyperflexClusterNetworkPolicyResultVersionContext

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

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

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

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

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

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

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

    GetHyperflexClusterNetworkPolicyVersionContextInterestedMo

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

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

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

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

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

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

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

    GetHyperflexClusterNetworkPolicyVersionContextRefMo

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

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

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

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

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

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

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

    GetHyperflexClusterNetworkPolicyVmMigrationVlan

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

    GetHyperflexClusterNetworkPolicyVmNetworkVlan

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

    Package Details

    Repository
    intersight ciscodevnet/terraform-provider-intersight
    License
    Notes
    This Pulumi package is based on the intersight Terraform Provider.
    intersight logo
    intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet