Class SubnetAllocationPool
- java.lang.Object
-
- com.pulumi.openstack.networking.outputs.SubnetAllocationPool
-
public final class SubnetAllocationPool extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubnetAllocationPool.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SubnetAllocationPool.Builderbuilder()static SubnetAllocationPool.Builderbuilder(SubnetAllocationPool defaults)java.lang.Stringend()java.lang.Stringstart()
-
-
-
Method Detail
-
end
public java.lang.String end()
- Returns:
- The ending address.
-
start
public java.lang.String start()
- Returns:
- The starting address.
-
builder
public static SubnetAllocationPool.Builder builder()
-
builder
public static SubnetAllocationPool.Builder builder(SubnetAllocationPool defaults)
-
-