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