Uses of Class
com.oracle.bmc.core.model.InstancePoolPlacementSecondaryVnicSubnet
-
Packages that use InstancePoolPlacementSecondaryVnicSubnet Package Description com.oracle.bmc.core.model -
-
Uses of InstancePoolPlacementSecondaryVnicSubnet in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return InstancePoolPlacementSecondaryVnicSubnet Modifier and Type Method Description InstancePoolPlacementSecondaryVnicSubnetInstancePoolPlacementSecondaryVnicSubnet.Builder. build()Methods in com.oracle.bmc.core.model that return types with arguments of type InstancePoolPlacementSecondaryVnicSubnet Modifier and Type Method Description List<InstancePoolPlacementSecondaryVnicSubnet>ClusterNetworkPlacementConfigurationDetails. getSecondaryVnicSubnets()The set of secondary VNIC data for instances in the pool.List<InstancePoolPlacementSecondaryVnicSubnet>CreateInstancePoolPlacementConfigurationDetails. getSecondaryVnicSubnets()The set of secondary VNIC data for instances in the pool.List<InstancePoolPlacementSecondaryVnicSubnet>InstancePoolPlacementConfiguration. getSecondaryVnicSubnets()The set of secondary VNIC data for instances in the pool.List<InstancePoolPlacementSecondaryVnicSubnet>UpdateInstancePoolPlacementConfigurationDetails. getSecondaryVnicSubnets()The set of secondary VNIC data for instances in the pool.Methods in com.oracle.bmc.core.model with parameters of type InstancePoolPlacementSecondaryVnicSubnet Modifier and Type Method Description InstancePoolPlacementSecondaryVnicSubnet.BuilderInstancePoolPlacementSecondaryVnicSubnet.Builder. copy(InstancePoolPlacementSecondaryVnicSubnet model)Method parameters in com.oracle.bmc.core.model with type arguments of type InstancePoolPlacementSecondaryVnicSubnet Modifier and Type Method Description ClusterNetworkPlacementConfigurationDetails.BuilderClusterNetworkPlacementConfigurationDetails.Builder. secondaryVnicSubnets(List<InstancePoolPlacementSecondaryVnicSubnet> secondaryVnicSubnets)The set of secondary VNIC data for instances in the pool.CreateInstancePoolPlacementConfigurationDetails.BuilderCreateInstancePoolPlacementConfigurationDetails.Builder. secondaryVnicSubnets(List<InstancePoolPlacementSecondaryVnicSubnet> secondaryVnicSubnets)The set of secondary VNIC data for instances in the pool.InstancePoolPlacementConfiguration.BuilderInstancePoolPlacementConfiguration.Builder. secondaryVnicSubnets(List<InstancePoolPlacementSecondaryVnicSubnet> secondaryVnicSubnets)The set of secondary VNIC data for instances in the pool.UpdateInstancePoolPlacementConfigurationDetails.BuilderUpdateInstancePoolPlacementConfigurationDetails.Builder. secondaryVnicSubnets(List<InstancePoolPlacementSecondaryVnicSubnet> secondaryVnicSubnets)The set of secondary VNIC data for instances in the pool.Constructor parameters in com.oracle.bmc.core.model with type arguments of type InstancePoolPlacementSecondaryVnicSubnet Constructor Description ClusterNetworkPlacementConfigurationDetails(String availabilityDomain, ClusterNetworkPlacementConfigurationDetails.PlacementConstraint placementConstraint, String primarySubnetId, InstancePoolPlacementPrimarySubnet primaryVnicSubnets, List<InstancePoolPlacementSecondaryVnicSubnet> secondaryVnicSubnets)Deprecated.
-