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

intersight.getIppoolShadowPool

Explore with Pulumi AI

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

    Shadow Pool is a tracking object created on behalf of an IP pool, for each VRF.

    Using getIppoolShadowPool

    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 getIppoolShadowPool(args: GetIppoolShadowPoolArgs, opts?: InvokeOptions): Promise<GetIppoolShadowPoolResult>
    function getIppoolShadowPoolOutput(args: GetIppoolShadowPoolOutputArgs, opts?: InvokeOptions): Output<GetIppoolShadowPoolResult>
    def get_ippool_shadow_pool(account_moid: Optional[str] = None,
                               additional_properties: Optional[str] = None,
                               ancestors: Optional[Sequence[GetIppoolShadowPoolAncestor]] = None,
                               assigned: Optional[float] = None,
                               assignment_order: Optional[str] = None,
                               class_id: Optional[str] = None,
                               create_time: Optional[str] = None,
                               description: Optional[str] = None,
                               domain_group_moid: Optional[str] = None,
                               id: Optional[str] = None,
                               ip_block_heads: Optional[Sequence[GetIppoolShadowPoolIpBlockHead]] = None,
                               ip_v4_blocks: Optional[Sequence[GetIppoolShadowPoolIpV4Block]] = None,
                               ip_v4_config: Optional[GetIppoolShadowPoolIpV4Config] = None,
                               ip_v6_blocks: Optional[Sequence[GetIppoolShadowPoolIpV6Block]] = None,
                               ip_v6_config: Optional[GetIppoolShadowPoolIpV6Config] = None,
                               mod_time: Optional[str] = None,
                               moid: Optional[str] = None,
                               name: Optional[str] = None,
                               object_type: Optional[str] = None,
                               owners: Optional[Sequence[str]] = None,
                               parent: Optional[GetIppoolShadowPoolParent] = None,
                               permission_resources: Optional[Sequence[GetIppoolShadowPoolPermissionResource]] = None,
                               pool: Optional[GetIppoolShadowPoolPool] = None,
                               reservations: Optional[Sequence[GetIppoolShadowPoolReservation]] = None,
                               reserved: Optional[float] = None,
                               shared_scope: Optional[str] = None,
                               size: Optional[float] = None,
                               tags: Optional[Sequence[GetIppoolShadowPoolTag]] = None,
                               v4_assigned: Optional[float] = None,
                               v4_size: Optional[float] = None,
                               v6_assigned: Optional[float] = None,
                               v6_size: Optional[float] = None,
                               version_context: Optional[GetIppoolShadowPoolVersionContext] = None,
                               vrf: Optional[GetIppoolShadowPoolVrf] = None,
                               opts: Optional[InvokeOptions] = None) -> GetIppoolShadowPoolResult
    def get_ippool_shadow_pool_output(account_moid: Optional[pulumi.Input[str]] = None,
                               additional_properties: Optional[pulumi.Input[str]] = None,
                               ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetIppoolShadowPoolAncestorArgs]]]] = None,
                               assigned: Optional[pulumi.Input[float]] = None,
                               assignment_order: Optional[pulumi.Input[str]] = None,
                               class_id: Optional[pulumi.Input[str]] = None,
                               create_time: Optional[pulumi.Input[str]] = None,
                               description: Optional[pulumi.Input[str]] = None,
                               domain_group_moid: Optional[pulumi.Input[str]] = None,
                               id: Optional[pulumi.Input[str]] = None,
                               ip_block_heads: Optional[pulumi.Input[Sequence[pulumi.Input[GetIppoolShadowPoolIpBlockHeadArgs]]]] = None,
                               ip_v4_blocks: Optional[pulumi.Input[Sequence[pulumi.Input[GetIppoolShadowPoolIpV4BlockArgs]]]] = None,
                               ip_v4_config: Optional[pulumi.Input[GetIppoolShadowPoolIpV4ConfigArgs]] = None,
                               ip_v6_blocks: Optional[pulumi.Input[Sequence[pulumi.Input[GetIppoolShadowPoolIpV6BlockArgs]]]] = None,
                               ip_v6_config: Optional[pulumi.Input[GetIppoolShadowPoolIpV6ConfigArgs]] = None,
                               mod_time: Optional[pulumi.Input[str]] = None,
                               moid: Optional[pulumi.Input[str]] = None,
                               name: Optional[pulumi.Input[str]] = None,
                               object_type: Optional[pulumi.Input[str]] = None,
                               owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                               parent: Optional[pulumi.Input[GetIppoolShadowPoolParentArgs]] = None,
                               permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetIppoolShadowPoolPermissionResourceArgs]]]] = None,
                               pool: Optional[pulumi.Input[GetIppoolShadowPoolPoolArgs]] = None,
                               reservations: Optional[pulumi.Input[Sequence[pulumi.Input[GetIppoolShadowPoolReservationArgs]]]] = None,
                               reserved: Optional[pulumi.Input[float]] = None,
                               shared_scope: Optional[pulumi.Input[str]] = None,
                               size: Optional[pulumi.Input[float]] = None,
                               tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetIppoolShadowPoolTagArgs]]]] = None,
                               v4_assigned: Optional[pulumi.Input[float]] = None,
                               v4_size: Optional[pulumi.Input[float]] = None,
                               v6_assigned: Optional[pulumi.Input[float]] = None,
                               v6_size: Optional[pulumi.Input[float]] = None,
                               version_context: Optional[pulumi.Input[GetIppoolShadowPoolVersionContextArgs]] = None,
                               vrf: Optional[pulumi.Input[GetIppoolShadowPoolVrfArgs]] = None,
                               opts: Optional[InvokeOptions] = None) -> Output[GetIppoolShadowPoolResult]
    func LookupIppoolShadowPool(ctx *Context, args *LookupIppoolShadowPoolArgs, opts ...InvokeOption) (*LookupIppoolShadowPoolResult, error)
    func LookupIppoolShadowPoolOutput(ctx *Context, args *LookupIppoolShadowPoolOutputArgs, opts ...InvokeOption) LookupIppoolShadowPoolResultOutput

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

    public static class GetIppoolShadowPool 
    {
        public static Task<GetIppoolShadowPoolResult> InvokeAsync(GetIppoolShadowPoolArgs args, InvokeOptions? opts = null)
        public static Output<GetIppoolShadowPoolResult> Invoke(GetIppoolShadowPoolInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetIppoolShadowPoolResult> getIppoolShadowPool(GetIppoolShadowPoolArgs args, InvokeOptions options)
    public static Output<GetIppoolShadowPoolResult> getIppoolShadowPool(GetIppoolShadowPoolArgs args, InvokeOptions options)
    
    fn::invoke:
      function: intersight:index/getIppoolShadowPool:getIppoolShadowPool
      arguments:
        # arguments dictionary

    The following arguments are supported:

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetIppoolShadowPoolAncestor>
    Assigned double
    Number of IDs that are currently assigned (in use).
    AssignmentOrder string
    Assignment order decides the order in which the next identifier is allocated.* sequential - Identifiers are assigned in a sequential order.* default - Assignment order is decided by the system.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    IpBlockHeads List<GetIppoolShadowPoolIpBlockHead>
    IpV4Blocks List<GetIppoolShadowPoolIpV4Block>
    IpV4Config GetIppoolShadowPoolIpV4Config
    IpV6Blocks List<GetIppoolShadowPoolIpV6Block>
    IpV6Config GetIppoolShadowPoolIpV6Config
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    ObjectType string
    Owners List<string>
    Parent GetIppoolShadowPoolParent
    PermissionResources List<GetIppoolShadowPoolPermissionResource>
    Pool GetIppoolShadowPoolPool
    Reservations List<GetIppoolShadowPoolReservation>
    Reserved double
    Number of IDs that are currently reserved (and not in use).
    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.
    Size double
    Total number of identifiers in this pool.
    Tags List<GetIppoolShadowPoolTag>
    V4Assigned double
    Number of IPv4 addresses currently in use.
    V4Size double
    Number of IPv4 addresses in this pool.
    V6Assigned double
    Number of IPv6 addresses currently in use.
    V6Size double
    Number of IPv6 addresses in this pool.
    VersionContext GetIppoolShadowPoolVersionContext
    Vrf GetIppoolShadowPoolVrf
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetIppoolShadowPoolAncestor
    Assigned float64
    Number of IDs that are currently assigned (in use).
    AssignmentOrder string
    Assignment order decides the order in which the next identifier is allocated.* sequential - Identifiers are assigned in a sequential order.* default - Assignment order is decided by the system.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    Id string
    IpBlockHeads []GetIppoolShadowPoolIpBlockHead
    IpV4Blocks []GetIppoolShadowPoolIpV4Block
    IpV4Config GetIppoolShadowPoolIpV4Config
    IpV6Blocks []GetIppoolShadowPoolIpV6Block
    IpV6Config GetIppoolShadowPoolIpV6Config
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    ObjectType string
    Owners []string
    Parent GetIppoolShadowPoolParent
    PermissionResources []GetIppoolShadowPoolPermissionResource
    Pool GetIppoolShadowPoolPool
    Reservations []GetIppoolShadowPoolReservation
    Reserved float64
    Number of IDs that are currently reserved (and not in use).
    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.
    Size float64
    Total number of identifiers in this pool.
    Tags []GetIppoolShadowPoolTag
    V4Assigned float64
    Number of IPv4 addresses currently in use.
    V4Size float64
    Number of IPv4 addresses in this pool.
    V6Assigned float64
    Number of IPv6 addresses currently in use.
    V6Size float64
    Number of IPv6 addresses in this pool.
    VersionContext GetIppoolShadowPoolVersionContext
    Vrf GetIppoolShadowPoolVrf
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetIppoolShadowPoolAncestor>
    assigned Double
    Number of IDs that are currently assigned (in use).
    assignmentOrder String
    Assignment order decides the order in which the next identifier is allocated.* sequential - Identifiers are assigned in a sequential order.* default - Assignment order is decided by the system.
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    ipBlockHeads List<GetIppoolShadowPoolIpBlockHead>
    ipV4Blocks List<GetIppoolShadowPoolIpV4Block>
    ipV4Config GetIppoolShadowPoolIpV4Config
    ipV6Blocks List<GetIppoolShadowPoolIpV6Block>
    ipV6Config GetIppoolShadowPoolIpV6Config
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    objectType String
    owners List<String>
    parent GetIppoolShadowPoolParent
    permissionResources List<GetIppoolShadowPoolPermissionResource>
    pool GetIppoolShadowPoolPool
    reservations List<GetIppoolShadowPoolReservation>
    reserved Double
    Number of IDs that are currently reserved (and not in use).
    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.
    size Double
    Total number of identifiers in this pool.
    tags List<GetIppoolShadowPoolTag>
    v4Assigned Double
    Number of IPv4 addresses currently in use.
    v4Size Double
    Number of IPv4 addresses in this pool.
    v6Assigned Double
    Number of IPv6 addresses currently in use.
    v6Size Double
    Number of IPv6 addresses in this pool.
    versionContext GetIppoolShadowPoolVersionContext
    vrf GetIppoolShadowPoolVrf
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetIppoolShadowPoolAncestor[]
    assigned number
    Number of IDs that are currently assigned (in use).
    assignmentOrder string
    Assignment order decides the order in which the next identifier is allocated.* sequential - Identifiers are assigned in a sequential order.* default - Assignment order is decided by the system.
    classId string
    createTime string
    The time when this managed object was created.
    description string
    Description of the policy.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    id string
    ipBlockHeads GetIppoolShadowPoolIpBlockHead[]
    ipV4Blocks GetIppoolShadowPoolIpV4Block[]
    ipV4Config GetIppoolShadowPoolIpV4Config
    ipV6Blocks GetIppoolShadowPoolIpV6Block[]
    ipV6Config GetIppoolShadowPoolIpV6Config
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the concrete policy.
    objectType string
    owners string[]
    parent GetIppoolShadowPoolParent
    permissionResources GetIppoolShadowPoolPermissionResource[]
    pool GetIppoolShadowPoolPool
    reservations GetIppoolShadowPoolReservation[]
    reserved number
    Number of IDs that are currently reserved (and not in use).
    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.
    size number
    Total number of identifiers in this pool.
    tags GetIppoolShadowPoolTag[]
    v4Assigned number
    Number of IPv4 addresses currently in use.
    v4Size number
    Number of IPv4 addresses in this pool.
    v6Assigned number
    Number of IPv6 addresses currently in use.
    v6Size number
    Number of IPv6 addresses in this pool.
    versionContext GetIppoolShadowPoolVersionContext
    vrf GetIppoolShadowPoolVrf
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetIppoolShadowPoolAncestor]
    assigned float
    Number of IDs that are currently assigned (in use).
    assignment_order str
    Assignment order decides the order in which the next identifier is allocated.* sequential - Identifiers are assigned in a sequential order.* default - Assignment order is decided by the system.
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    Description of the policy.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    id str
    ip_block_heads Sequence[GetIppoolShadowPoolIpBlockHead]
    ip_v4_blocks Sequence[GetIppoolShadowPoolIpV4Block]
    ip_v4_config GetIppoolShadowPoolIpV4Config
    ip_v6_blocks Sequence[GetIppoolShadowPoolIpV6Block]
    ip_v6_config GetIppoolShadowPoolIpV6Config
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the concrete policy.
    object_type str
    owners Sequence[str]
    parent GetIppoolShadowPoolParent
    permission_resources Sequence[GetIppoolShadowPoolPermissionResource]
    pool GetIppoolShadowPoolPool
    reservations Sequence[GetIppoolShadowPoolReservation]
    reserved float
    Number of IDs that are currently reserved (and not in use).
    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.
    size float
    Total number of identifiers in this pool.
    tags Sequence[GetIppoolShadowPoolTag]
    v4_assigned float
    Number of IPv4 addresses currently in use.
    v4_size float
    Number of IPv4 addresses in this pool.
    v6_assigned float
    Number of IPv6 addresses currently in use.
    v6_size float
    Number of IPv6 addresses in this pool.
    version_context GetIppoolShadowPoolVersionContext
    vrf GetIppoolShadowPoolVrf
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    assigned Number
    Number of IDs that are currently assigned (in use).
    assignmentOrder String
    Assignment order decides the order in which the next identifier is allocated.* sequential - Identifiers are assigned in a sequential order.* default - Assignment order is decided by the system.
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    id String
    ipBlockHeads List<Property Map>
    ipV4Blocks List<Property Map>
    ipV4Config Property Map
    ipV6Blocks List<Property Map>
    ipV6Config Property Map
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    objectType String
    owners List<String>
    parent Property Map
    permissionResources List<Property Map>
    pool Property Map
    reservations List<Property Map>
    reserved Number
    Number of IDs that are currently reserved (and not in use).
    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.
    size Number
    Total number of identifiers in this pool.
    tags List<Property Map>
    v4Assigned Number
    Number of IPv4 addresses currently in use.
    v4Size Number
    Number of IPv4 addresses in this pool.
    v6Assigned Number
    Number of IPv6 addresses currently in use.
    v6Size Number
    Number of IPv6 addresses in this pool.
    versionContext Property Map
    vrf Property Map

    getIppoolShadowPool Result

    The following output properties are available:

    Id string
    Results List<GetIppoolShadowPoolResult>
    AccountMoid string
    AdditionalProperties string
    Ancestors List<GetIppoolShadowPoolAncestor>
    Assigned double
    AssignmentOrder string
    ClassId string
    CreateTime string
    Description string
    DomainGroupMoid string
    IpBlockHeads List<GetIppoolShadowPoolIpBlockHead>
    IpV4Blocks List<GetIppoolShadowPoolIpV4Block>
    IpV4Config GetIppoolShadowPoolIpV4Config
    IpV6Blocks List<GetIppoolShadowPoolIpV6Block>
    IpV6Config GetIppoolShadowPoolIpV6Config
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners List<string>
    Parent GetIppoolShadowPoolParent
    PermissionResources List<GetIppoolShadowPoolPermissionResource>
    Pool GetIppoolShadowPoolPool
    Reservations List<GetIppoolShadowPoolReservation>
    Reserved double
    SharedScope string
    Size double
    Tags List<GetIppoolShadowPoolTag>
    V4Assigned double
    V4Size double
    V6Assigned double
    V6Size double
    VersionContext GetIppoolShadowPoolVersionContext
    Vrf GetIppoolShadowPoolVrf
    Id string
    Results []GetIppoolShadowPoolResult
    AccountMoid string
    AdditionalProperties string
    Ancestors []GetIppoolShadowPoolAncestor
    Assigned float64
    AssignmentOrder string
    ClassId string
    CreateTime string
    Description string
    DomainGroupMoid string
    IpBlockHeads []GetIppoolShadowPoolIpBlockHead
    IpV4Blocks []GetIppoolShadowPoolIpV4Block
    IpV4Config GetIppoolShadowPoolIpV4Config
    IpV6Blocks []GetIppoolShadowPoolIpV6Block
    IpV6Config GetIppoolShadowPoolIpV6Config
    ModTime string
    Moid string
    Name string
    ObjectType string
    Owners []string
    Parent GetIppoolShadowPoolParent
    PermissionResources []GetIppoolShadowPoolPermissionResource
    Pool GetIppoolShadowPoolPool
    Reservations []GetIppoolShadowPoolReservation
    Reserved float64
    SharedScope string
    Size float64
    Tags []GetIppoolShadowPoolTag
    V4Assigned float64
    V4Size float64
    V6Assigned float64
    V6Size float64
    VersionContext GetIppoolShadowPoolVersionContext
    Vrf GetIppoolShadowPoolVrf
    id String
    results List<GetIppoolShadowPoolResult>
    accountMoid String
    additionalProperties String
    ancestors List<GetIppoolShadowPoolAncestor>
    assigned Double
    assignmentOrder String
    classId String
    createTime String
    description String
    domainGroupMoid String
    ipBlockHeads List<GetIppoolShadowPoolIpBlockHead>
    ipV4Blocks List<GetIppoolShadowPoolIpV4Block>
    ipV4Config GetIppoolShadowPoolIpV4Config
    ipV6Blocks List<GetIppoolShadowPoolIpV6Block>
    ipV6Config GetIppoolShadowPoolIpV6Config
    modTime String
    moid String
    name String
    objectType String
    owners List<String>
    parent GetIppoolShadowPoolParent
    permissionResources List<GetIppoolShadowPoolPermissionResource>
    pool GetIppoolShadowPoolPool
    reservations List<GetIppoolShadowPoolReservation>
    reserved Double
    sharedScope String
    size Double
    tags List<GetIppoolShadowPoolTag>
    v4Assigned Double
    v4Size Double
    v6Assigned Double
    v6Size Double
    versionContext GetIppoolShadowPoolVersionContext
    vrf GetIppoolShadowPoolVrf
    id string
    results GetIppoolShadowPoolResult[]
    accountMoid string
    additionalProperties string
    ancestors GetIppoolShadowPoolAncestor[]
    assigned number
    assignmentOrder string
    classId string
    createTime string
    description string
    domainGroupMoid string
    ipBlockHeads GetIppoolShadowPoolIpBlockHead[]
    ipV4Blocks GetIppoolShadowPoolIpV4Block[]
    ipV4Config GetIppoolShadowPoolIpV4Config
    ipV6Blocks GetIppoolShadowPoolIpV6Block[]
    ipV6Config GetIppoolShadowPoolIpV6Config
    modTime string
    moid string
    name string
    objectType string
    owners string[]
    parent GetIppoolShadowPoolParent
    permissionResources GetIppoolShadowPoolPermissionResource[]
    pool GetIppoolShadowPoolPool
    reservations GetIppoolShadowPoolReservation[]
    reserved number
    sharedScope string
    size number
    tags GetIppoolShadowPoolTag[]
    v4Assigned number
    v4Size number
    v6Assigned number
    v6Size number
    versionContext GetIppoolShadowPoolVersionContext
    vrf GetIppoolShadowPoolVrf
    id str
    results Sequence[GetIppoolShadowPoolResult]
    account_moid str
    additional_properties str
    ancestors Sequence[GetIppoolShadowPoolAncestor]
    assigned float
    assignment_order str
    class_id str
    create_time str
    description str
    domain_group_moid str
    ip_block_heads Sequence[GetIppoolShadowPoolIpBlockHead]
    ip_v4_blocks Sequence[GetIppoolShadowPoolIpV4Block]
    ip_v4_config GetIppoolShadowPoolIpV4Config
    ip_v6_blocks Sequence[GetIppoolShadowPoolIpV6Block]
    ip_v6_config GetIppoolShadowPoolIpV6Config
    mod_time str
    moid str
    name str
    object_type str
    owners Sequence[str]
    parent GetIppoolShadowPoolParent
    permission_resources Sequence[GetIppoolShadowPoolPermissionResource]
    pool GetIppoolShadowPoolPool
    reservations Sequence[GetIppoolShadowPoolReservation]
    reserved float
    shared_scope str
    size float
    tags Sequence[GetIppoolShadowPoolTag]
    v4_assigned float
    v4_size float
    v6_assigned float
    v6_size float
    version_context GetIppoolShadowPoolVersionContext
    vrf GetIppoolShadowPoolVrf

    Supporting Types

    GetIppoolShadowPoolAncestor

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

    GetIppoolShadowPoolIpBlockHead

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

    GetIppoolShadowPoolIpV4Block

    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.
    From string
    First IPv4 address of the block.
    IpV4Config GetIppoolShadowPoolIpV4BlockIpV4Config
    Netmask, Gateway and DNS settings for IPv4 addresses.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Size double
    Total number of identifiers in this pool.
    To string
    Last IPv4 address of the block.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    From string
    First IPv4 address of the block.
    IpV4Config GetIppoolShadowPoolIpV4BlockIpV4Config
    Netmask, Gateway and DNS settings for IPv4 addresses.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Size float64
    Total number of identifiers in this pool.
    To string
    Last IPv4 address of the block.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    from String
    First IPv4 address of the block.
    ipV4Config GetIppoolShadowPoolIpV4BlockIpV4Config
    Netmask, Gateway and DNS settings for IPv4 addresses.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    size Double
    Total number of identifiers in this pool.
    to String
    Last IPv4 address of the block.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    from string
    First IPv4 address of the block.
    ipV4Config GetIppoolShadowPoolIpV4BlockIpV4Config
    Netmask, Gateway and DNS settings for IPv4 addresses.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    size number
    Total number of identifiers in this pool.
    to string
    Last IPv4 address of the block.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    from_ str
    First IPv4 address of the block.
    ip_v4_config GetIppoolShadowPoolIpV4BlockIpV4Config
    Netmask, Gateway and DNS settings for IPv4 addresses.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    size float
    Total number of identifiers in this pool.
    to str
    Last IPv4 address of the block.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    from String
    First IPv4 address of the block.
    ipV4Config Property Map
    Netmask, Gateway and DNS settings for IPv4 addresses.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    size Number
    Total number of identifiers in this pool.
    to String
    Last IPv4 address of the block.

    GetIppoolShadowPoolIpV4BlockIpV4Config

    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.
    Gateway string
    IP address of the default IPv4 gateway.
    Netmask string
    A subnet mask is a 32-bit number that masks an IP address and divides the IP address into network address and host address.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PrimaryDns string
    IP Address of the primary Domain Name System (DNS) server.
    SecondaryDns string
    IP Address of the secondary Domain Name System (DNS) server.
    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.
    Gateway string
    IP address of the default IPv4 gateway.
    Netmask string
    A subnet mask is a 32-bit number that masks an IP address and divides the IP address into network address and host address.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PrimaryDns string
    IP Address of the primary Domain Name System (DNS) server.
    SecondaryDns string
    IP Address of the secondary Domain Name System (DNS) server.
    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.
    gateway String
    IP address of the default IPv4 gateway.
    netmask String
    A subnet mask is a 32-bit number that masks an IP address and divides the IP address into network address and host address.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    primaryDns String
    IP Address of the primary Domain Name System (DNS) server.
    secondaryDns String
    IP Address of the secondary Domain Name System (DNS) server.
    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.
    gateway string
    IP address of the default IPv4 gateway.
    netmask string
    A subnet mask is a 32-bit number that masks an IP address and divides the IP address into network address and host address.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    primaryDns string
    IP Address of the primary Domain Name System (DNS) server.
    secondaryDns string
    IP Address of the secondary Domain Name System (DNS) server.
    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.
    gateway str
    IP address of the default IPv4 gateway.
    netmask str
    A subnet mask is a 32-bit number that masks an IP address and divides the IP address into network address and host address.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    primary_dns str
    IP Address of the primary Domain Name System (DNS) server.
    secondary_dns str
    IP Address of the secondary Domain Name System (DNS) server.
    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.
    gateway String
    IP address of the default IPv4 gateway.
    netmask String
    A subnet mask is a 32-bit number that masks an IP address and divides the IP address into network address and host address.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    primaryDns String
    IP Address of the primary Domain Name System (DNS) server.
    secondaryDns String
    IP Address of the secondary Domain Name System (DNS) server.

    GetIppoolShadowPoolIpV4Config

    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.
    Gateway string
    IP address of the default IPv4 gateway.
    Netmask string
    A subnet mask is a 32-bit number that masks an IP address and divides the IP address into network address and host address.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PrimaryDns string
    IP Address of the primary Domain Name System (DNS) server.
    SecondaryDns string
    IP Address of the secondary Domain Name System (DNS) server.
    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.
    Gateway string
    IP address of the default IPv4 gateway.
    Netmask string
    A subnet mask is a 32-bit number that masks an IP address and divides the IP address into network address and host address.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    PrimaryDns string
    IP Address of the primary Domain Name System (DNS) server.
    SecondaryDns string
    IP Address of the secondary Domain Name System (DNS) server.
    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.
    gateway String
    IP address of the default IPv4 gateway.
    netmask String
    A subnet mask is a 32-bit number that masks an IP address and divides the IP address into network address and host address.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    primaryDns String
    IP Address of the primary Domain Name System (DNS) server.
    secondaryDns String
    IP Address of the secondary Domain Name System (DNS) server.
    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.
    gateway string
    IP address of the default IPv4 gateway.
    netmask string
    A subnet mask is a 32-bit number that masks an IP address and divides the IP address into network address and host address.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    primaryDns string
    IP Address of the primary Domain Name System (DNS) server.
    secondaryDns string
    IP Address of the secondary Domain Name System (DNS) server.
    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.
    gateway str
    IP address of the default IPv4 gateway.
    netmask str
    A subnet mask is a 32-bit number that masks an IP address and divides the IP address into network address and host address.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    primary_dns str
    IP Address of the primary Domain Name System (DNS) server.
    secondary_dns str
    IP Address of the secondary Domain Name System (DNS) server.
    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.
    gateway String
    IP address of the default IPv4 gateway.
    netmask String
    A subnet mask is a 32-bit number that masks an IP address and divides the IP address into network address and host address.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    primaryDns String
    IP Address of the primary Domain Name System (DNS) server.
    secondaryDns String
    IP Address of the secondary Domain Name System (DNS) server.

    GetIppoolShadowPoolIpV6Block

    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.
    From string
    First IPv6 address of the block.
    IpV6Config GetIppoolShadowPoolIpV6BlockIpV6Config
    Netmask, Gateway and DNS settings for IPv6 addresses.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Size double
    Total number of identifiers in this pool.
    To string
    Last IPv6 address of the block.
    AdditionalProperties string
    ClassId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    From string
    First IPv6 address of the block.
    IpV6Config GetIppoolShadowPoolIpV6BlockIpV6Config
    Netmask, Gateway and DNS settings for IPv6 addresses.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Size float64
    Total number of identifiers in this pool.
    To string
    Last IPv6 address of the block.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    from String
    First IPv6 address of the block.
    ipV6Config GetIppoolShadowPoolIpV6BlockIpV6Config
    Netmask, Gateway and DNS settings for IPv6 addresses.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    size Double
    Total number of identifiers in this pool.
    to String
    Last IPv6 address of the block.
    additionalProperties string
    classId string
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    from string
    First IPv6 address of the block.
    ipV6Config GetIppoolShadowPoolIpV6BlockIpV6Config
    Netmask, Gateway and DNS settings for IPv6 addresses.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    size number
    Total number of identifiers in this pool.
    to string
    Last IPv6 address of the block.
    additional_properties str
    class_id str
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    from_ str
    First IPv6 address of the block.
    ip_v6_config GetIppoolShadowPoolIpV6BlockIpV6Config
    Netmask, Gateway and DNS settings for IPv6 addresses.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    size float
    Total number of identifiers in this pool.
    to str
    Last IPv6 address of the block.
    additionalProperties String
    classId String
    The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
    from String
    First IPv6 address of the block.
    ipV6Config Property Map
    Netmask, Gateway and DNS settings for IPv6 addresses.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    size Number
    Total number of identifiers in this pool.
    to String
    Last IPv6 address of the block.

    GetIppoolShadowPoolIpV6BlockIpV6Config

    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.
    Gateway string
    IP address of the default IPv6 gateway.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Prefix double
    A prefix length which masks the IP address and divides the IP address into network address and host address.
    PrimaryDns string
    IP Address of the primary Domain Name System (DNS) server.
    SecondaryDns string
    IP Address of the secondary Domain Name System (DNS) server.
    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.
    Gateway string
    IP address of the default IPv6 gateway.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Prefix float64
    A prefix length which masks the IP address and divides the IP address into network address and host address.
    PrimaryDns string
    IP Address of the primary Domain Name System (DNS) server.
    SecondaryDns string
    IP Address of the secondary Domain Name System (DNS) server.
    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.
    gateway String
    IP address of the default IPv6 gateway.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    prefix Double
    A prefix length which masks the IP address and divides the IP address into network address and host address.
    primaryDns String
    IP Address of the primary Domain Name System (DNS) server.
    secondaryDns String
    IP Address of the secondary Domain Name System (DNS) server.
    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.
    gateway string
    IP address of the default IPv6 gateway.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    prefix number
    A prefix length which masks the IP address and divides the IP address into network address and host address.
    primaryDns string
    IP Address of the primary Domain Name System (DNS) server.
    secondaryDns string
    IP Address of the secondary Domain Name System (DNS) server.
    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.
    gateway str
    IP address of the default IPv6 gateway.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    prefix float
    A prefix length which masks the IP address and divides the IP address into network address and host address.
    primary_dns str
    IP Address of the primary Domain Name System (DNS) server.
    secondary_dns str
    IP Address of the secondary Domain Name System (DNS) server.
    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.
    gateway String
    IP address of the default IPv6 gateway.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    prefix Number
    A prefix length which masks the IP address and divides the IP address into network address and host address.
    primaryDns String
    IP Address of the primary Domain Name System (DNS) server.
    secondaryDns String
    IP Address of the secondary Domain Name System (DNS) server.

    GetIppoolShadowPoolIpV6Config

    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.
    Gateway string
    IP address of the default IPv6 gateway.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Prefix double
    A prefix length which masks the IP address and divides the IP address into network address and host address.
    PrimaryDns string
    IP Address of the primary Domain Name System (DNS) server.
    SecondaryDns string
    IP Address of the secondary Domain Name System (DNS) server.
    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.
    Gateway string
    IP address of the default IPv6 gateway.
    ObjectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    Prefix float64
    A prefix length which masks the IP address and divides the IP address into network address and host address.
    PrimaryDns string
    IP Address of the primary Domain Name System (DNS) server.
    SecondaryDns string
    IP Address of the secondary Domain Name System (DNS) server.
    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.
    gateway String
    IP address of the default IPv6 gateway.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    prefix Double
    A prefix length which masks the IP address and divides the IP address into network address and host address.
    primaryDns String
    IP Address of the primary Domain Name System (DNS) server.
    secondaryDns String
    IP Address of the secondary Domain Name System (DNS) server.
    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.
    gateway string
    IP address of the default IPv6 gateway.
    objectType string
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    prefix number
    A prefix length which masks the IP address and divides the IP address into network address and host address.
    primaryDns string
    IP Address of the primary Domain Name System (DNS) server.
    secondaryDns string
    IP Address of the secondary Domain Name System (DNS) server.
    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.
    gateway str
    IP address of the default IPv6 gateway.
    object_type str
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    prefix float
    A prefix length which masks the IP address and divides the IP address into network address and host address.
    primary_dns str
    IP Address of the primary Domain Name System (DNS) server.
    secondary_dns str
    IP Address of the secondary Domain Name System (DNS) server.
    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.
    gateway String
    IP address of the default IPv6 gateway.
    objectType String
    The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
    prefix Number
    A prefix length which masks the IP address and divides the IP address into network address and host address.
    primaryDns String
    IP Address of the primary Domain Name System (DNS) server.
    secondaryDns String
    IP Address of the secondary Domain Name System (DNS) server.

    GetIppoolShadowPoolParent

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

    GetIppoolShadowPoolPermissionResource

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

    GetIppoolShadowPoolPool

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

    GetIppoolShadowPoolReservation

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

    GetIppoolShadowPoolResult

    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors List<GetIppoolShadowPoolResultAncestor>
    Assigned double
    Number of IDs that are currently assigned (in use).
    AssignmentOrder string
    Assignment order decides the order in which the next identifier is allocated.* sequential - Identifiers are assigned in a sequential order.* default - Assignment order is decided by the system.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    IpBlockHeads List<GetIppoolShadowPoolResultIpBlockHead>
    IpV4Blocks List<GetIppoolShadowPoolResultIpV4Block>
    IpV4Configs List<GetIppoolShadowPoolResultIpV4Config>
    IpV6Blocks List<GetIppoolShadowPoolResultIpV6Block>
    IpV6Configs List<GetIppoolShadowPoolResultIpV6Config>
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    ObjectType string
    Owners List<string>
    Parents List<GetIppoolShadowPoolResultParent>
    PermissionResources List<GetIppoolShadowPoolResultPermissionResource>
    Pools List<GetIppoolShadowPoolResultPool>
    Reservations List<GetIppoolShadowPoolResultReservation>
    Reserved double
    Number of IDs that are currently reserved (and not in use).
    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.
    Size double
    Total number of identifiers in this pool.
    Tags List<GetIppoolShadowPoolResultTag>
    V4Assigned double
    Number of IPv4 addresses currently in use.
    V4Size double
    Number of IPv4 addresses in this pool.
    V6Assigned double
    Number of IPv6 addresses currently in use.
    V6Size double
    Number of IPv6 addresses in this pool.
    VersionContexts List<GetIppoolShadowPoolResultVersionContext>
    Vrves List<GetIppoolShadowPoolResultVrf>
    AccountMoid string
    The Account ID for this managed object.
    AdditionalProperties string
    Ancestors []GetIppoolShadowPoolResultAncestor
    Assigned float64
    Number of IDs that are currently assigned (in use).
    AssignmentOrder string
    Assignment order decides the order in which the next identifier is allocated.* sequential - Identifiers are assigned in a sequential order.* default - Assignment order is decided by the system.
    ClassId string
    CreateTime string
    The time when this managed object was created.
    Description string
    Description of the policy.
    DomainGroupMoid string
    The DomainGroup ID for this managed object.
    IpBlockHeads []GetIppoolShadowPoolResultIpBlockHead
    IpV4Blocks []GetIppoolShadowPoolResultIpV4Block
    IpV4Configs []GetIppoolShadowPoolResultIpV4Config
    IpV6Blocks []GetIppoolShadowPoolResultIpV6Block
    IpV6Configs []GetIppoolShadowPoolResultIpV6Config
    ModTime string
    The time when this managed object was last modified.
    Moid string
    The unique identifier of this Managed Object instance.
    Name string
    Name of the concrete policy.
    ObjectType string
    Owners []string
    Parents []GetIppoolShadowPoolResultParent
    PermissionResources []GetIppoolShadowPoolResultPermissionResource
    Pools []GetIppoolShadowPoolResultPool
    Reservations []GetIppoolShadowPoolResultReservation
    Reserved float64
    Number of IDs that are currently reserved (and not in use).
    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.
    Size float64
    Total number of identifiers in this pool.
    Tags []GetIppoolShadowPoolResultTag
    V4Assigned float64
    Number of IPv4 addresses currently in use.
    V4Size float64
    Number of IPv4 addresses in this pool.
    V6Assigned float64
    Number of IPv6 addresses currently in use.
    V6Size float64
    Number of IPv6 addresses in this pool.
    VersionContexts []GetIppoolShadowPoolResultVersionContext
    Vrves []GetIppoolShadowPoolResultVrf
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<GetIppoolShadowPoolResultAncestor>
    assigned Double
    Number of IDs that are currently assigned (in use).
    assignmentOrder String
    Assignment order decides the order in which the next identifier is allocated.* sequential - Identifiers are assigned in a sequential order.* default - Assignment order is decided by the system.
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    ipBlockHeads List<GetIppoolShadowPoolResultIpBlockHead>
    ipV4Blocks List<GetIppoolShadowPoolResultIpV4Block>
    ipV4Configs List<GetIppoolShadowPoolResultIpV4Config>
    ipV6Blocks List<GetIppoolShadowPoolResultIpV6Block>
    ipV6Configs List<GetIppoolShadowPoolResultIpV6Config>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    objectType String
    owners List<String>
    parents List<GetIppoolShadowPoolResultParent>
    permissionResources List<GetIppoolShadowPoolResultPermissionResource>
    pools List<GetIppoolShadowPoolResultPool>
    reservations List<GetIppoolShadowPoolResultReservation>
    reserved Double
    Number of IDs that are currently reserved (and not in use).
    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.
    size Double
    Total number of identifiers in this pool.
    tags List<GetIppoolShadowPoolResultTag>
    v4Assigned Double
    Number of IPv4 addresses currently in use.
    v4Size Double
    Number of IPv4 addresses in this pool.
    v6Assigned Double
    Number of IPv6 addresses currently in use.
    v6Size Double
    Number of IPv6 addresses in this pool.
    versionContexts List<GetIppoolShadowPoolResultVersionContext>
    vrves List<GetIppoolShadowPoolResultVrf>
    accountMoid string
    The Account ID for this managed object.
    additionalProperties string
    ancestors GetIppoolShadowPoolResultAncestor[]
    assigned number
    Number of IDs that are currently assigned (in use).
    assignmentOrder string
    Assignment order decides the order in which the next identifier is allocated.* sequential - Identifiers are assigned in a sequential order.* default - Assignment order is decided by the system.
    classId string
    createTime string
    The time when this managed object was created.
    description string
    Description of the policy.
    domainGroupMoid string
    The DomainGroup ID for this managed object.
    ipBlockHeads GetIppoolShadowPoolResultIpBlockHead[]
    ipV4Blocks GetIppoolShadowPoolResultIpV4Block[]
    ipV4Configs GetIppoolShadowPoolResultIpV4Config[]
    ipV6Blocks GetIppoolShadowPoolResultIpV6Block[]
    ipV6Configs GetIppoolShadowPoolResultIpV6Config[]
    modTime string
    The time when this managed object was last modified.
    moid string
    The unique identifier of this Managed Object instance.
    name string
    Name of the concrete policy.
    objectType string
    owners string[]
    parents GetIppoolShadowPoolResultParent[]
    permissionResources GetIppoolShadowPoolResultPermissionResource[]
    pools GetIppoolShadowPoolResultPool[]
    reservations GetIppoolShadowPoolResultReservation[]
    reserved number
    Number of IDs that are currently reserved (and not in use).
    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.
    size number
    Total number of identifiers in this pool.
    tags GetIppoolShadowPoolResultTag[]
    v4Assigned number
    Number of IPv4 addresses currently in use.
    v4Size number
    Number of IPv4 addresses in this pool.
    v6Assigned number
    Number of IPv6 addresses currently in use.
    v6Size number
    Number of IPv6 addresses in this pool.
    versionContexts GetIppoolShadowPoolResultVersionContext[]
    vrves GetIppoolShadowPoolResultVrf[]
    account_moid str
    The Account ID for this managed object.
    additional_properties str
    ancestors Sequence[GetIppoolShadowPoolResultAncestor]
    assigned float
    Number of IDs that are currently assigned (in use).
    assignment_order str
    Assignment order decides the order in which the next identifier is allocated.* sequential - Identifiers are assigned in a sequential order.* default - Assignment order is decided by the system.
    class_id str
    create_time str
    The time when this managed object was created.
    description str
    Description of the policy.
    domain_group_moid str
    The DomainGroup ID for this managed object.
    ip_block_heads Sequence[GetIppoolShadowPoolResultIpBlockHead]
    ip_v4_blocks Sequence[GetIppoolShadowPoolResultIpV4Block]
    ip_v4_configs Sequence[GetIppoolShadowPoolResultIpV4Config]
    ip_v6_blocks Sequence[GetIppoolShadowPoolResultIpV6Block]
    ip_v6_configs Sequence[GetIppoolShadowPoolResultIpV6Config]
    mod_time str
    The time when this managed object was last modified.
    moid str
    The unique identifier of this Managed Object instance.
    name str
    Name of the concrete policy.
    object_type str
    owners Sequence[str]
    parents Sequence[GetIppoolShadowPoolResultParent]
    permission_resources Sequence[GetIppoolShadowPoolResultPermissionResource]
    pools Sequence[GetIppoolShadowPoolResultPool]
    reservations Sequence[GetIppoolShadowPoolResultReservation]
    reserved float
    Number of IDs that are currently reserved (and not in use).
    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.
    size float
    Total number of identifiers in this pool.
    tags Sequence[GetIppoolShadowPoolResultTag]
    v4_assigned float
    Number of IPv4 addresses currently in use.
    v4_size float
    Number of IPv4 addresses in this pool.
    v6_assigned float
    Number of IPv6 addresses currently in use.
    v6_size float
    Number of IPv6 addresses in this pool.
    version_contexts Sequence[GetIppoolShadowPoolResultVersionContext]
    vrves Sequence[GetIppoolShadowPoolResultVrf]
    accountMoid String
    The Account ID for this managed object.
    additionalProperties String
    ancestors List<Property Map>
    assigned Number
    Number of IDs that are currently assigned (in use).
    assignmentOrder String
    Assignment order decides the order in which the next identifier is allocated.* sequential - Identifiers are assigned in a sequential order.* default - Assignment order is decided by the system.
    classId String
    createTime String
    The time when this managed object was created.
    description String
    Description of the policy.
    domainGroupMoid String
    The DomainGroup ID for this managed object.
    ipBlockHeads List<Property Map>
    ipV4Blocks List<Property Map>
    ipV4Configs List<Property Map>
    ipV6Blocks List<Property Map>
    ipV6Configs List<Property Map>
    modTime String
    The time when this managed object was last modified.
    moid String
    The unique identifier of this Managed Object instance.
    name String
    Name of the concrete policy.
    objectType String
    owners List<String>
    parents List<Property Map>
    permissionResources List<Property Map>
    pools List<Property Map>
    reservations List<Property Map>
    reserved Number
    Number of IDs that are currently reserved (and not in use).
    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.
    size Number
    Total number of identifiers in this pool.
    tags List<Property Map>
    v4Assigned Number
    Number of IPv4 addresses currently in use.
    v4Size Number
    Number of IPv4 addresses in this pool.
    v6Assigned Number
    Number of IPv6 addresses currently in use.
    v6Size Number
    Number of IPv6 addresses in this pool.
    versionContexts List<Property Map>
    vrves List<Property Map>

    GetIppoolShadowPoolResultAncestor

    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

    GetIppoolShadowPoolResultIpBlockHead

    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

    GetIppoolShadowPoolResultIpV4Block

    AdditionalProperties string
    ClassId string
    From string
    IpV4Configs List<GetIppoolShadowPoolResultIpV4BlockIpV4Config>
    ObjectType string
    Size double
    Total number of identifiers in this pool.
    To string
    AdditionalProperties string
    ClassId string
    From string
    IpV4Configs []GetIppoolShadowPoolResultIpV4BlockIpV4Config
    ObjectType string
    Size float64
    Total number of identifiers in this pool.
    To string
    additionalProperties String
    classId String
    from String
    ipV4Configs List<GetIppoolShadowPoolResultIpV4BlockIpV4Config>
    objectType String
    size Double
    Total number of identifiers in this pool.
    to String
    additionalProperties string
    classId string
    from string
    ipV4Configs GetIppoolShadowPoolResultIpV4BlockIpV4Config[]
    objectType string
    size number
    Total number of identifiers in this pool.
    to string
    additionalProperties String
    classId String
    from String
    ipV4Configs List<Property Map>
    objectType String
    size Number
    Total number of identifiers in this pool.
    to String

    GetIppoolShadowPoolResultIpV4BlockIpV4Config

    AdditionalProperties string
    ClassId string
    Gateway string
    Netmask string
    ObjectType string
    PrimaryDns string
    SecondaryDns string
    AdditionalProperties string
    ClassId string
    Gateway string
    Netmask string
    ObjectType string
    PrimaryDns string
    SecondaryDns string
    additionalProperties String
    classId String
    gateway String
    netmask String
    objectType String
    primaryDns String
    secondaryDns String
    additionalProperties string
    classId string
    gateway string
    netmask string
    objectType string
    primaryDns string
    secondaryDns string
    additionalProperties String
    classId String
    gateway String
    netmask String
    objectType String
    primaryDns String
    secondaryDns String

    GetIppoolShadowPoolResultIpV4Config

    AdditionalProperties string
    ClassId string
    Gateway string
    Netmask string
    ObjectType string
    PrimaryDns string
    SecondaryDns string
    AdditionalProperties string
    ClassId string
    Gateway string
    Netmask string
    ObjectType string
    PrimaryDns string
    SecondaryDns string
    additionalProperties String
    classId String
    gateway String
    netmask String
    objectType String
    primaryDns String
    secondaryDns String
    additionalProperties string
    classId string
    gateway string
    netmask string
    objectType string
    primaryDns string
    secondaryDns string
    additionalProperties String
    classId String
    gateway String
    netmask String
    objectType String
    primaryDns String
    secondaryDns String

    GetIppoolShadowPoolResultIpV6Block

    AdditionalProperties string
    ClassId string
    From string
    IpV6Configs List<GetIppoolShadowPoolResultIpV6BlockIpV6Config>
    ObjectType string
    Size double
    Total number of identifiers in this pool.
    To string
    AdditionalProperties string
    ClassId string
    From string
    IpV6Configs []GetIppoolShadowPoolResultIpV6BlockIpV6Config
    ObjectType string
    Size float64
    Total number of identifiers in this pool.
    To string
    additionalProperties String
    classId String
    from String
    ipV6Configs List<GetIppoolShadowPoolResultIpV6BlockIpV6Config>
    objectType String
    size Double
    Total number of identifiers in this pool.
    to String
    additionalProperties string
    classId string
    from string
    ipV6Configs GetIppoolShadowPoolResultIpV6BlockIpV6Config[]
    objectType string
    size number
    Total number of identifiers in this pool.
    to string
    additionalProperties String
    classId String
    from String
    ipV6Configs List<Property Map>
    objectType String
    size Number
    Total number of identifiers in this pool.
    to String

    GetIppoolShadowPoolResultIpV6BlockIpV6Config

    AdditionalProperties string
    ClassId string
    Gateway string
    ObjectType string
    Prefix double
    PrimaryDns string
    SecondaryDns string
    AdditionalProperties string
    ClassId string
    Gateway string
    ObjectType string
    Prefix float64
    PrimaryDns string
    SecondaryDns string
    additionalProperties String
    classId String
    gateway String
    objectType String
    prefix Double
    primaryDns String
    secondaryDns String
    additionalProperties string
    classId string
    gateway string
    objectType string
    prefix number
    primaryDns string
    secondaryDns string
    additionalProperties String
    classId String
    gateway String
    objectType String
    prefix Number
    primaryDns String
    secondaryDns String

    GetIppoolShadowPoolResultIpV6Config

    AdditionalProperties string
    ClassId string
    Gateway string
    ObjectType string
    Prefix double
    PrimaryDns string
    SecondaryDns string
    AdditionalProperties string
    ClassId string
    Gateway string
    ObjectType string
    Prefix float64
    PrimaryDns string
    SecondaryDns string
    additionalProperties String
    classId String
    gateway String
    objectType String
    prefix Double
    primaryDns String
    secondaryDns String
    additionalProperties string
    classId string
    gateway string
    objectType string
    prefix number
    primaryDns string
    secondaryDns string
    additionalProperties String
    classId String
    gateway String
    objectType String
    prefix Number
    primaryDns String
    secondaryDns String

    GetIppoolShadowPoolResultParent

    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

    GetIppoolShadowPoolResultPermissionResource

    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

    GetIppoolShadowPoolResultPool

    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

    GetIppoolShadowPoolResultReservation

    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

    GetIppoolShadowPoolResultTag

    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

    GetIppoolShadowPoolResultVersionContext

    GetIppoolShadowPoolResultVersionContextInterestedMo

    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

    GetIppoolShadowPoolResultVersionContextRefMo

    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

    GetIppoolShadowPoolResultVrf

    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

    GetIppoolShadowPoolTag

    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.

    GetIppoolShadowPoolVersionContext

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

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

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

    GetIppoolShadowPoolVersionContextInterestedMo

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

    GetIppoolShadowPoolVersionContextRefMo

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

    GetIppoolShadowPoolVrf

    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