Package | Description |
---|---|
com.oracle.bmc.core.model |
Modifier and Type | Method and Description |
---|---|
InstancePoolPlacementSecondaryVnicSubnet |
InstancePoolPlacementSecondaryVnicSubnet.Builder.build() |
Modifier and Type | Method and Description |
---|---|
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 subnet OCIDs for secondary VNICs for instances in the pool.
|
Modifier and Type | Method and Description |
---|---|
InstancePoolPlacementSecondaryVnicSubnet.Builder |
InstancePoolPlacementSecondaryVnicSubnet.Builder.copy(InstancePoolPlacementSecondaryVnicSubnet o) |
Modifier and Type | Method and Description |
---|---|
CreateInstancePoolPlacementConfigurationDetails.Builder |
CreateInstancePoolPlacementConfigurationDetails.Builder.secondaryVnicSubnets(List<InstancePoolPlacementSecondaryVnicSubnet> secondaryVnicSubnets) |
InstancePoolPlacementConfiguration.Builder |
InstancePoolPlacementConfiguration.Builder.secondaryVnicSubnets(List<InstancePoolPlacementSecondaryVnicSubnet> secondaryVnicSubnets) |
UpdateInstancePoolPlacementConfigurationDetails.Builder |
UpdateInstancePoolPlacementConfigurationDetails.Builder.secondaryVnicSubnets(List<InstancePoolPlacementSecondaryVnicSubnet> secondaryVnicSubnets) |
Constructor and Description |
---|
CreateInstancePoolPlacementConfigurationDetails(String availabilityDomain,
String primarySubnetId,
List<InstancePoolPlacementSecondaryVnicSubnet> secondaryVnicSubnets)
Deprecated.
|
InstancePoolPlacementConfiguration(String availabilityDomain,
String primarySubnetId,
List<InstancePoolPlacementSecondaryVnicSubnet> secondaryVnicSubnets)
Deprecated.
|
UpdateInstancePoolPlacementConfigurationDetails(String availabilityDomain,
String primarySubnetId,
List<InstancePoolPlacementSecondaryVnicSubnet> secondaryVnicSubnets)
Deprecated.
|
Copyright © 2016–2019. All rights reserved.