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

intersight.getHyperflexIscsiNetwork

Explore with Pulumi AI

intersight logo
intersight 1.0.64 published on Wednesday, Apr 30, 2025 by ciscodevnet

    The HyperFlex iSCSI Network configuration. Contains detailed information about the iSCSI network which includes subnet, gateway, Virtual local area network (VLAN) name, VLAN identity, maximum transmission unit (MTU), ranges of the IP addresses belonging to the HyperFlex iSCSI network.

    Using getHyperflexIscsiNetwork

    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 getHyperflexIscsiNetwork(args: GetHyperflexIscsiNetworkArgs, opts?: InvokeOptions): Promise<GetHyperflexIscsiNetworkResult>
    function getHyperflexIscsiNetworkOutput(args: GetHyperflexIscsiNetworkOutputArgs, opts?: InvokeOptions): Output<GetHyperflexIscsiNetworkResult>
    def get_hyperflex_iscsi_network(account_moid: Optional[str] = None,
                                    additional_properties: Optional[str] = None,
                                    ancestors: Optional[Sequence[GetHyperflexIscsiNetworkAncestor]] = None,
                                    class_id: Optional[str] = None,
                                    cluster: Optional[GetHyperflexIscsiNetworkCluster] = None,
                                    create_time: Optional[str] = None,
                                    domain_group_moid: Optional[str] = None,
                                    gateway: Optional[str] = None,
                                    id: Optional[str] = None,
                                    inventory_source: Optional[str] = None,
                                    ip_ranges: Optional[Sequence[GetHyperflexIscsiNetworkIpRange]] = None,
                                    iscsi_cip: Optional[str] = None,
                                    mod_time: Optional[str] = None,
                                    moid: Optional[str] = None,
                                    mtu: Optional[str] = None,
                                    name: Optional[str] = None,
                                    nr_version: Optional[float] = None,
                                    object_type: Optional[str] = None,
                                    owners: Optional[Sequence[str]] = None,
                                    parent: Optional[GetHyperflexIscsiNetworkParent] = None,
                                    permission_resources: Optional[Sequence[GetHyperflexIscsiNetworkPermissionResource]] = None,
                                    shared_scope: Optional[str] = None,
                                    subnet: Optional[str] = None,
                                    tags: Optional[Sequence[GetHyperflexIscsiNetworkTag]] = None,
                                    ucs_host: Optional[str] = None,
                                    uuid: Optional[str] = None,
                                    version_context: Optional[GetHyperflexIscsiNetworkVersionContext] = None,
                                    vlan_name: Optional[str] = None,
                                    vlanid: Optional[float] = None,
                                    opts: Optional[InvokeOptions] = None) -> GetHyperflexIscsiNetworkResult
    def get_hyperflex_iscsi_network_output(account_moid: Optional[pulumi.Input[str]] = None,
                                    additional_properties: Optional[pulumi.Input[str]] = None,
                                    ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexIscsiNetworkAncestorArgs]]]] = None,
                                    class_id: Optional[pulumi.Input[str]] = None,
                                    cluster: Optional[pulumi.Input[GetHyperflexIscsiNetworkClusterArgs]] = None,
                                    create_time: Optional[pulumi.Input[str]] = None,
                                    domain_group_moid: Optional[pulumi.Input[str]] = None,
                                    gateway: Optional[pulumi.Input[str]] = None,
                                    id: Optional[pulumi.Input[str]] = None,
                                    inventory_source: Optional[pulumi.Input[str]] = None,
                                    ip_ranges: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexIscsiNetworkIpRangeArgs]]]] = None,
                                    iscsi_cip: Optional[pulumi.Input[str]] = None,
                                    mod_time: Optional[pulumi.Input[str]] = None,
                                    moid: Optional[pulumi.Input[str]] = None,
                                    mtu: Optional[pulumi.Input[str]] = None,
                                    name: Optional[pulumi.Input[str]] = None,
                                    nr_version: Optional[pulumi.Input[float]] = None,
                                    object_type: Optional[pulumi.Input[str]] = None,
                                    owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                                    parent: Optional[pulumi.Input[GetHyperflexIscsiNetworkParentArgs]] = None,
                                    permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexIscsiNetworkPermissionResourceArgs]]]] = None,
                                    shared_scope: Optional[pulumi.Input[str]] = None,
                                    subnet: Optional[pulumi.Input[str]] = None,
                                    tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetHyperflexIscsiNetworkTagArgs]]]] = None,
                                    ucs_host: Optional[pulumi.Input[str]] = None,
                                    uuid: Optional[pulumi.Input[str]] = None,
                                    version_context: Optional[pulumi.Input[GetHyperflexIscsiNetworkVersionContextArgs]] = None,
                                    vlan_name: Optional[pulumi.Input[str]] = None,
                                    vlanid: Optional[pulumi.Input[float]] = None,
                                    opts: Optional[InvokeOptions] = None) -> Output[GetHyperflexIscsiNetworkResult]
    func LookupHyperflexIscsiNetwork(ctx *Context, args *LookupHyperflexIscsiNetworkArgs, opts ...InvokeOption) (*LookupHyperflexIscsiNetworkResult, error)
    func LookupHyperflexIscsiNetworkOutput(ctx *Context, args *LookupHyperflexIscsiNetworkOutputArgs, opts ...InvokeOption) LookupHyperflexIscsiNetworkResultOutput

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

    public static class GetHyperflexIscsiNetwork 
    {
        public static Task<GetHyperflexIscsiNetworkResult> InvokeAsync(GetHyperflexIscsiNetworkArgs args, InvokeOptions? opts = null)
        public static Output<GetHyperflexIscsiNetworkResult> Invoke(GetHyperflexIscsiNetworkInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetHyperflexIscsiNetworkResult> getHyperflexIscsiNetwork(GetHyperflexIscsiNetworkArgs args, InvokeOptions options)
    public static Output<GetHyperflexIscsiNetworkResult> getHyperflexIscsiNetwork(GetHyperflexIscsiNetworkArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getHyperflexIscsiNetwork:getHyperflexIscsiNetwork
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexIscsiNetworkAncestor>
    ClassId string
    Cluster GetHyperflexIscsiNetworkCluster
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Gateway string
    The gateway of the HyperFlex iSCSI network.
    Id string
    InventorySource string
    Source of this inventory object.* NOT_APPLICABLE - The source of the HyperFlex inventory is not applicable.* ONLINE - The source of the HyperFlex inventory is online.* OFFLINE - The source of the HyperFlex inventory is offline.
    IpRanges List<GetHyperflexIscsiNetworkIpRange>
    IscsiCip string
    An IP within the iSCSI IP Address Range which is CIP for iSCSI network.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Mtu string
    The maximum transmission unit of the HyperFlex iSCSI network.* UNKNOWN - The maximum transmission unit of the HyperFlex iSCSI network is unknown.* MTU_1500 - The maximum transmission unit of the HyperFlex iSCSI network is 1500 bytes.* MTU_9000 - The maximum transmission unit of the HyperFlex iSCSI network is 9000 bytes.
    Name string
    Name of the HyperFlex iSCSI network configuration.
    NrVersion double
    Version of Network configuration in Inventory.
    ObjectType string
    Owners List<string>
    Parent GetHyperflexIscsiNetworkParent
    PermissionResources List<GetHyperflexIscsiNetworkPermissionResource>
    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.
    Subnet string
    Subnet of the HyperFlex iSCSI network. Subnet is in a.b.c.d/e notation.
    Tags List<GetHyperflexIscsiNetworkTag>
    UcsHost string
    UCS Manager Host IP or FQDN.
    Uuid string
    UUID of the HyperFlex iSCSI network configuration.
    VersionContext GetHyperflexIscsiNetworkVersionContext
    VlanName string
    The Virtual local area network (VLAN) name of the HyperFlex iSCSI network.
    Vlanid double
    The VLAN ID of the HyperFlex iSCSI network.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexIscsiNetworkAncestor
    ClassId string
    Cluster GetHyperflexIscsiNetworkCluster
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Gateway string
    The gateway of the HyperFlex iSCSI network.
    Id string
    InventorySource string
    Source of this inventory object.* NOT_APPLICABLE - The source of the HyperFlex inventory is not applicable.* ONLINE - The source of the HyperFlex inventory is online.* OFFLINE - The source of the HyperFlex inventory is offline.
    IpRanges []GetHyperflexIscsiNetworkIpRange
    IscsiCip string
    An IP within the iSCSI IP Address Range which is CIP for iSCSI network.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Mtu string
    The maximum transmission unit of the HyperFlex iSCSI network.* UNKNOWN - The maximum transmission unit of the HyperFlex iSCSI network is unknown.* MTU_1500 - The maximum transmission unit of the HyperFlex iSCSI network is 1500 bytes.* MTU_9000 - The maximum transmission unit of the HyperFlex iSCSI network is 9000 bytes.
    Name string
    Name of the HyperFlex iSCSI network configuration.
    NrVersion float64
    Version of Network configuration in Inventory.
    ObjectType string
    Owners []string
    Parent GetHyperflexIscsiNetworkParent
    PermissionResources []GetHyperflexIscsiNetworkPermissionResource
    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.
    Subnet string
    Subnet of the HyperFlex iSCSI network. Subnet is in a.b.c.d/e notation.
    Tags []GetHyperflexIscsiNetworkTag
    UcsHost string
    UCS Manager Host IP or FQDN.
    Uuid string
    UUID of the HyperFlex iSCSI network configuration.
    VersionContext GetHyperflexIscsiNetworkVersionContext
    VlanName string
    The Virtual local area network (VLAN) name of the HyperFlex iSCSI network.
    Vlanid float64
    The VLAN ID of the HyperFlex iSCSI network.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexIscsiNetworkAncestor>
    classId String
    cluster GetHyperflexIscsiNetworkCluster
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    gateway String
    The gateway of the HyperFlex iSCSI network.
    id String
    inventorySource String
    Source of this inventory object.* NOT_APPLICABLE - The source of the HyperFlex inventory is not applicable.* ONLINE - The source of the HyperFlex inventory is online.* OFFLINE - The source of the HyperFlex inventory is offline.
    ipRanges List<GetHyperflexIscsiNetworkIpRange>
    iscsiCip String
    An IP within the iSCSI IP Address Range which is CIP for iSCSI network.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    mtu String
    The maximum transmission unit of the HyperFlex iSCSI network.* UNKNOWN - The maximum transmission unit of the HyperFlex iSCSI network is unknown.* MTU_1500 - The maximum transmission unit of the HyperFlex iSCSI network is 1500 bytes.* MTU_9000 - The maximum transmission unit of the HyperFlex iSCSI network is 9000 bytes.
    name String
    Name of the HyperFlex iSCSI network configuration.
    nrVersion Double
    Version of Network configuration in Inventory.
    objectType String
    owners List<String>
    parent GetHyperflexIscsiNetworkParent
    permissionResources List<GetHyperflexIscsiNetworkPermissionResource>
    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.
    subnet String
    Subnet of the HyperFlex iSCSI network. Subnet is in a.b.c.d/e notation.
    tags List<GetHyperflexIscsiNetworkTag>
    ucsHost String
    UCS Manager Host IP or FQDN.
    uuid String
    UUID of the HyperFlex iSCSI network configuration.
    versionContext GetHyperflexIscsiNetworkVersionContext
    vlanName String
    The Virtual local area network (VLAN) name of the HyperFlex iSCSI network.
    vlanid Double
    The VLAN ID of the HyperFlex iSCSI network.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexIscsiNetworkAncestor[]
    classId string
    cluster GetHyperflexIscsiNetworkCluster
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    gateway string
    The gateway of the HyperFlex iSCSI network.
    id string
    inventorySource string
    Source of this inventory object.* NOT_APPLICABLE - The source of the HyperFlex inventory is not applicable.* ONLINE - The source of the HyperFlex inventory is online.* OFFLINE - The source of the HyperFlex inventory is offline.
    ipRanges GetHyperflexIscsiNetworkIpRange[]
    iscsiCip string
    An IP within the iSCSI IP Address Range which is CIP for iSCSI network.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    mtu string
    The maximum transmission unit of the HyperFlex iSCSI network.* UNKNOWN - The maximum transmission unit of the HyperFlex iSCSI network is unknown.* MTU_1500 - The maximum transmission unit of the HyperFlex iSCSI network is 1500 bytes.* MTU_9000 - The maximum transmission unit of the HyperFlex iSCSI network is 9000 bytes.
    name string
    Name of the HyperFlex iSCSI network configuration.
    nrVersion number
    Version of Network configuration in Inventory.
    objectType string
    owners string[]
    parent GetHyperflexIscsiNetworkParent
    permissionResources GetHyperflexIscsiNetworkPermissionResource[]
    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.
    subnet string
    Subnet of the HyperFlex iSCSI network. Subnet is in a.b.c.d/e notation.
    tags GetHyperflexIscsiNetworkTag[]
    ucsHost string
    UCS Manager Host IP or FQDN.
    uuid string
    UUID of the HyperFlex iSCSI network configuration.
    versionContext GetHyperflexIscsiNetworkVersionContext
    vlanName string
    The Virtual local area network (VLAN) name of the HyperFlex iSCSI network.
    vlanid number
    The VLAN ID of the HyperFlex iSCSI network.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexIscsiNetworkAncestor]
    class_id str
    cluster GetHyperflexIscsiNetworkCluster
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    gateway str
    The gateway of the HyperFlex iSCSI network.
    id str
    inventory_source str
    Source of this inventory object.* NOT_APPLICABLE - The source of the HyperFlex inventory is not applicable.* ONLINE - The source of the HyperFlex inventory is online.* OFFLINE - The source of the HyperFlex inventory is offline.
    ip_ranges Sequence[GetHyperflexIscsiNetworkIpRange]
    iscsi_cip str
    An IP within the iSCSI IP Address Range which is CIP for iSCSI network.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    mtu str
    The maximum transmission unit of the HyperFlex iSCSI network.* UNKNOWN - The maximum transmission unit of the HyperFlex iSCSI network is unknown.* MTU_1500 - The maximum transmission unit of the HyperFlex iSCSI network is 1500 bytes.* MTU_9000 - The maximum transmission unit of the HyperFlex iSCSI network is 9000 bytes.
    name str
    Name of the HyperFlex iSCSI network configuration.
    nr_version float
    Version of Network configuration in Inventory.
    object_type str
    owners Sequence[str]
    parent GetHyperflexIscsiNetworkParent
    permission_resources Sequence[GetHyperflexIscsiNetworkPermissionResource]
    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.
    subnet str
    Subnet of the HyperFlex iSCSI network. Subnet is in a.b.c.d/e notation.
    tags Sequence[GetHyperflexIscsiNetworkTag]
    ucs_host str
    UCS Manager Host IP or FQDN.
    uuid str
    UUID of the HyperFlex iSCSI network configuration.
    version_context GetHyperflexIscsiNetworkVersionContext
    vlan_name str
    The Virtual local area network (VLAN) name of the HyperFlex iSCSI network.
    vlanid float
    The VLAN ID of the HyperFlex iSCSI network.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    cluster Property Map
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    gateway String
    The gateway of the HyperFlex iSCSI network.
    id String
    inventorySource String
    Source of this inventory object.* NOT_APPLICABLE - The source of the HyperFlex inventory is not applicable.* ONLINE - The source of the HyperFlex inventory is online.* OFFLINE - The source of the HyperFlex inventory is offline.
    ipRanges List<Property Map>
    iscsiCip String
    An IP within the iSCSI IP Address Range which is CIP for iSCSI network.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    mtu String
    The maximum transmission unit of the HyperFlex iSCSI network.* UNKNOWN - The maximum transmission unit of the HyperFlex iSCSI network is unknown.* MTU_1500 - The maximum transmission unit of the HyperFlex iSCSI network is 1500 bytes.* MTU_9000 - The maximum transmission unit of the HyperFlex iSCSI network is 9000 bytes.
    name String
    Name of the HyperFlex iSCSI network configuration.
    nrVersion Number
    Version of Network configuration in Inventory.
    objectType String
    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.
    subnet String
    Subnet of the HyperFlex iSCSI network. Subnet is in a.b.c.d/e notation.
    tags List<Property Map>
    ucsHost String
    UCS Manager Host IP or FQDN.
    uuid String
    UUID of the HyperFlex iSCSI network configuration.
    versionContext Property Map
    vlanName String
    The Virtual local area network (VLAN) name of the HyperFlex iSCSI network.
    vlanid Number
    The VLAN ID of the HyperFlex iSCSI network.

    getHyperflexIscsiNetwork Result

    The following output properties are available:

    Supporting Types

    GetHyperflexIscsiNetworkAncestor

    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'.

    GetHyperflexIscsiNetworkCluster

    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'.

    GetHyperflexIscsiNetworkIpRange

    AdditionalProperties string
    BeginAddress string
    Begining IP address. IPv4 only.
    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
    Ending IP address. IPv4 only.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    AdditionalProperties string
    BeginAddress string
    Begining IP address. IPv4 only.
    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
    Ending IP address. IPv4 only.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    beginAddress String
    Begining IP address. IPv4 only.
    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
    Ending IP address. IPv4 only.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties string
    beginAddress string
    Begining IP address. IPv4 only.
    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
    Ending IP address. IPv4 only.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additional_properties str
    begin_address str
    Begining IP address. IPv4 only.
    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
    Ending IP address. IPv4 only.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    additionalProperties String
    beginAddress String
    Begining IP address. IPv4 only.
    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
    Ending IP address. IPv4 only.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.

    GetHyperflexIscsiNetworkParent

    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'.

    GetHyperflexIscsiNetworkPermissionResource

    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'.

    GetHyperflexIscsiNetworkResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetHyperflexIscsiNetworkResultAncestor>
    ClassId string
    Clusters List<GetHyperflexIscsiNetworkResultCluster>
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Gateway string
    The gateway of the HyperFlex iSCSI network.
    InventorySource string
    Source of this inventory object.* NOT_APPLICABLE - The source of the HyperFlex inventory is not applicable.* ONLINE - The source of the HyperFlex inventory is online.* OFFLINE - The source of the HyperFlex inventory is offline.
    IpRanges List<GetHyperflexIscsiNetworkResultIpRange>
    IscsiCip string
    An IP within the iSCSI IP Address Range which is CIP for iSCSI network.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Mtu string
    The maximum transmission unit of the HyperFlex iSCSI network.* UNKNOWN - The maximum transmission unit of the HyperFlex iSCSI network is unknown.* MTU_1500 - The maximum transmission unit of the HyperFlex iSCSI network is 1500 bytes.* MTU_9000 - The maximum transmission unit of the HyperFlex iSCSI network is 9000 bytes.
    Name string
    Name of the HyperFlex iSCSI network configuration.
    NrVersion double
    Version of Network configuration in Inventory.
    ObjectType string
    Owners List<string>
    Parents List<GetHyperflexIscsiNetworkResultParent>
    PermissionResources List<GetHyperflexIscsiNetworkResultPermissionResource>
    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.
    Subnet string
    Subnet of the HyperFlex iSCSI network. Subnet is in a.b.c.d/e notation.
    Tags List<GetHyperflexIscsiNetworkResultTag>
    UcsHost string
    UCS Manager Host IP or FQDN.
    Uuid string
    UUID of the HyperFlex iSCSI network configuration.
    VersionContexts List<GetHyperflexIscsiNetworkResultVersionContext>
    VlanName string
    The Virtual local area network (VLAN) name of the HyperFlex iSCSI network.
    Vlanid double
    The VLAN ID of the HyperFlex iSCSI network.
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetHyperflexIscsiNetworkResultAncestor
    ClassId string
    Clusters []GetHyperflexIscsiNetworkResultCluster
    CreateTime string
    The time when this managed object was created.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Gateway string
    The gateway of the HyperFlex iSCSI network.
    InventorySource string
    Source of this inventory object.* NOT_APPLICABLE - The source of the HyperFlex inventory is not applicable.* ONLINE - The source of the HyperFlex inventory is online.* OFFLINE - The source of the HyperFlex inventory is offline.
    IpRanges []GetHyperflexIscsiNetworkResultIpRange
    IscsiCip string
    An IP within the iSCSI IP Address Range which is CIP for iSCSI network.
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Mtu string
    The maximum transmission unit of the HyperFlex iSCSI network.* UNKNOWN - The maximum transmission unit of the HyperFlex iSCSI network is unknown.* MTU_1500 - The maximum transmission unit of the HyperFlex iSCSI network is 1500 bytes.* MTU_9000 - The maximum transmission unit of the HyperFlex iSCSI network is 9000 bytes.
    Name string
    Name of the HyperFlex iSCSI network configuration.
    NrVersion float64
    Version of Network configuration in Inventory.
    ObjectType string
    Owners []string
    Parents []GetHyperflexIscsiNetworkResultParent
    PermissionResources []GetHyperflexIscsiNetworkResultPermissionResource
    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.
    Subnet string
    Subnet of the HyperFlex iSCSI network. Subnet is in a.b.c.d/e notation.
    Tags []GetHyperflexIscsiNetworkResultTag
    UcsHost string
    UCS Manager Host IP or FQDN.
    Uuid string
    UUID of the HyperFlex iSCSI network configuration.
    VersionContexts []GetHyperflexIscsiNetworkResultVersionContext
    VlanName string
    The Virtual local area network (VLAN) name of the HyperFlex iSCSI network.
    Vlanid float64
    The VLAN ID of the HyperFlex iSCSI network.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetHyperflexIscsiNetworkResultAncestor>
    classId String
    clusters List<GetHyperflexIscsiNetworkResultCluster>
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    gateway String
    The gateway of the HyperFlex iSCSI network.
    inventorySource String
    Source of this inventory object.* NOT_APPLICABLE - The source of the HyperFlex inventory is not applicable.* ONLINE - The source of the HyperFlex inventory is online.* OFFLINE - The source of the HyperFlex inventory is offline.
    ipRanges List<GetHyperflexIscsiNetworkResultIpRange>
    iscsiCip String
    An IP within the iSCSI IP Address Range which is CIP for iSCSI network.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    mtu String
    The maximum transmission unit of the HyperFlex iSCSI network.* UNKNOWN - The maximum transmission unit of the HyperFlex iSCSI network is unknown.* MTU_1500 - The maximum transmission unit of the HyperFlex iSCSI network is 1500 bytes.* MTU_9000 - The maximum transmission unit of the HyperFlex iSCSI network is 9000 bytes.
    name String
    Name of the HyperFlex iSCSI network configuration.
    nrVersion Double
    Version of Network configuration in Inventory.
    objectType String
    owners List<String>
    parents List<GetHyperflexIscsiNetworkResultParent>
    permissionResources List<GetHyperflexIscsiNetworkResultPermissionResource>
    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.
    subnet String
    Subnet of the HyperFlex iSCSI network. Subnet is in a.b.c.d/e notation.
    tags List<GetHyperflexIscsiNetworkResultTag>
    ucsHost String
    UCS Manager Host IP or FQDN.
    uuid String
    UUID of the HyperFlex iSCSI network configuration.
    versionContexts List<GetHyperflexIscsiNetworkResultVersionContext>
    vlanName String
    The Virtual local area network (VLAN) name of the HyperFlex iSCSI network.
    vlanid Double
    The VLAN ID of the HyperFlex iSCSI network.
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetHyperflexIscsiNetworkResultAncestor[]
    classId string
    clusters GetHyperflexIscsiNetworkResultCluster[]
    createTime string
    The time when this managed object was created.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    gateway string
    The gateway of the HyperFlex iSCSI network.
    inventorySource string
    Source of this inventory object.* NOT_APPLICABLE - The source of the HyperFlex inventory is not applicable.* ONLINE - The source of the HyperFlex inventory is online.* OFFLINE - The source of the HyperFlex inventory is offline.
    ipRanges GetHyperflexIscsiNetworkResultIpRange[]
    iscsiCip string
    An IP within the iSCSI IP Address Range which is CIP for iSCSI network.
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    mtu string
    The maximum transmission unit of the HyperFlex iSCSI network.* UNKNOWN - The maximum transmission unit of the HyperFlex iSCSI network is unknown.* MTU_1500 - The maximum transmission unit of the HyperFlex iSCSI network is 1500 bytes.* MTU_9000 - The maximum transmission unit of the HyperFlex iSCSI network is 9000 bytes.
    name string
    Name of the HyperFlex iSCSI network configuration.
    nrVersion number
    Version of Network configuration in Inventory.
    objectType string
    owners string[]
    parents GetHyperflexIscsiNetworkResultParent[]
    permissionResources GetHyperflexIscsiNetworkResultPermissionResource[]
    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.
    subnet string
    Subnet of the HyperFlex iSCSI network. Subnet is in a.b.c.d/e notation.
    tags GetHyperflexIscsiNetworkResultTag[]
    ucsHost string
    UCS Manager Host IP or FQDN.
    uuid string
    UUID of the HyperFlex iSCSI network configuration.
    versionContexts GetHyperflexIscsiNetworkResultVersionContext[]
    vlanName string
    The Virtual local area network (VLAN) name of the HyperFlex iSCSI network.
    vlanid number
    The VLAN ID of the HyperFlex iSCSI network.
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetHyperflexIscsiNetworkResultAncestor]
    class_id str
    clusters Sequence[GetHyperflexIscsiNetworkResultCluster]
    create_time str
    The time when this managed object was created.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    gateway str
    The gateway of the HyperFlex iSCSI network.
    inventory_source str
    Source of this inventory object.* NOT_APPLICABLE - The source of the HyperFlex inventory is not applicable.* ONLINE - The source of the HyperFlex inventory is online.* OFFLINE - The source of the HyperFlex inventory is offline.
    ip_ranges Sequence[GetHyperflexIscsiNetworkResultIpRange]
    iscsi_cip str
    An IP within the iSCSI IP Address Range which is CIP for iSCSI network.
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    mtu str
    The maximum transmission unit of the HyperFlex iSCSI network.* UNKNOWN - The maximum transmission unit of the HyperFlex iSCSI network is unknown.* MTU_1500 - The maximum transmission unit of the HyperFlex iSCSI network is 1500 bytes.* MTU_9000 - The maximum transmission unit of the HyperFlex iSCSI network is 9000 bytes.
    name str
    Name of the HyperFlex iSCSI network configuration.
    nr_version float
    Version of Network configuration in Inventory.
    object_type str
    owners Sequence[str]
    parents Sequence[GetHyperflexIscsiNetworkResultParent]
    permission_resources Sequence[GetHyperflexIscsiNetworkResultPermissionResource]
    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.
    subnet str
    Subnet of the HyperFlex iSCSI network. Subnet is in a.b.c.d/e notation.
    tags Sequence[GetHyperflexIscsiNetworkResultTag]
    ucs_host str
    UCS Manager Host IP or FQDN.
    uuid str
    UUID of the HyperFlex iSCSI network configuration.
    version_contexts Sequence[GetHyperflexIscsiNetworkResultVersionContext]
    vlan_name str
    The Virtual local area network (VLAN) name of the HyperFlex iSCSI network.
    vlanid float
    The VLAN ID of the HyperFlex iSCSI network.
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    classId String
    clusters List<Property Map>
    createTime String
    The time when this managed object was created.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    gateway String
    The gateway of the HyperFlex iSCSI network.
    inventorySource String
    Source of this inventory object.* NOT_APPLICABLE - The source of the HyperFlex inventory is not applicable.* ONLINE - The source of the HyperFlex inventory is online.* OFFLINE - The source of the HyperFlex inventory is offline.
    ipRanges List<Property Map>
    iscsiCip String
    An IP within the iSCSI IP Address Range which is CIP for iSCSI network.
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    mtu String
    The maximum transmission unit of the HyperFlex iSCSI network.* UNKNOWN - The maximum transmission unit of the HyperFlex iSCSI network is unknown.* MTU_1500 - The maximum transmission unit of the HyperFlex iSCSI network is 1500 bytes.* MTU_9000 - The maximum transmission unit of the HyperFlex iSCSI network is 9000 bytes.
    name String
    Name of the HyperFlex iSCSI network configuration.
    nrVersion Number
    Version of Network configuration in Inventory.
    objectType String
    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.
    subnet String
    Subnet of the HyperFlex iSCSI network. Subnet is in a.b.c.d/e notation.
    tags List<Property Map>
    ucsHost String
    UCS Manager Host IP or FQDN.
    uuid String
    UUID of the HyperFlex iSCSI network configuration.
    versionContexts List<Property Map>
    vlanName String
    The Virtual local area network (VLAN) name of the HyperFlex iSCSI network.
    vlanid Number
    The VLAN ID of the HyperFlex iSCSI network.

    GetHyperflexIscsiNetworkResultAncestor

    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

    GetHyperflexIscsiNetworkResultCluster

    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

    GetHyperflexIscsiNetworkResultIpRange

    GetHyperflexIscsiNetworkResultParent

    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

    GetHyperflexIscsiNetworkResultPermissionResource

    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

    GetHyperflexIscsiNetworkResultTag

    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

    GetHyperflexIscsiNetworkResultVersionContext

    additionalProperties String
    classId String
    interestedMos List<Property Map>
    markedForDeletion Boolean
    nrVersion String
    Version of Network configuration in Inventory.
    objectType String
    refMos List<Property Map>
    timestamp String
    versionType String

    GetHyperflexIscsiNetworkResultVersionContextInterestedMo

    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

    GetHyperflexIscsiNetworkResultVersionContextRefMo

    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

    GetHyperflexIscsiNetworkTag

    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.

    GetHyperflexIscsiNetworkVersionContext

    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<GetHyperflexIscsiNetworkVersionContextInterestedMo>
    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
    Version of Network configuration in Inventory.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetHyperflexIscsiNetworkVersionContextRefMo
    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 []GetHyperflexIscsiNetworkVersionContextInterestedMo
    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
    Version of Network configuration in Inventory.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    RefMo GetHyperflexIscsiNetworkVersionContextRefMo
    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<GetHyperflexIscsiNetworkVersionContextInterestedMo>
    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
    Version of Network configuration in Inventory.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetHyperflexIscsiNetworkVersionContextRefMo
    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 GetHyperflexIscsiNetworkVersionContextInterestedMo[]
    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
    Version of Network configuration in Inventory.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    refMo GetHyperflexIscsiNetworkVersionContextRefMo
    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[GetHyperflexIscsiNetworkVersionContextInterestedMo]
    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
    Version of Network configuration in Inventory.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    ref_mo GetHyperflexIscsiNetworkVersionContextRefMo
    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
    Version of Network configuration in Inventory.
    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.

    GetHyperflexIscsiNetworkVersionContextInterestedMo

    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'.

    GetHyperflexIscsiNetworkVersionContextRefMo

    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'.

    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