intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
intersight.getIppoolPool
Explore with Pulumi AI
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet
Pool represents a collection of IPv4 and/or IPv6 addresses that can be allocated to other configuration entities like server profiles.
Using getIppoolPool
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 getIppoolPool(args: GetIppoolPoolArgs, opts?: InvokeOptions): Promise<GetIppoolPoolResult>
function getIppoolPoolOutput(args: GetIppoolPoolOutputArgs, opts?: InvokeOptions): Output<GetIppoolPoolResult>def get_ippool_pool(account_moid: Optional[str] = None,
                    additional_properties: Optional[str] = None,
                    ancestors: Optional[Sequence[GetIppoolPoolAncestor]] = 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,
                    enable_block_level_subnet_config: Optional[bool] = None,
                    id: Optional[str] = None,
                    ip_v4_blocks: Optional[Sequence[GetIppoolPoolIpV4Block]] = None,
                    ip_v4_config: Optional[GetIppoolPoolIpV4Config] = None,
                    ip_v6_blocks: Optional[Sequence[GetIppoolPoolIpV6Block]] = None,
                    ip_v6_config: Optional[GetIppoolPoolIpV6Config] = None,
                    mod_time: Optional[str] = None,
                    moid: Optional[str] = None,
                    name: Optional[str] = None,
                    object_type: Optional[str] = None,
                    organization: Optional[GetIppoolPoolOrganization] = None,
                    owners: Optional[Sequence[str]] = None,
                    parent: Optional[GetIppoolPoolParent] = None,
                    permission_resources: Optional[Sequence[GetIppoolPoolPermissionResource]] = None,
                    reservations: Optional[Sequence[GetIppoolPoolReservation]] = None,
                    reserved: Optional[float] = None,
                    shadow_pools: Optional[Sequence[GetIppoolPoolShadowPool]] = None,
                    shared_scope: Optional[str] = None,
                    size: Optional[float] = None,
                    tags: Optional[Sequence[GetIppoolPoolTag]] = None,
                    v4_assigned: Optional[float] = None,
                    v4_size: Optional[float] = None,
                    v6_assigned: Optional[float] = None,
                    v6_size: Optional[float] = None,
                    version_context: Optional[GetIppoolPoolVersionContext] = None,
                    opts: Optional[InvokeOptions] = None) -> GetIppoolPoolResult
def get_ippool_pool_output(account_moid: Optional[pulumi.Input[str]] = None,
                    additional_properties: Optional[pulumi.Input[str]] = None,
                    ancestors: Optional[pulumi.Input[Sequence[pulumi.Input[GetIppoolPoolAncestorArgs]]]] = 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,
                    enable_block_level_subnet_config: Optional[pulumi.Input[bool]] = None,
                    id: Optional[pulumi.Input[str]] = None,
                    ip_v4_blocks: Optional[pulumi.Input[Sequence[pulumi.Input[GetIppoolPoolIpV4BlockArgs]]]] = None,
                    ip_v4_config: Optional[pulumi.Input[GetIppoolPoolIpV4ConfigArgs]] = None,
                    ip_v6_blocks: Optional[pulumi.Input[Sequence[pulumi.Input[GetIppoolPoolIpV6BlockArgs]]]] = None,
                    ip_v6_config: Optional[pulumi.Input[GetIppoolPoolIpV6ConfigArgs]] = None,
                    mod_time: Optional[pulumi.Input[str]] = None,
                    moid: Optional[pulumi.Input[str]] = None,
                    name: Optional[pulumi.Input[str]] = None,
                    object_type: Optional[pulumi.Input[str]] = None,
                    organization: Optional[pulumi.Input[GetIppoolPoolOrganizationArgs]] = None,
                    owners: Optional[pulumi.Input[Sequence[pulumi.Input[str]]]] = None,
                    parent: Optional[pulumi.Input[GetIppoolPoolParentArgs]] = None,
                    permission_resources: Optional[pulumi.Input[Sequence[pulumi.Input[GetIppoolPoolPermissionResourceArgs]]]] = None,
                    reservations: Optional[pulumi.Input[Sequence[pulumi.Input[GetIppoolPoolReservationArgs]]]] = None,
                    reserved: Optional[pulumi.Input[float]] = None,
                    shadow_pools: Optional[pulumi.Input[Sequence[pulumi.Input[GetIppoolPoolShadowPoolArgs]]]] = None,
                    shared_scope: Optional[pulumi.Input[str]] = None,
                    size: Optional[pulumi.Input[float]] = None,
                    tags: Optional[pulumi.Input[Sequence[pulumi.Input[GetIppoolPoolTagArgs]]]] = 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[GetIppoolPoolVersionContextArgs]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetIppoolPoolResult]func LookupIppoolPool(ctx *Context, args *LookupIppoolPoolArgs, opts ...InvokeOption) (*LookupIppoolPoolResult, error)
func LookupIppoolPoolOutput(ctx *Context, args *LookupIppoolPoolOutputArgs, opts ...InvokeOption) LookupIppoolPoolResultOutput> Note: This function is named LookupIppoolPool in the Go SDK.
public static class GetIppoolPool 
{
    public static Task<GetIppoolPoolResult> InvokeAsync(GetIppoolPoolArgs args, InvokeOptions? opts = null)
    public static Output<GetIppoolPoolResult> Invoke(GetIppoolPoolInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetIppoolPoolResult> getIppoolPool(GetIppoolPoolArgs args, InvokeOptions options)
public static Output<GetIppoolPoolResult> getIppoolPool(GetIppoolPoolArgs args, InvokeOptions options)
fn::invoke:
  function: intersight:index/getIppoolPool:getIppoolPool
  arguments:
    # arguments dictionaryThe following arguments are supported:
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetIppool Pool Ancestor> 
- 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.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EnableBlock boolLevel Subnet Config 
- Enables subnet configuration at the block level.
- Id string
- IpV4Blocks List<GetIppool Pool Ip V4Block> 
- IpV4Config GetIppool Pool Ip V4Config 
- IpV6Blocks List<GetIppool Pool Ip V6Block> 
- IpV6Config GetIppool Pool Ip V6Config 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the concrete policy.
- ObjectType string
- Organization
GetIppool Pool Organization 
- Owners List<string>
- Parent
GetIppool Pool Parent 
- PermissionResources List<GetIppool Pool Permission Resource> 
- Reservations
List<GetIppool Pool Reservation> 
- Reserved double
- Number of IDs that are currently reserved (and not in use).
- ShadowPools List<GetIppool Pool Shadow Pool> 
- 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.
- 
List<GetIppool Pool Tag> 
- 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 GetIppool Pool Version Context 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetIppool Pool Ancestor 
- 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.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EnableBlock boolLevel Subnet Config 
- Enables subnet configuration at the block level.
- Id string
- IpV4Blocks []GetIppool Pool Ip V4Block 
- IpV4Config GetIppool Pool Ip V4Config 
- IpV6Blocks []GetIppool Pool Ip V6Block 
- IpV6Config GetIppool Pool Ip V6Config 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the concrete policy.
- ObjectType string
- Organization
GetIppool Pool Organization 
- Owners []string
- Parent
GetIppool Pool Parent 
- PermissionResources []GetIppool Pool Permission Resource 
- Reservations
[]GetIppool Pool Reservation 
- Reserved float64
- Number of IDs that are currently reserved (and not in use).
- ShadowPools []GetIppool Pool Shadow Pool 
- 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.
- 
[]GetIppool Pool Tag 
- 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 GetIppool Pool Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetIppool Pool Ancestor> 
- 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.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- enableBlock BooleanLevel Subnet Config 
- Enables subnet configuration at the block level.
- id String
- ipV4Blocks List<GetIppool Pool Ip V4Block> 
- ipV4Config GetIppool Pool Ip V4Config 
- ipV6Blocks List<GetIppool Pool Ip V6Block> 
- ipV6Config GetIppool Pool Ip V6Config 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the concrete policy.
- objectType String
- organization
GetIppool Pool Organization 
- owners List<String>
- parent
GetIppool Pool Parent 
- permissionResources List<GetIppool Pool Permission Resource> 
- reservations
List<GetIppool Pool Reservation> 
- reserved Double
- Number of IDs that are currently reserved (and not in use).
- shadowPools List<GetIppool Pool Shadow Pool> 
- 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.
- 
List<GetIppool Pool Tag> 
- 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 GetIppool Pool Version Context 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetIppool Pool Ancestor[] 
- 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.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- enableBlock booleanLevel Subnet Config 
- Enables subnet configuration at the block level.
- id string
- ipV4Blocks GetIppool Pool Ip V4Block[] 
- ipV4Config GetIppool Pool Ip V4Config 
- ipV6Blocks GetIppool Pool Ip V6Block[] 
- ipV6Config GetIppool Pool Ip V6Config 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the concrete policy.
- objectType string
- organization
GetIppool Pool Organization 
- owners string[]
- parent
GetIppool Pool Parent 
- permissionResources GetIppool Pool Permission Resource[] 
- reservations
GetIppool Pool Reservation[] 
- reserved number
- Number of IDs that are currently reserved (and not in use).
- shadowPools GetIppool Pool Shadow Pool[] 
- 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.
- 
GetIppool Pool Tag[] 
- 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 GetIppool Pool Version Context 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetIppool Pool Ancestor] 
- 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_ strmoid 
- The DomainGroup ID for this managed object.
- enable_block_ boollevel_ subnet_ config 
- Enables subnet configuration at the block level.
- id str
- ip_v4_ Sequence[Getblocks Ippool Pool Ip V4Block] 
- ip_v4_ Getconfig Ippool Pool Ip V4Config 
- ip_v6_ Sequence[Getblocks Ippool Pool Ip V6Block] 
- ip_v6_ Getconfig Ippool Pool Ip V6Config 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the concrete policy.
- object_type str
- organization
GetIppool Pool Organization 
- owners Sequence[str]
- parent
GetIppool Pool Parent 
- permission_resources Sequence[GetIppool Pool Permission Resource] 
- reservations
Sequence[GetIppool Pool Reservation] 
- reserved float
- Number of IDs that are currently reserved (and not in use).
- shadow_pools Sequence[GetIppool Pool Shadow Pool] 
- 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.
- 
Sequence[GetIppool Pool Tag] 
- 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 GetIppool Pool Version Context 
- 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.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- enableBlock BooleanLevel Subnet Config 
- Enables subnet configuration at the block level.
- id String
- 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
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- reservations List<Property Map>
- reserved Number
- Number of IDs that are currently reserved (and not in use).
- shadowPools List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- size Number
- Total number of identifiers in this pool.
- 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
getIppoolPool Result
The following output properties are available:
- Id string
- Results
List<GetIppool Pool Result> 
- AccountMoid string
- AdditionalProperties string
- Ancestors
List<GetIppool Pool Ancestor> 
- Assigned double
- AssignmentOrder string
- ClassId string
- CreateTime string
- Description string
- DomainGroup stringMoid 
- EnableBlock boolLevel Subnet Config 
- IpV4Blocks List<GetIppool Pool Ip V4Block> 
- IpV4Config GetIppool Pool Ip V4Config 
- IpV6Blocks List<GetIppool Pool Ip V6Block> 
- IpV6Config GetIppool Pool Ip V6Config 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Organization
GetIppool Pool Organization 
- Owners List<string>
- Parent
GetIppool Pool Parent 
- PermissionResources List<GetIppool Pool Permission Resource> 
- Reservations
List<GetIppool Pool Reservation> 
- Reserved double
- ShadowPools List<GetIppool Pool Shadow Pool> 
- string
- Size double
- 
List<GetIppool Pool Tag> 
- V4Assigned double
- V4Size double
- V6Assigned double
- V6Size double
- VersionContext GetIppool Pool Version Context 
- Id string
- Results
[]GetIppool Pool Result 
- AccountMoid string
- AdditionalProperties string
- Ancestors
[]GetIppool Pool Ancestor 
- Assigned float64
- AssignmentOrder string
- ClassId string
- CreateTime string
- Description string
- DomainGroup stringMoid 
- EnableBlock boolLevel Subnet Config 
- IpV4Blocks []GetIppool Pool Ip V4Block 
- IpV4Config GetIppool Pool Ip V4Config 
- IpV6Blocks []GetIppool Pool Ip V6Block 
- IpV6Config GetIppool Pool Ip V6Config 
- ModTime string
- Moid string
- Name string
- ObjectType string
- Organization
GetIppool Pool Organization 
- Owners []string
- Parent
GetIppool Pool Parent 
- PermissionResources []GetIppool Pool Permission Resource 
- Reservations
[]GetIppool Pool Reservation 
- Reserved float64
- ShadowPools []GetIppool Pool Shadow Pool 
- string
- Size float64
- 
[]GetIppool Pool Tag 
- V4Assigned float64
- V4Size float64
- V6Assigned float64
- V6Size float64
- VersionContext GetIppool Pool Version Context 
- id String
- results
List<GetIppool Pool Result> 
- accountMoid String
- additionalProperties String
- ancestors
List<GetIppool Pool Ancestor> 
- assigned Double
- assignmentOrder String
- classId String
- createTime String
- description String
- domainGroup StringMoid 
- enableBlock BooleanLevel Subnet Config 
- ipV4Blocks List<GetIppool Pool Ip V4Block> 
- ipV4Config GetIppool Pool Ip V4Config 
- ipV6Blocks List<GetIppool Pool Ip V6Block> 
- ipV6Config GetIppool Pool Ip V6Config 
- modTime String
- moid String
- name String
- objectType String
- organization
GetIppool Pool Organization 
- owners List<String>
- parent
GetIppool Pool Parent 
- permissionResources List<GetIppool Pool Permission Resource> 
- reservations
List<GetIppool Pool Reservation> 
- reserved Double
- shadowPools List<GetIppool Pool Shadow Pool> 
- String
- size Double
- 
List<GetIppool Pool Tag> 
- v4Assigned Double
- v4Size Double
- v6Assigned Double
- v6Size Double
- versionContext GetIppool Pool Version Context 
- id string
- results
GetIppool Pool Result[] 
- accountMoid string
- additionalProperties string
- ancestors
GetIppool Pool Ancestor[] 
- assigned number
- assignmentOrder string
- classId string
- createTime string
- description string
- domainGroup stringMoid 
- enableBlock booleanLevel Subnet Config 
- ipV4Blocks GetIppool Pool Ip V4Block[] 
- ipV4Config GetIppool Pool Ip V4Config 
- ipV6Blocks GetIppool Pool Ip V6Block[] 
- ipV6Config GetIppool Pool Ip V6Config 
- modTime string
- moid string
- name string
- objectType string
- organization
GetIppool Pool Organization 
- owners string[]
- parent
GetIppool Pool Parent 
- permissionResources GetIppool Pool Permission Resource[] 
- reservations
GetIppool Pool Reservation[] 
- reserved number
- shadowPools GetIppool Pool Shadow Pool[] 
- string
- size number
- 
GetIppool Pool Tag[] 
- v4Assigned number
- v4Size number
- v6Assigned number
- v6Size number
- versionContext GetIppool Pool Version Context 
- id str
- results
Sequence[GetIppool Pool Result] 
- account_moid str
- additional_properties str
- ancestors
Sequence[GetIppool Pool Ancestor] 
- assigned float
- assignment_order str
- class_id str
- create_time str
- description str
- domain_group_ strmoid 
- enable_block_ boollevel_ subnet_ config 
- ip_v4_ Sequence[Getblocks Ippool Pool Ip V4Block] 
- ip_v4_ Getconfig Ippool Pool Ip V4Config 
- ip_v6_ Sequence[Getblocks Ippool Pool Ip V6Block] 
- ip_v6_ Getconfig Ippool Pool Ip V6Config 
- mod_time str
- moid str
- name str
- object_type str
- organization
GetIppool Pool Organization 
- owners Sequence[str]
- parent
GetIppool Pool Parent 
- permission_resources Sequence[GetIppool Pool Permission Resource] 
- reservations
Sequence[GetIppool Pool Reservation] 
- reserved float
- shadow_pools Sequence[GetIppool Pool Shadow Pool] 
- str
- size float
- 
Sequence[GetIppool Pool Tag] 
- v4_assigned float
- v4_size float
- v6_assigned float
- v6_size float
- version_context GetIppool Pool Version Context 
- id String
- results List<Property Map>
- accountMoid String
- additionalProperties String
- ancestors List<Property Map>
- assigned Number
- assignmentOrder String
- classId String
- createTime String
- description String
- domainGroup StringMoid 
- enableBlock BooleanLevel Subnet Config 
- ipV4Blocks List<Property Map>
- ipV4Config Property Map
- ipV6Blocks List<Property Map>
- ipV6Config Property Map
- modTime String
- moid String
- name String
- objectType String
- organization Property Map
- owners List<String>
- parent Property Map
- permissionResources List<Property Map>
- reservations List<Property Map>
- reserved Number
- shadowPools List<Property Map>
- String
- size Number
- List<Property Map>
- v4Assigned Number
- v4Size Number
- v6Assigned Number
- v6Size Number
- versionContext Property Map
Supporting Types
GetIppoolPoolAncestor   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIppoolPoolIpV4Block    
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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 GetIppool Pool Ip V4Block Ip V4Config 
- 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 GetIppool Pool Ip V4Block Ip V4Config 
- 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 GetIppool Pool Ip V4Block Ip V4Config 
- 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 GetIppool Pool Ip V4Block Ip V4Config 
- 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_ Getconfig Ippool Pool Ip V4Block Ip V4Config 
- 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.
GetIppoolPoolIpV4BlockIpV4Config      
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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.
GetIppoolPoolIpV4Config    
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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.
GetIppoolPoolIpV6Block    
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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 GetIppool Pool Ip V6Block Ip V6Config 
- 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 GetIppool Pool Ip V6Block Ip V6Config 
- 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 GetIppool Pool Ip V6Block Ip V6Config 
- 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 GetIppool Pool Ip V6Block Ip V6Config 
- 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_ Getconfig Ippool Pool Ip V6Block Ip V6Config 
- 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.
GetIppoolPoolIpV6BlockIpV6Config      
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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.
GetIppoolPoolIpV6Config    
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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.
GetIppoolPoolOrganization   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIppoolPoolParent   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIppoolPoolPermissionResource    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIppoolPoolReservation   
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIppoolPoolResult   
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
List<GetIppool Pool Result Ancestor> 
- 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.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EnableBlock boolLevel Subnet Config 
- Enables subnet configuration at the block level.
- IpV4Blocks List<GetIppool Pool Result Ip V4Block> 
- IpV4Configs List<GetIppool Pool Result Ip V4Config> 
- IpV6Blocks List<GetIppool Pool Result Ip V6Block> 
- IpV6Configs List<GetIppool Pool Result Ip V6Config> 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the concrete policy.
- ObjectType string
- Organizations
List<GetIppool Pool Result Organization> 
- Owners List<string>
- Parents
List<GetIppool Pool Result Parent> 
- PermissionResources List<GetIppool Pool Result Permission Resource> 
- Reservations
List<GetIppool Pool Result Reservation> 
- Reserved double
- Number of IDs that are currently reserved (and not in use).
- ShadowPools List<GetIppool Pool Result Shadow Pool> 
- 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.
- 
List<GetIppool Pool Result Tag> 
- 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<GetIppool Pool Result Version Context> 
- AccountMoid string
- The Account ID for this managed object.
- AdditionalProperties string
- Ancestors
[]GetIppool Pool Result Ancestor 
- 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.
- DomainGroup stringMoid 
- The DomainGroup ID for this managed object.
- EnableBlock boolLevel Subnet Config 
- Enables subnet configuration at the block level.
- IpV4Blocks []GetIppool Pool Result Ip V4Block 
- IpV4Configs []GetIppool Pool Result Ip V4Config 
- IpV6Blocks []GetIppool Pool Result Ip V6Block 
- IpV6Configs []GetIppool Pool Result Ip V6Config 
- ModTime string
- The time when this managed object was last modified.
- Moid string
- The unique identifier of this Managed Object instance.
- Name string
- Name of the concrete policy.
- ObjectType string
- Organizations
[]GetIppool Pool Result Organization 
- Owners []string
- Parents
[]GetIppool Pool Result Parent 
- PermissionResources []GetIppool Pool Result Permission Resource 
- Reservations
[]GetIppool Pool Result Reservation 
- Reserved float64
- Number of IDs that are currently reserved (and not in use).
- ShadowPools []GetIppool Pool Result Shadow Pool 
- 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.
- 
[]GetIppool Pool Result Tag 
- 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 []GetIppool Pool Result Version Context 
- accountMoid String
- The Account ID for this managed object.
- additionalProperties String
- ancestors
List<GetIppool Pool Result Ancestor> 
- 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.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- enableBlock BooleanLevel Subnet Config 
- Enables subnet configuration at the block level.
- ipV4Blocks List<GetIppool Pool Result Ip V4Block> 
- ipV4Configs List<GetIppool Pool Result Ip V4Config> 
- ipV6Blocks List<GetIppool Pool Result Ip V6Block> 
- ipV6Configs List<GetIppool Pool Result Ip V6Config> 
- modTime String
- The time when this managed object was last modified.
- moid String
- The unique identifier of this Managed Object instance.
- name String
- Name of the concrete policy.
- objectType String
- organizations
List<GetIppool Pool Result Organization> 
- owners List<String>
- parents
List<GetIppool Pool Result Parent> 
- permissionResources List<GetIppool Pool Result Permission Resource> 
- reservations
List<GetIppool Pool Result Reservation> 
- reserved Double
- Number of IDs that are currently reserved (and not in use).
- shadowPools List<GetIppool Pool Result Shadow Pool> 
- 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.
- 
List<GetIppool Pool Result Tag> 
- 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<GetIppool Pool Result Version Context> 
- accountMoid string
- The Account ID for this managed object.
- additionalProperties string
- ancestors
GetIppool Pool Result Ancestor[] 
- 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.
- domainGroup stringMoid 
- The DomainGroup ID for this managed object.
- enableBlock booleanLevel Subnet Config 
- Enables subnet configuration at the block level.
- ipV4Blocks GetIppool Pool Result Ip V4Block[] 
- ipV4Configs GetIppool Pool Result Ip V4Config[] 
- ipV6Blocks GetIppool Pool Result Ip V6Block[] 
- ipV6Configs GetIppool Pool Result Ip V6Config[] 
- modTime string
- The time when this managed object was last modified.
- moid string
- The unique identifier of this Managed Object instance.
- name string
- Name of the concrete policy.
- objectType string
- organizations
GetIppool Pool Result Organization[] 
- owners string[]
- parents
GetIppool Pool Result Parent[] 
- permissionResources GetIppool Pool Result Permission Resource[] 
- reservations
GetIppool Pool Result Reservation[] 
- reserved number
- Number of IDs that are currently reserved (and not in use).
- shadowPools GetIppool Pool Result Shadow Pool[] 
- 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.
- 
GetIppool Pool Result Tag[] 
- 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 GetIppool Pool Result Version Context[] 
- account_moid str
- The Account ID for this managed object.
- additional_properties str
- ancestors
Sequence[GetIppool Pool Result Ancestor] 
- 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_ strmoid 
- The DomainGroup ID for this managed object.
- enable_block_ boollevel_ subnet_ config 
- Enables subnet configuration at the block level.
- ip_v4_ Sequence[Getblocks Ippool Pool Result Ip V4Block] 
- ip_v4_ Sequence[Getconfigs Ippool Pool Result Ip V4Config] 
- ip_v6_ Sequence[Getblocks Ippool Pool Result Ip V6Block] 
- ip_v6_ Sequence[Getconfigs Ippool Pool Result Ip V6Config] 
- mod_time str
- The time when this managed object was last modified.
- moid str
- The unique identifier of this Managed Object instance.
- name str
- Name of the concrete policy.
- object_type str
- organizations
Sequence[GetIppool Pool Result Organization] 
- owners Sequence[str]
- parents
Sequence[GetIppool Pool Result Parent] 
- permission_resources Sequence[GetIppool Pool Result Permission Resource] 
- reservations
Sequence[GetIppool Pool Result Reservation] 
- reserved float
- Number of IDs that are currently reserved (and not in use).
- shadow_pools Sequence[GetIppool Pool Result Shadow Pool] 
- 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.
- 
Sequence[GetIppool Pool Result Tag] 
- 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[GetIppool Pool Result Version Context] 
- 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.
- domainGroup StringMoid 
- The DomainGroup ID for this managed object.
- enableBlock BooleanLevel Subnet Config 
- Enables subnet configuration at the block level.
- 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
- organizations List<Property Map>
- owners List<String>
- parents List<Property Map>
- permissionResources List<Property Map>
- reservations List<Property Map>
- reserved Number
- Number of IDs that are currently reserved (and not in use).
- shadowPools List<Property Map>
- String
- Intersight provides pre-built workflows, tasks and policies to end users through global catalogs.Objects that are made available through global catalogs are said to have a 'shared' ownership. Shared objects are either made globally available to all end users or restricted to end users based on their license entitlement. Users can use this property to differentiate the scope (global or a specific license tier) to which a shared MO belongs.
- size Number
- Total number of identifiers in this pool.
- 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>
GetIppoolPoolResultAncestor    
- 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
GetIppoolPoolResultIpV4Block     
- AdditionalProperties string
- ClassId string
- From string
- IpV4Configs List<GetIppool Pool Result Ip V4Block Ip V4Config> 
- ObjectType string
- Size double
- Total number of identifiers in this pool.
- To string
- AdditionalProperties string
- ClassId string
- From string
- IpV4Configs []GetIppool Pool Result Ip V4Block Ip V4Config 
- ObjectType string
- Size float64
- Total number of identifiers in this pool.
- To string
- additionalProperties String
- classId String
- from String
- ipV4Configs List<GetIppool Pool Result Ip V4Block Ip V4Config> 
- objectType String
- size Double
- Total number of identifiers in this pool.
- to String
- additionalProperties string
- classId string
- from string
- ipV4Configs GetIppool Pool Result Ip V4Block Ip V4Config[] 
- objectType string
- size number
- Total number of identifiers in this pool.
- to string
- additional_properties str
- class_id str
- from_ str
- ip_v4_ Sequence[Getconfigs Ippool Pool Result Ip V4Block Ip V4Config] 
- object_type str
- size float
- Total number of identifiers in this pool.
- to str
- additionalProperties String
- classId String
- from String
- ipV4Configs List<Property Map>
- objectType String
- size Number
- Total number of identifiers in this pool.
- to String
GetIppoolPoolResultIpV4BlockIpV4Config       
- 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
- additional_properties str
- class_id str
- gateway str
- netmask str
- object_type str
- primary_dns str
- secondary_dns str
- additionalProperties String
- classId String
- gateway String
- netmask String
- objectType String
- primaryDns String
- secondaryDns String
GetIppoolPoolResultIpV4Config     
- 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
- additional_properties str
- class_id str
- gateway str
- netmask str
- object_type str
- primary_dns str
- secondary_dns str
- additionalProperties String
- classId String
- gateway String
- netmask String
- objectType String
- primaryDns String
- secondaryDns String
GetIppoolPoolResultIpV6Block     
- AdditionalProperties string
- ClassId string
- From string
- IpV6Configs List<GetIppool Pool Result Ip V6Block Ip V6Config> 
- ObjectType string
- Size double
- Total number of identifiers in this pool.
- To string
- AdditionalProperties string
- ClassId string
- From string
- IpV6Configs []GetIppool Pool Result Ip V6Block Ip V6Config 
- ObjectType string
- Size float64
- Total number of identifiers in this pool.
- To string
- additionalProperties String
- classId String
- from String
- ipV6Configs List<GetIppool Pool Result Ip V6Block Ip V6Config> 
- objectType String
- size Double
- Total number of identifiers in this pool.
- to String
- additionalProperties string
- classId string
- from string
- ipV6Configs GetIppool Pool Result Ip V6Block Ip V6Config[] 
- objectType string
- size number
- Total number of identifiers in this pool.
- to string
- additional_properties str
- class_id str
- from_ str
- ip_v6_ Sequence[Getconfigs Ippool Pool Result Ip V6Block Ip V6Config] 
- object_type str
- size float
- Total number of identifiers in this pool.
- to str
- additionalProperties String
- classId String
- from String
- ipV6Configs List<Property Map>
- objectType String
- size Number
- Total number of identifiers in this pool.
- to String
GetIppoolPoolResultIpV6BlockIpV6Config       
- 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
- additional_properties str
- class_id str
- gateway str
- object_type str
- prefix float
- primary_dns str
- secondary_dns str
- additionalProperties String
- classId String
- gateway String
- objectType String
- prefix Number
- primaryDns String
- secondaryDns String
GetIppoolPoolResultIpV6Config     
- 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
- additional_properties str
- class_id str
- gateway str
- object_type str
- prefix float
- primary_dns str
- secondary_dns str
- additionalProperties String
- classId String
- gateway String
- objectType String
- prefix Number
- primaryDns String
- secondaryDns String
GetIppoolPoolResultOrganization    
- 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
GetIppoolPoolResultParent    
- 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
GetIppoolPoolResultPermissionResource     
- 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
GetIppoolPoolResultReservation    
- 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
GetIppoolPoolResultShadowPool     
- 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
GetIppoolPoolResultTag    
- AdditionalProperties string
- Key string
- Value string
- AdditionalProperties string
- Key string
- Value string
- additionalProperties String
- key String
- value String
- additionalProperties string
- key string
- value string
- additional_properties str
- key str
- value str
- additionalProperties String
- key String
- value String
GetIppoolPoolResultVersionContext     
- AdditionalProperties string
- ClassId string
- InterestedMos []GetIppool Pool Result Version Context Interested Mo 
- MarkedFor boolDeletion 
- NrVersion string
- ObjectType string
- RefMos []GetIppool Pool Result Version Context Ref Mo 
- Timestamp string
- VersionType string
- additionalProperties String
- classId String
- interestedMos List<GetIppool Pool Result Version Context Interested Mo> 
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<GetIppool Pool Result Version Context Ref Mo> 
- timestamp String
- versionType String
- additionalProperties string
- classId string
- interestedMos GetIppool Pool Result Version Context Interested Mo[] 
- markedFor booleanDeletion 
- nrVersion string
- objectType string
- refMos GetIppool Pool Result Version Context Ref Mo[] 
- timestamp string
- versionType string
- additionalProperties String
- classId String
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- nrVersion String
- objectType String
- refMos List<Property Map>
- timestamp String
- versionType String
GetIppoolPoolResultVersionContextInterestedMo       
- 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
GetIppoolPoolResultVersionContextRefMo       
- 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
GetIppoolPoolShadowPool    
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIppoolPoolTag   
- 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.
GetIppoolPoolVersionContext    
- AdditionalProperties string
- ClassId string
- The fully-qualified name 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<GetIppool Pool Version Context Interested Mo> 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetIppool Pool Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- InterestedMos []GetIppool Pool Version Context Interested Mo 
- MarkedFor boolDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- NrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- ObjectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- RefMo GetIppool Pool Version Context Ref Mo 
- A reference to the original Managed Object.
- Timestamp string
- The time this versioned Managed Object was created.
- VersionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<GetIppool Pool Version Context Interested Mo> 
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetIppool Pool Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos GetIppool Pool Version Context Interested Mo[] 
- markedFor booleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion string
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType string
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo GetIppool Pool Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp string
- The time this versioned Managed Object was created.
- versionType string
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interested_mos Sequence[GetIppool Pool Version Context Interested Mo] 
- marked_for_ booldeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nr_version str
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- object_type str
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- ref_mo GetIppool Pool Version Context Ref Mo 
- A reference to the original Managed Object.
- timestamp str
- The time this versioned Managed Object was created.
- version_type str
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- interestedMos List<Property Map>
- markedFor BooleanDeletion 
- The flag to indicate if snapshot is marked for deletion or not. If flag is set then snapshot will be removed after the successful deployment of the policy.
- nrVersion String
- The version of the Managed Object, e.g. an incrementing number or a hash id.
- objectType String
- The fully-qualified name of the instantiated, concrete type. The value should be the same as the 'ClassId' property.
- refMo Property Map
- A reference to the original Managed Object.
- timestamp String
- The time this versioned Managed Object was created.
- versionType String
- Specifies type of version. Currently the only supported value is "Configured"
that is used to keep track of snapshots of policies and profiles that are intended
to be configured to target endpoints.- Modified- Version created every time an object is modified.
- Configured- Version created every time an object is configured to the service profile.
- Deployed- Version created for objects related to a service profile when it is deployed.
 
GetIppoolPoolVersionContextInterestedMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
GetIppoolPoolVersionContextRefMo      
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- AdditionalProperties string
- ClassId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- Moid string
- The unique identifier of this Managed Object instance.
- ObjectType string
- The fully-qualified name of the remote type referred by this relationship.
- Selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties string
- classId string
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid string
- The unique identifier of this Managed Object instance.
- objectType string
- The fully-qualified name of the remote type referred by this relationship.
- selector string
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additional_properties str
- class_id str
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid str
- The unique identifier of this Managed Object instance.
- object_type str
- The fully-qualified name of the remote type referred by this relationship.
- selector str
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
- additionalProperties String
- classId String
- The fully-qualified name of the instantiated, concrete type. This property is used as a discriminator to identify the type of the payload when marshaling and unmarshaling data.
- moid String
- The unique identifier of this Managed Object instance.
- objectType String
- The fully-qualified name of the remote type referred by this relationship.
- selector String
- An OData $filter expression which describes the REST resource to be referenced. This field may
be set instead of 'moid' by clients.- If 'moid' is set this field is ignored.
- If 'selector' is set and 'moid' is empty/absent from the request, Intersight determines the Moid of the resource matching the filter expression and populates it in the MoRef that is part of the object instance being inserted/updated to fulfill the REST request. An error is returned if the filter matches zero or more than one REST resource. An example filter string is: Serial eq '3AA8B7T11'.
 
Package Details
- Repository
- intersight ciscodevnet/terraform-provider-intersight
- License
- Notes
- This Pulumi package is based on the intersightTerraform Provider.
intersight 1.0.65 published on Wednesday, May 7, 2025 by ciscodevnet