Package | Description |
---|---|
com.oracle.bmc.computecloudatcustomer.model |
Modifier and Type | Method and Description |
---|---|
static CccInfrastructure.ConnectionState |
CccInfrastructure.ConnectionState.create(String key) |
CccInfrastructure.ConnectionState |
CccInfrastructure.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.
|
CccInfrastructure.ConnectionState |
CccInfrastructureSummary.getConnectionState()
The current connection state of the 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.
|
Modifier and Type | Method and Description |
---|---|
CccInfrastructure.Builder |
CccInfrastructure.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.
|
CccInfrastructureSummary.Builder |
CccInfrastructureSummary.Builder.connectionState(CccInfrastructure.ConnectionState connectionState)
The current connection state of the 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.
|
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.
|
Copyright © 2016–2024. All rights reserved.