Package com.ibm.cloud.is.vpc.v1.model
Class InstanceProfileDiskSupportedInterfaces
- java.lang.Object
-
- com.ibm.cloud.sdk.core.service.model.GenericModel
-
- com.ibm.cloud.is.vpc.v1.model.InstanceProfileDiskSupportedInterfaces
-
- All Implemented Interfaces:
com.ibm.cloud.sdk.core.service.model.ObjectModel
public class InstanceProfileDiskSupportedInterfaces extends com.ibm.cloud.sdk.core.service.model.GenericModelInstanceProfileDiskSupportedInterfaces.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interfaceInstanceProfileDiskSupportedInterfaces.TypeThe type for this profile field.static interfaceInstanceProfileDiskSupportedInterfaces.ValuesThe disk interface used for attaching the disk.static interfaceInstanceProfileDiskSupportedInterfaces.XDefaultThe disk interface used for attaching the disk.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetType()Gets the type.List<String>getValues()Gets the values.StringgetXDefault()Gets the xDefault.
-
-
-
Method Detail
-
getXDefault
public String getXDefault()
Gets the xDefault. The disk interface used for attaching the disk. The enumerated values for this property are expected to expand in the future. When processing this property, check for and log unknown values. Optionally halt processing and surface the error, or bypass the resource on which the unexpected property value was encountered.- Returns:
- the xDefault
-
getType
public String getType()
Gets the type. The type for this profile field.- Returns:
- the type
-
-