Package | Description |
---|---|
com.oracle.bmc.ocvp.model | |
com.oracle.bmc.ocvp.requests |
Modifier and Type | Method and Description |
---|---|
static SddcTypes |
SddcTypes.create(String key) |
static SddcTypes |
SddcTypes.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SddcTypes[] |
SddcTypes.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
List<SddcTypes> |
SupportedHostShapeSummary.getSupportedSddcTypes()
The supported SDDC types for the shape.
|
Modifier and Type | Method and Description |
---|---|
SupportedHostShapeSummary.Builder |
SupportedHostShapeSummary.Builder.supportedSddcTypes(List<SddcTypes> supportedSddcTypes)
The supported SDDC types for the shape.
|
Constructor and Description |
---|
SupportedHostShapeSummary(String name,
List<OperationTypes> supportedOperations,
String shapeFamily,
Float defaultOcpuCount,
List<Float> supportedOcpuCount,
List<SddcTypes> supportedSddcTypes,
List<String> supportedVmwareSoftwareVersions,
String description,
Boolean isSupportShieldedInstances,
Boolean isSupportMonthlySku)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
SddcTypes |
ListSupportedHostShapesRequest.getSddcType()
A filter to return only resources that match the given SDDC type exactly.
|
Modifier and Type | Method and Description |
---|---|
ListSupportedHostShapesRequest.Builder |
ListSupportedHostShapesRequest.Builder.sddcType(SddcTypes sddcType)
A filter to return only resources that match the given SDDC type exactly.
|
Copyright © 2016–2023. All rights reserved.