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