Class SubnetAllocationPoolArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.openstack.networking.inputs.SubnetAllocationPoolArgs
-
public final class SubnetAllocationPoolArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubnetAllocationPoolArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static SubnetAllocationPoolArgsEmpty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SubnetAllocationPoolArgs.Builderbuilder()static SubnetAllocationPoolArgs.Builderbuilder(SubnetAllocationPoolArgs defaults)com.pulumi.core.Output<java.lang.String>end()com.pulumi.core.Output<java.lang.String>start()
-
-
-
Field Detail
-
Empty
public static final SubnetAllocationPoolArgs Empty
-
-
Method Detail
-
end
public com.pulumi.core.Output<java.lang.String> end()
- Returns:
- The ending address.
-
start
public com.pulumi.core.Output<java.lang.String> start()
- Returns:
- The starting address.
-
builder
public static SubnetAllocationPoolArgs.Builder builder()
-
builder
public static SubnetAllocationPoolArgs.Builder builder(SubnetAllocationPoolArgs defaults)
-
-