Class SubnetAllocationPoolsCollection
- java.lang.Object
-
- com.pulumi.openstack.networking.outputs.SubnetAllocationPoolsCollection
-
public final class SubnetAllocationPoolsCollection extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classSubnetAllocationPoolsCollection.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SubnetAllocationPoolsCollection.Builderbuilder()static SubnetAllocationPoolsCollection.Builderbuilder(SubnetAllocationPoolsCollection 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 SubnetAllocationPoolsCollection.Builder builder()
-
builder
public static SubnetAllocationPoolsCollection.Builder builder(SubnetAllocationPoolsCollection defaults)
-
-