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