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