Uses of Class
com.oracle.bmc.core.model.Subnet
-
Packages that use Subnet Package Description com.oracle.bmc.core com.oracle.bmc.core.model com.oracle.bmc.core.responses -
-
Uses of Subnet in com.oracle.bmc.core
Methods in com.oracle.bmc.core that return types with arguments of type Subnet Modifier and Type Method Description Iterable<Subnet>VirtualNetworkPaginators. listSubnetsRecordIterator(ListSubnetsRequest request)Creates a new iterable which will iterate over theSubnetobjects contained in responses from the listSubnets operation. -
Uses of Subnet in com.oracle.bmc.core.model
Methods in com.oracle.bmc.core.model that return Subnet Modifier and Type Method Description SubnetSubnet.Builder. build()Methods in com.oracle.bmc.core.model with parameters of type Subnet Modifier and Type Method Description Subnet.BuilderSubnet.Builder. copy(Subnet model) -
Uses of Subnet in com.oracle.bmc.core.responses
Methods in com.oracle.bmc.core.responses that return Subnet Modifier and Type Method Description SubnetCreateSubnetResponse. getSubnet()The returned Subnet instance.SubnetGetSubnetResponse. getSubnet()The returned Subnet instance.SubnetUpdateSubnetResponse. getSubnet()The returned Subnet instance.Methods in com.oracle.bmc.core.responses that return types with arguments of type Subnet Modifier and Type Method Description List<Subnet>ListSubnetsResponse. getItems()A list of com.oracle.bmc.core.model.Subnet instances.Methods in com.oracle.bmc.core.responses with parameters of type Subnet Modifier and Type Method Description CreateSubnetResponse.BuilderCreateSubnetResponse.Builder. subnet(Subnet subnet)The returned Subnet instance.GetSubnetResponse.BuilderGetSubnetResponse.Builder. subnet(Subnet subnet)The returned Subnet instance.UpdateSubnetResponse.BuilderUpdateSubnetResponse.Builder. subnet(Subnet subnet)The returned Subnet instance.Method parameters in com.oracle.bmc.core.responses with type arguments of type Subnet Modifier and Type Method Description ListSubnetsResponse.BuilderListSubnetsResponse.Builder. items(List<Subnet> items)A list of com.oracle.bmc.core.model.Subnet instances.
-