Package com.ibm.cloud.is.vpc.v1.model
Class DedicatedHostProfileSocket
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.DedicatedHostProfileSocket
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
- Direct Known Subclasses:
DedicatedHostProfileSocketDependent,DedicatedHostProfileSocketEnum,DedicatedHostProfileSocketFixed,DedicatedHostProfileSocketRange
public class DedicatedHostProfileSocket extends com.ibm.cloud.sdk.core.service.model.GenericModelDedicatedHostProfileSocket. Classes which extend this class: - DedicatedHostProfileSocketFixed - DedicatedHostProfileSocketRange - DedicatedHostProfileSocketEnum - DedicatedHostProfileSocketDependent
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceDedicatedHostProfileSocket.TypeThe type for this profile field.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LonggetMax()Gets the max.LonggetMin()Gets the min.LonggetStep()Gets the step.StringgetType()Gets the type.LonggetValue()Gets the value.List<Long>getValues()Gets the values.LonggetXDefault()Gets the xDefault.
-
-
-
Method Detail
-
getType
public String getType()
Gets the type. The type for this profile field.- Returns:
- the type
-
getValue
public Long getValue()
Gets the value. The value for this profile field.- Returns:
- the value
-
getXDefault
public Long getXDefault()
Gets the xDefault. The default value for this profile field.- Returns:
- the xDefault
-
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. The increment step value for this profile field.- Returns:
- the step
-
-