Package com.pulumi.openstack.networking
Class SubnetPoolArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.openstack.networking.SubnetPoolArgs
-
public final class SubnetPoolArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubnetPoolArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static SubnetPoolArgsEmpty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.lang.String>>addressScopeId()static SubnetPoolArgs.Builderbuilder()static SubnetPoolArgs.Builderbuilder(SubnetPoolArgs defaults)java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>defaultPrefixlen()java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>defaultQuota()java.util.Optional<com.pulumi.core.Output<java.lang.String>>description()java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>ipVersion()java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>isDefault()java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>maxPrefixlen()java.util.Optional<com.pulumi.core.Output<java.lang.Integer>>minPrefixlen()java.util.Optional<com.pulumi.core.Output<java.lang.String>>name()com.pulumi.core.Output<java.util.List<java.lang.String>>prefixes()java.util.Optional<com.pulumi.core.Output<java.lang.String>>projectId()java.util.Optional<com.pulumi.core.Output<java.lang.String>>region()java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>shared()java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>>tags()java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.Object>>>valueSpecs()
-
-
-
Field Detail
-
Empty
public static final SubnetPoolArgs Empty
-
-
Method Detail
-
addressScopeId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> addressScopeId()
- Returns:
- The Neutron address scope to assign to the subnetpool. Changing this updates the address scope id of the existing subnetpool.
-
defaultPrefixlen
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> defaultPrefixlen()
- Returns:
- The size of the prefix to allocate when the cidr or prefixlen attributes are omitted when you create the subnet. Defaults to the MinPrefixLen. Changing this updates the default prefixlen of the existing subnetpool.
-
defaultQuota
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> defaultQuota()
- Returns:
- The per-project quota on the prefix space that can be allocated from the subnetpool for project subnets. Changing this updates the default quota of the existing subnetpool.
-
description
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
- Returns:
- The human-readable description for the subnetpool. Changing this updates the description of the existing subnetpool.
-
ipVersion
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> ipVersion()
- Returns:
- The IP protocol version.
-
isDefault
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> isDefault()
- Returns:
- Indicates whether the subnetpool is default subnetpool or not. Changing this updates the default status of the existing subnetpool.
-
maxPrefixlen
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> maxPrefixlen()
- Returns:
- The maximum prefix size that can be allocated from the subnetpool. For IPv4 subnetpools, default is 32. For IPv6 subnetpools, default is 128. Changing this updates the max prefixlen of the existing subnetpool.
-
minPrefixlen
public java.util.Optional<com.pulumi.core.Output<java.lang.Integer>> minPrefixlen()
- Returns:
- The smallest prefix that can be allocated from a subnetpool. For IPv4 subnetpools, default is 8. For IPv6 subnetpools, default is 64. Changing this updates the min prefixlen of the existing subnetpool.
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- The name of the subnetpool. Changing this updates the name of the existing subnetpool.
-
prefixes
public com.pulumi.core.Output<java.util.List<java.lang.String>> prefixes()
- Returns:
- A list of subnet prefixes to assign to the subnetpool. Neutron API merges adjacent prefixes and treats them as a single prefix. Each subnet prefix must be unique among all subnet prefixes in all subnetpools that are associated with the address scope. Changing this updates the prefixes list of the existing subnetpool.
-
projectId
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> projectId()
- Returns:
- The owner of the subnetpool. Required if admin wants to create a subnetpool for another project. Changing this creates a new subnetpool.
-
region
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()
- Returns:
- The region in which to obtain the V2 Networking client. A Networking client is needed to create a Neutron subnetpool. If omitted, the `region` argument of the provider is used. Changing this creates a new subnetpool.
-
shared
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> shared()
- Returns:
- Indicates whether this subnetpool is shared across all projects. Changing this updates the shared status of the existing subnetpool.
-
tags
public java.util.Optional<com.pulumi.core.Output<java.util.List<java.lang.String>>> tags()
- Returns:
- A set of string tags for the subnetpool.
-
valueSpecs
public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,java.lang.Object>>> valueSpecs()
- Returns:
- Map of additional options.
-
builder
public static SubnetPoolArgs.Builder builder()
-
builder
public static SubnetPoolArgs.Builder builder(SubnetPoolArgs defaults)
-
-