Uses of Class
com.oracle.bmc.devops.model.ShapeConfig
-
Packages that use ShapeConfig Package Description com.oracle.bmc.devops.model -
-
Uses of ShapeConfig in com.oracle.bmc.devops.model
Methods in com.oracle.bmc.devops.model that return ShapeConfig Modifier and Type Method Description ShapeConfig
ShapeConfig.Builder. build()
ShapeConfig
ContainerInstanceConfig. getShapeConfig()
Methods in com.oracle.bmc.devops.model with parameters of type ShapeConfig Modifier and Type Method Description ShapeConfig.Builder
ShapeConfig.Builder. copy(ShapeConfig model)
ContainerInstanceConfig.Builder
ContainerInstanceConfig.Builder. shapeConfig(ShapeConfig shapeConfig)
Constructors in com.oracle.bmc.devops.model with parameters of type ShapeConfig Constructor Description ContainerInstanceConfig(String compartmentId, String availabilityDomain, String shapeName, ShapeConfig shapeConfig, NetworkChannel networkChannel)
Deprecated.
-