Package | Description |
---|---|
com.oracle.bmc.ocvp.model |
Modifier and Type | Method and Description |
---|---|
static Sku |
Sku.create(String key) |
Sku |
EsxiHost.getCurrentSku()
The billing option currently used by the ESXi host.
|
Sku |
CreateEsxiHostDetails.getCurrentSku()
The billing option currently used by the ESXi host.
|
Sku |
EsxiHostSummary.getCurrentSku()
The billing option currently used by the ESXi host.
|
Sku |
CreateSddcDetails.getInitialSku()
The billing option selected during SDDC creation.
|
Sku |
Sddc.getInitialSku()
The billing option selected during SDDC creation.
|
Sku |
SupportedSkuSummary.getName()
name of SKU
|
Sku |
UpdateEsxiHostDetails.getNextSku()
The billing option to switch to after the existing billing cycle ends.
|
Sku |
EsxiHost.getNextSku()
The billing option to switch to after the current billing cycle ends.
|
Sku |
CreateEsxiHostDetails.getNextSku()
The billing option to switch to after the existing billing cycle ends.
|
Sku |
EsxiHostSummary.getNextSku()
The billing option to switch to after the current billing cycle ends.
|
static Sku |
Sku.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sku[] |
Sku.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
EsxiHost.Builder |
EsxiHost.Builder.currentSku(Sku currentSku)
The billing option currently used by the ESXi host.
|
CreateEsxiHostDetails.Builder |
CreateEsxiHostDetails.Builder.currentSku(Sku currentSku)
The billing option currently used by the ESXi host.
|
EsxiHostSummary.Builder |
EsxiHostSummary.Builder.currentSku(Sku currentSku)
The billing option currently used by the ESXi host.
|
CreateSddcDetails.Builder |
CreateSddcDetails.Builder.initialSku(Sku initialSku)
The billing option selected during SDDC creation.
|
Sddc.Builder |
Sddc.Builder.initialSku(Sku initialSku)
The billing option selected during SDDC creation.
|
SupportedSkuSummary.Builder |
SupportedSkuSummary.Builder.name(Sku name)
name of SKU
|
UpdateEsxiHostDetails.Builder |
UpdateEsxiHostDetails.Builder.nextSku(Sku nextSku)
The billing option to switch to after the existing billing cycle ends.
|
EsxiHost.Builder |
EsxiHost.Builder.nextSku(Sku nextSku)
The billing option to switch to after the current billing cycle ends.
|
CreateEsxiHostDetails.Builder |
CreateEsxiHostDetails.Builder.nextSku(Sku nextSku)
The billing option to switch to after the existing billing cycle ends.
|
EsxiHostSummary.Builder |
EsxiHostSummary.Builder.nextSku(Sku nextSku)
The billing option to switch to after the current billing cycle ends.
|
Constructor and Description |
---|
CreateEsxiHostDetails(String sddcId,
String displayName,
Sku currentSku,
Sku nextSku,
String computeAvailabilityDomain,
String failedEsxiHostId,
String hostShapeName,
Float hostOcpuCount,
String capacityReservationId,
String nonUpgradedEsxiHostId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
CreateSddcDetails(String computeAvailabilityDomain,
String displayName,
String vmwareSoftwareVersion,
String compartmentId,
String instanceDisplayNamePrefix,
Integer esxiHostsCount,
Sku initialSku,
Boolean isHcxEnabled,
String hcxVlanId,
Boolean isHcxEnterpriseEnabled,
Boolean isSingleHostSddc,
String sshAuthorizedKeys,
String workloadNetworkCidr,
String provisioningSubnetId,
String vsphereVlanId,
String vmotionVlanId,
String vsanVlanId,
String nsxVTepVlanId,
String nsxEdgeVTepVlanId,
String nsxEdgeUplink1VlanId,
String nsxEdgeUplink2VlanId,
String replicationVlanId,
String provisioningVlanId,
String initialHostShapeName,
Float initialHostOcpuCount,
Boolean isShieldedInstanceEnabled,
String capacityReservationId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
EsxiHost(String id,
String displayName,
String sddcId,
String compartmentId,
String computeInstanceId,
Date timeCreated,
Date timeUpdated,
LifecycleStates lifecycleState,
Sku currentSku,
Sku nextSku,
Date billingContractEndDate,
String failedEsxiHostId,
String replacementEsxiHostId,
Date gracePeriodEndDate,
String vmwareSoftwareVersion,
String nonUpgradedEsxiHostId,
String upgradedReplacementEsxiHostId,
String computeAvailabilityDomain,
String hostShapeName,
Float hostOcpuCount,
String capacityReservationId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
EsxiHostSummary(String id,
String displayName,
String sddcId,
String compartmentId,
String computeInstanceId,
Date timeCreated,
Date timeUpdated,
LifecycleStates lifecycleState,
Sku currentSku,
Sku nextSku,
Date billingContractEndDate,
String failedEsxiHostId,
String replacementEsxiHostId,
Date gracePeriodEndDate,
String vmwareSoftwareVersion,
String nonUpgradedEsxiHostId,
String upgradedReplacementEsxiHostId,
String computeAvailabilityDomain,
String hostShapeName,
Float hostOcpuCount,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Sddc(String id,
String computeAvailabilityDomain,
String displayName,
String instanceDisplayNamePrefix,
String vmwareSoftwareVersion,
String compartmentId,
Integer esxiHostsCount,
Sku initialSku,
String vcenterFqdn,
String nsxManagerFqdn,
String vcenterPrivateIpId,
String nsxManagerPrivateIpId,
String vcenterInitialPassword,
String nsxManagerInitialPassword,
String vcenterUsername,
String nsxManagerUsername,
String sshAuthorizedKeys,
String workloadNetworkCidr,
String nsxOverlaySegmentName,
String nsxEdgeUplinkIpId,
String provisioningSubnetId,
String vsphereVlanId,
String vmotionVlanId,
String vsanVlanId,
String nsxVTepVlanId,
String nsxEdgeVTepVlanId,
String nsxEdgeUplink1VlanId,
String nsxEdgeUplink2VlanId,
String replicationVlanId,
String provisioningVlanId,
String hcxPrivateIpId,
String hcxFqdn,
String hcxInitialPassword,
String hcxVlanId,
Boolean isHcxEnabled,
String hcxOnPremKey,
Boolean isHcxEnterpriseEnabled,
Boolean isHcxPendingDowngrade,
List<HcxLicenseSummary> hcxOnPremLicenses,
Date timeHcxBillingCycleEnd,
Date timeHcxLicenseStatusUpdated,
Boolean isSingleHostSddc,
Date timeCreated,
Date timeUpdated,
LifecycleStates lifecycleState,
List<VsphereLicense> upgradeLicenses,
String vsphereUpgradeGuide,
List<VsphereUpgradeObject> vsphereUpgradeObjects,
String initialHostShapeName,
Float initialHostOcpuCount,
Boolean isShieldedInstanceEnabled,
String capacityReservationId,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
SupportedSkuSummary(Sku name)
Deprecated.
|
UpdateEsxiHostDetails(String displayName,
Sku nextSku,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Copyright © 2016–2023. All rights reserved.