Package | Description |
---|---|
com.oracle.bmc.computecloudatcustomer | |
com.oracle.bmc.computecloudatcustomer.model | |
com.oracle.bmc.computecloudatcustomer.requests |
Modifier and Type | Method and Description |
---|---|
static CccInfrastructure.LifecycleState |
CccInfrastructure.LifecycleState.create(String key) |
CccInfrastructure.LifecycleState |
CccInfrastructure.getLifecycleState()
The current state of the Compute Cloud@Customer infrastructure.
|
CccInfrastructure.LifecycleState |
CccInfrastructureSummary.getLifecycleState()
The current state of the Compute Cloud@Customer infrastructure.
|
static CccInfrastructure.LifecycleState |
CccInfrastructure.LifecycleState.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CccInfrastructure.LifecycleState[] |
CccInfrastructure.LifecycleState.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
CccInfrastructure.Builder |
CccInfrastructure.Builder.lifecycleState(CccInfrastructure.LifecycleState lifecycleState)
The current state of the Compute Cloud@Customer infrastructure.
|
CccInfrastructureSummary.Builder |
CccInfrastructureSummary.Builder.lifecycleState(CccInfrastructure.LifecycleState lifecycleState)
The current state of the Compute Cloud@Customer infrastructure.
|
Constructor and Description |
---|
CccInfrastructure(String id,
String shortName,
String displayName,
String description,
String compartmentId,
String subnetId,
CccInfrastructure.ConnectionState connectionState,
String connectionDetails,
String cccUpgradeScheduleId,
String provisioningFingerprint,
String provisioningPin,
Date timeCreated,
Date timeUpdated,
CccInfrastructure.LifecycleState lifecycleState,
String lifecycleDetails,
CccInfrastructureInventory infrastructureInventory,
CccInfrastructureNetworkConfiguration infrastructureNetworkConfiguration,
CccUpgradeInformation upgradeInformation,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
CccInfrastructureSummary(String id,
String shortName,
String displayName,
String compartmentId,
String subnetId,
Date timeCreated,
CccInfrastructure.ConnectionState connectionState,
CccInfrastructure.LifecycleState lifecycleState,
Map<String,String> freeformTags,
Map<String,Map<String,Object>> definedTags,
Map<String,Map<String,Object>> systemTags)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
CccInfrastructure.LifecycleState |
ListCccInfrastructuresRequest.getLifecycleState()
A filter used to return only resources that match the given lifecycleState.
|
Modifier and Type | Method and Description |
---|---|
ListCccInfrastructuresRequest.Builder |
ListCccInfrastructuresRequest.Builder.lifecycleState(CccInfrastructure.LifecycleState lifecycleState)
A filter used to return only resources that match the given lifecycleState.
|
Copyright © 2016–2024. All rights reserved.