Uses of Class
com.oracle.bmc.computecloudatcustomer.model.CccUpgradeInformation
-
Packages that use CccUpgradeInformation Package Description com.oracle.bmc.computecloudatcustomer.model -
-
Uses of CccUpgradeInformation in com.oracle.bmc.computecloudatcustomer.model
Methods in com.oracle.bmc.computecloudatcustomer.model that return CccUpgradeInformation Modifier and Type Method Description CccUpgradeInformation
CccUpgradeInformation.Builder. build()
CccUpgradeInformation
CccInfrastructure. getUpgradeInformation()
Methods in com.oracle.bmc.computecloudatcustomer.model with parameters of type CccUpgradeInformation Modifier and Type Method Description CccUpgradeInformation.Builder
CccUpgradeInformation.Builder. copy(CccUpgradeInformation model)
CccInfrastructure.Builder
CccInfrastructure.Builder. upgradeInformation(CccUpgradeInformation upgradeInformation)
Constructors in com.oracle.bmc.computecloudatcustomer.model with parameters of type CccUpgradeInformation 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.
-