Package com.ibm.cloud.is.vpc.v1.model
Class GetInstanceNetworkInterfaceIpOptions
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.GetInstanceNetworkInterfaceIpOptions
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class GetInstanceNetworkInterfaceIpOptions extends com.ibm.cloud.sdk.core.service.model.GenericModel
The getInstanceNetworkInterfaceIp options.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetInstanceNetworkInterfaceIpOptions.Builder
Builder.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
id()
Gets the id.String
instanceId()
Gets the instanceId.String
networkInterfaceId()
Gets the networkInterfaceId.GetInstanceNetworkInterfaceIpOptions.Builder
newBuilder()
New builder.
-
-
-
Method Detail
-
newBuilder
public GetInstanceNetworkInterfaceIpOptions.Builder newBuilder()
New builder.- Returns:
- a GetInstanceNetworkInterfaceIpOptions builder
-
instanceId
public String instanceId()
Gets the instanceId. The virtual server instance identifier.- Returns:
- the instanceId
-
networkInterfaceId
public String networkInterfaceId()
Gets the networkInterfaceId. The instance network interface identifier.- Returns:
- the networkInterfaceId
-
id
public String id()
Gets the id. The reserved IP identifier.- Returns:
- the id
-
-