Show / Hide Table of Contents

Class GetSubnetPoolArgs

Inheritance
System.Object
InputArgs
InvokeArgs
GetSubnetPoolArgs
Inherited Members
InvokeArgs.Empty
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 Source

GetSubnetPoolArgs()

Declaration
public GetSubnetPoolArgs()

Properties

View Source

AddressScopeId

The Neutron address scope that subnetpools is assigned to.

Declaration
public string AddressScopeId { get; set; }
Property Value
Type Description
System.String
View Source

DefaultPrefixlen

The size of the subnetpool default prefix length.

Declaration
public int? DefaultPrefixlen { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

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>
View Source

Description

The human-readable description for the subnetpool.

Declaration
public string Description { get; set; }
Property Value
Type Description
System.String
View Source

IpVersion

The IP protocol version.

Declaration
public int? IpVersion { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

IsDefault

Whether the subnetpool is default subnetpool or not.

Declaration
public bool? IsDefault { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

MaxPrefixlen

The size of the subnetpool max prefix length.

Declaration
public int? MaxPrefixlen { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

MinPrefixlen

The size of the subnetpool min prefix length.

Declaration
public int? MinPrefixlen { get; set; }
Property Value
Type Description
System.Nullable<System.Int32>
View Source

Name

The name of the subnetpool.

Declaration
public string Name { get; set; }
Property Value
Type Description
System.String
View Source

ProjectId

The owner of the subnetpool.

Declaration
public string ProjectId { get; set; }
Property Value
Type Description
System.String
View Source

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
View Source

Shared

Whether this subnetpool is shared across all projects.

Declaration
public bool? Shared { get; set; }
Property Value
Type Description
System.Nullable<System.Boolean>
View Source

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>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.