Package com.ibm.cloud.is.vpc.v1.model
Class CreateFloatingIpOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.CreateFloatingIpOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class CreateFloatingIpOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The createFloatingIp options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CreateFloatingIpOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FloatingIPPrototype
floatingIpPrototype()
Gets the floatingIpPrototype.CreateFloatingIpOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public CreateFloatingIpOptions.Builder newBuilder()
New builder.- Returns:
- a CreateFloatingIpOptions builder
-
floatingIpPrototype
public FloatingIPPrototype floatingIpPrototype()
Gets the floatingIpPrototype. The floating IP prototype object.- Returns:
- the floatingIpPrototype
-
-