Class NetworkSegment
- java.lang.Object
-
- com.pulumi.openstack.networking.outputs.NetworkSegment
-
public final class NetworkSegment extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classNetworkSegment.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static NetworkSegment.Builderbuilder()static NetworkSegment.Builderbuilder(NetworkSegment defaults)java.util.Optional<java.lang.String>networkType()java.util.Optional<java.lang.String>physicalNetwork()java.util.Optional<java.lang.Integer>segmentationId()
-
-
-
Method Detail
-
networkType
public java.util.Optional<java.lang.String> networkType()
- Returns:
- The type of physical network.
-
physicalNetwork
public java.util.Optional<java.lang.String> physicalNetwork()
- Returns:
- The physical network where this network is implemented.
-
segmentationId
public java.util.Optional<java.lang.Integer> segmentationId()
- Returns:
- An isolated segment on the physical network.
-
builder
public static NetworkSegment.Builder builder()
-
builder
public static NetworkSegment.Builder builder(NetworkSegment defaults)
-
-