Class GetSubnetResult
Inheritance
System.Object
GetSubnetResult
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()
Assembly: Pulumi.OpenStack.dll
Syntax
public sealed class GetSubnetResult
Fields
View Source
AllocationPools
Allocation pools of the subnet.
Declaration
public readonly ImmutableArray<GetSubnetAllocationPoolResult> AllocationPools
Field Value
View Source
A set of string tags applied on the subnet.
Declaration
public readonly ImmutableArray<string> AllTags
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
Cidr
Declaration
public readonly string Cidr
Field Value
| Type |
Description |
| System.String |
|
View Source
Description
Declaration
public readonly string Description
Field Value
| Type |
Description |
| System.String |
|
View Source
DhcpDisabled
Declaration
public readonly bool? DhcpDisabled
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
DhcpEnabled
Declaration
public readonly bool? DhcpEnabled
Field Value
| Type |
Description |
| System.Nullable<System.Boolean> |
|
View Source
DnsNameservers
DNS Nameservers of the subnet.
Declaration
public readonly ImmutableArray<string> DnsNameservers
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
EnableDhcp
Whether the subnet has DHCP enabled or not.
Declaration
public readonly bool EnableDhcp
Field Value
| Type |
Description |
| System.Boolean |
|
View Source
GatewayIp
Declaration
public readonly string GatewayIp
Field Value
| Type |
Description |
| System.String |
|
View Source
HostRoutes
Host Routes of the subnet.
Declaration
public readonly ImmutableArray<GetSubnetHostRouteResult> HostRoutes
Field Value
View Source
Id
The provider-assigned unique ID for this managed resource.
Declaration
public readonly string Id
Field Value
| Type |
Description |
| System.String |
|
View Source
Ipv6AddressMode
Declaration
public readonly string Ipv6AddressMode
Field Value
| Type |
Description |
| System.String |
|
View Source
Ipv6RaMode
Declaration
public readonly string Ipv6RaMode
Field Value
| Type |
Description |
| System.String |
|
View Source
IpVersion
Declaration
public readonly int IpVersion
Field Value
| Type |
Description |
| System.Int32 |
|
View Source
Name
Declaration
public readonly string Name
Field Value
| Type |
Description |
| System.String |
|
View Source
NetworkId
Declaration
public readonly string NetworkId
Field Value
| Type |
Description |
| System.String |
|
View Source
Region
See Argument Reference above.
Declaration
public readonly string Region
Field Value
| Type |
Description |
| System.String |
|
View Source
SubnetId
Declaration
public readonly string SubnetId
Field Value
| Type |
Description |
| System.String |
|
View Source
SubnetpoolId
Declaration
public readonly string SubnetpoolId
Field Value
| Type |
Description |
| System.String |
|
View Source
Declaration
public readonly ImmutableArray<string> Tags
Field Value
| Type |
Description |
| System.Collections.Immutable.ImmutableArray<System.String> |
|
View Source
TenantId
Declaration
public readonly string TenantId
Field Value
| Type |
Description |
| System.String |
|