Uses of Class
com.oracle.bmc.computecloudatcustomer.model.CccInfrastructure.ConnectionState
-
Packages that use CccInfrastructure.ConnectionState Package Description com.oracle.bmc.computecloudatcustomer.model -
-
Uses of CccInfrastructure.ConnectionState in com.oracle.bmc.computecloudatcustomer.model
Methods in com.oracle.bmc.computecloudatcustomer.model that return CccInfrastructure.ConnectionState Modifier and Type Method Description static CccInfrastructure.ConnectionState
CccInfrastructure.ConnectionState. create(String key)
CccInfrastructure.ConnectionState
CccInfrastructure. getConnectionState()
The current connection state of the infrastructure.CccInfrastructure.ConnectionState
CccInfrastructureSummary. getConnectionState()
The current connection state of the infrastructure.CccInfrastructure.ConnectionState
CreateCccInfrastructureDetails. getConnectionState()
The current connection state of the Compute Cloud@Customer infrastructure.CccInfrastructure.ConnectionState
UpdateCccInfrastructureDetails. getConnectionState()
An updated connection state of the Compute Cloud@Customer infrastructure.static CccInfrastructure.ConnectionState
CccInfrastructure.ConnectionState. valueOf(String name)
Returns the enum constant of this type with the specified name.static CccInfrastructure.ConnectionState[]
CccInfrastructure.ConnectionState. 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.ConnectionState Modifier and Type Method Description CccInfrastructure.Builder
CccInfrastructure.Builder. connectionState(CccInfrastructure.ConnectionState connectionState)
The current connection state of the infrastructure.CccInfrastructureSummary.Builder
CccInfrastructureSummary.Builder. connectionState(CccInfrastructure.ConnectionState connectionState)
The current connection state of the infrastructure.CreateCccInfrastructureDetails.Builder
CreateCccInfrastructureDetails.Builder. connectionState(CccInfrastructure.ConnectionState connectionState)
The current connection state of the Compute Cloud@Customer infrastructure.UpdateCccInfrastructureDetails.Builder
UpdateCccInfrastructureDetails.Builder. connectionState(CccInfrastructure.ConnectionState connectionState)
An updated connection state of the Compute Cloud@Customer infrastructure.Constructors in com.oracle.bmc.computecloudatcustomer.model with parameters of type CccInfrastructure.ConnectionState 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.CreateCccInfrastructureDetails(String displayName, String description, String compartmentId, String subnetId, CccInfrastructure.ConnectionState connectionState, String connectionDetails, String cccUpgradeScheduleId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.UpdateCccInfrastructureDetails(String displayName, String description, String subnetId, CccInfrastructure.ConnectionState connectionState, String connectionDetails, String cccUpgradeScheduleId, Map<String,String> freeformTags, Map<String,Map<String,Object>> definedTags)
Deprecated.
-