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.GenericModel
InstanceProfileDiskSupportedInterfaces.
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static interface
InstanceProfileDiskSupportedInterfaces.Type
The type for this profile field.static interface
InstanceProfileDiskSupportedInterfaces.Values
The disk interface used for attaching the disk.static interface
InstanceProfileDiskSupportedInterfaces.XDefault
The disk interface used for attaching the disk.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getType()
Gets the type.List<String>
getValues()
Gets the values.String
getXDefault()
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
-
-