Class GetSubnetPoolArgs
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 GetSubnetPoolArgs : InvokeArgs
Constructors
View SourceGetSubnetPoolArgs()
Declaration
public GetSubnetPoolArgs()
Properties
View SourceAddressScopeId
The Neutron address scope that subnetpools is assigned to.
Declaration
public string AddressScopeId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
DefaultPrefixlen
The size of the subnetpool default prefix length.
Declaration
public int? DefaultPrefixlen { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
DefaultQuota
The per-project quota on the prefix space that can be allocated from the subnetpool for project subnets.
Declaration
public int? DefaultQuota { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Description
The human-readable description for the subnetpool.
Declaration
public string Description { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
IpVersion
The IP protocol version.
Declaration
public int? IpVersion { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
IsDefault
Whether the subnetpool is default subnetpool or not.
Declaration
public bool? IsDefault { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
MaxPrefixlen
The size of the subnetpool max prefix length.
Declaration
public int? MaxPrefixlen { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
MinPrefixlen
The size of the subnetpool min prefix length.
Declaration
public int? MinPrefixlen { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Int32> |
Name
The name of the subnetpool.
Declaration
public string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
ProjectId
The owner of the subnetpool.
Declaration
public string ProjectId { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Region
The region in which to obtain the V2 Networking client.
A Networking client is needed to retrieve a subnetpool id. If omitted, the
region argument of the provider is used.
Declaration
public string Region { get; set; }
Property Value
| Type | Description |
|---|---|
| System.String |
Shared
Whether this subnetpool is shared across all projects.
Declaration
public bool? Shared { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Nullable<System.Boolean> |
Tags
The list of subnetpool tags to filter.
Declaration
public List<string> Tags { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.List<System.String> |