Uses of Class
com.oracle.bmc.computecloudatcustomer.model.CccInfrastructure.LifecycleState
-
Packages that use CccInfrastructure.LifecycleState Package Description com.oracle.bmc.computecloudatcustomer com.oracle.bmc.computecloudatcustomer.model com.oracle.bmc.computecloudatcustomer.requests -
-
Uses of CccInfrastructure.LifecycleState in com.oracle.bmc.computecloudatcustomer
-
Uses of CccInfrastructure.LifecycleState in com.oracle.bmc.computecloudatcustomer.model
Methods in com.oracle.bmc.computecloudatcustomer.model that return CccInfrastructure.LifecycleState Modifier and Type Method 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.Methods in com.oracle.bmc.computecloudatcustomer.model with parameters of type CccInfrastructure.LifecycleState Modifier and Type Method 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.Constructors in com.oracle.bmc.computecloudatcustomer.model with parameters of type CccInfrastructure.LifecycleState Constructor 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. -
Uses of CccInfrastructure.LifecycleState in com.oracle.bmc.computecloudatcustomer.requests
Methods in com.oracle.bmc.computecloudatcustomer.requests that return CccInfrastructure.LifecycleState Modifier and Type Method Description CccInfrastructure.LifecycleState
ListCccInfrastructuresRequest. getLifecycleState()
A filter used to return only resources that match the given lifecycleState.Methods in com.oracle.bmc.computecloudatcustomer.requests with parameters of type CccInfrastructure.LifecycleState Modifier and Type Method Description ListCccInfrastructuresRequest.Builder
ListCccInfrastructuresRequest.Builder. lifecycleState(CccInfrastructure.LifecycleState lifecycleState)
A filter used to return only resources that match the given lifecycleState.
-