Package com.ibm.cloud.is.vpc.v1.model
Class InstanceProfileClusterNetworkAttachmentCount
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.InstanceProfileClusterNetworkAttachmentCount
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
InstanceProfileClusterNetworkAttachmentCountDependent
,InstanceProfileClusterNetworkAttachmentCountEnum
,InstanceProfileClusterNetworkAttachmentCountRange
public class InstanceProfileClusterNetworkAttachmentCount extends com.ibm.cloud.sdk.core.service.model.GenericModel
InstanceProfileClusterNetworkAttachmentCount. Classes which extend this class: - InstanceProfileClusterNetworkAttachmentCountDependent - InstanceProfileClusterNetworkAttachmentCountEnum - InstanceProfileClusterNetworkAttachmentCountRange
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
InstanceProfileClusterNetworkAttachmentCount.Type
The type for this profile field.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Long
getMax()
Gets the max.Long
getMin()
Gets the min.Long
getStep()
Gets the step.String
getType()
Gets the type.List<Long>
getValues()
Gets the values.Long
getXDefault()
Gets the xDefault.
-
-
-
Method Detail
-
getType
public String getType()
Gets the type. The type for this profile field.- Returns:
- the type
-
getXDefault
public Long getXDefault()
Gets the xDefault.- Returns:
- the xDefault
-
getValues
public List<Long> getValues()
Gets the values. The permitted values for this profile field.- Returns:
- the values
-
getMax
public Long getMax()
Gets the max. The maximum value for this profile field.- Returns:
- the max
-
getMin
public Long getMin()
Gets the min. The minimum value for this profile field.- Returns:
- the min
-
getStep
public Long getStep()
Gets the step.- Returns:
- the step
-
-