Class GetSubnetPoolResult
Inheritance
System.Object
GetSubnetPoolResult
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.OpenStack.Networking
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class GetSubnetPoolResult
Fields
View SourceAddressScopeId
See Argument Reference above.
ip_version-The IP protocol version.
Declaration
public readonly string AddressScopeId
Field Value
| Type | Description |
|---|---|
| System.String |
AllTags
The set of string tags applied on the subnetpool.
Declaration
public readonly ImmutableArray<string> AllTags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
CreatedAt
The time at which subnetpool was created.
Declaration
public readonly string CreatedAt
Field Value
| Type | Description |
|---|---|
| System.String |
DefaultPrefixlen
See Argument Reference above.
Declaration
public readonly int DefaultPrefixlen
Field Value
| Type | Description |
|---|---|
| System.Int32 |
DefaultQuota
See Argument Reference above.
Declaration
public readonly int DefaultQuota
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Description
See Argument Reference above.
Declaration
public readonly string Description
Field Value
| Type | Description |
|---|---|
| System.String |
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type | Description |
|---|---|
| System.String |
IpVersion
Declaration
public readonly int IpVersion
Field Value
| Type | Description |
|---|---|
| System.Int32 |
IsDefault
See Argument Reference above.
Declaration
public readonly bool IsDefault
Field Value
| Type | Description |
|---|---|
| System.Boolean |
MaxPrefixlen
See Argument Reference above.
Declaration
public readonly int MaxPrefixlen
Field Value
| Type | Description |
|---|---|
| System.Int32 |
MinPrefixlen
See Argument Reference above.
Declaration
public readonly int MinPrefixlen
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Name
See Argument Reference above.
Declaration
public readonly string Name
Field Value
| Type | Description |
|---|---|
| System.String |
Prefixes
See Argument Reference above.
Declaration
public readonly ImmutableArray<string> Prefixes
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
ProjectId
See Argument Reference above.
Declaration
public readonly string ProjectId
Field Value
| Type | Description |
|---|---|
| System.String |
Region
See Argument Reference above.
Declaration
public readonly string Region
Field Value
| Type | Description |
|---|---|
| System.String |
RevisionNumber
The revision number of the subnetpool.
Declaration
public readonly int RevisionNumber
Field Value
| Type | Description |
|---|---|
| System.Int32 |
Shared
See Argument Reference above.
Declaration
public readonly bool Shared
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Tags
Declaration
public readonly ImmutableArray<string> Tags
Field Value
| Type | Description |
|---|---|
| System.Collections.Immutable.ImmutableArray<System.String> |
UpdatedAt
The time at which subnetpool was created.
Declaration
public readonly string UpdatedAt
Field Value
| Type | Description |
|---|---|
| System.String |