Package | Description |
---|---|
com.oracle.bmc.ocvp | |
com.oracle.bmc.ocvp.model | |
com.oracle.bmc.ocvp.requests |
Modifier and Type | Method and Description |
---|---|
Waiter<GetEsxiHostRequest,GetEsxiHostResponse> |
EsxiHostWaiters.forEsxiHost(GetEsxiHostRequest request,
LifecycleStates... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetEsxiHostRequest,GetEsxiHostResponse> |
EsxiHostWaiters.forEsxiHost(GetEsxiHostRequest request,
LifecycleStates targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetEsxiHostRequest,GetEsxiHostResponse> |
EsxiHostWaiters.forEsxiHost(GetEsxiHostRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifecycleStates... targetStates)
Creates a new
Waiter using the provided configuration. |
Waiter<GetSddcRequest,GetSddcResponse> |
SddcWaiters.forSddc(GetSddcRequest request,
LifecycleStates... targetStates)
Creates a new
Waiter using the default configuration. |
Waiter<GetSddcRequest,GetSddcResponse> |
SddcWaiters.forSddc(GetSddcRequest request,
LifecycleStates targetState,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy)
Creates a new
Waiter using the provided configuration. |
Waiter<GetSddcRequest,GetSddcResponse> |
SddcWaiters.forSddc(GetSddcRequest request,
TerminationStrategy terminationStrategy,
DelayStrategy delayStrategy,
LifecycleStates... targetStates)
Creates a new
Waiter using the provided configuration. |
Modifier and Type | Method and Description |
---|---|
static LifecycleStates |
LifecycleStates.create(String key) |
LifecycleStates |
EsxiHost.getLifecycleState()
The current state of the ESXi host.
|
LifecycleStates |
Sddc.getLifecycleState()
The current state of the SDDC.
|
LifecycleStates |
SddcSummary.getLifecycleState()
The current state of the SDDC.
|
LifecycleStates |
EsxiHostSummary.getLifecycleState()
The current state of the ESXi host.
|
static LifecycleStates |
LifecycleStates.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifecycleStates[] |
LifecycleStates.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.lifecycleState(LifecycleStates lifecycleState)
The current state of the ESXi host.
|
Sddc.Builder |
Sddc.Builder.lifecycleState(LifecycleStates lifecycleState)
The current state of the SDDC.
|
SddcSummary.Builder |
SddcSummary.Builder.lifecycleState(LifecycleStates lifecycleState)
The current state of the SDDC.
|
EsxiHostSummary.Builder |
EsxiHostSummary.Builder.lifecycleState(LifecycleStates lifecycleState)
The current state of the ESXi host.
|
Constructor and Description |
---|
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.
|
SddcSummary(String id,
String computeAvailabilityDomain,
String displayName,
String vmwareSoftwareVersion,
String compartmentId,
Integer esxiHostsCount,
String hcxFqdn,
Boolean isHcxEnabled,
String vcenterFqdn,
String nsxManagerFqdn,
Date timeCreated,
Date timeUpdated,
LifecycleStates lifecycleState,
Boolean isShieldedInstanceEnabled,
String initialHostShapeName,
Float initialHostOcpuCount,
Boolean isSingleHostSddc,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
LifecycleStates |
ListSddcsRequest.getLifecycleState()
The lifecycle state of the resource.
|
LifecycleStates |
ListEsxiHostsRequest.getLifecycleState()
The lifecycle state of the resource.
|
Modifier and Type | Method and Description |
---|---|
ListSddcsRequest.Builder |
ListSddcsRequest.Builder.lifecycleState(LifecycleStates lifecycleState)
The lifecycle state of the resource.
|
ListEsxiHostsRequest.Builder |
ListEsxiHostsRequest.Builder.lifecycleState(LifecycleStates lifecycleState)
The lifecycle state of the resource.
|
Copyright © 2016–2023. All rights reserved.