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 theSubnet
objects 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 Subnet
Subnet.Builder. build()
Methods in com.oracle.bmc.core.model with parameters of type Subnet Modifier and Type Method Description Subnet.Builder
Subnet.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 Subnet
CreateSubnetResponse. getSubnet()
The returned Subnet instance.Subnet
GetSubnetResponse. getSubnet()
The returned Subnet instance.Subnet
UpdateSubnetResponse. 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.Builder
CreateSubnetResponse.Builder. subnet(Subnet subnet)
The returned Subnet instance.GetSubnetResponse.Builder
GetSubnetResponse.Builder. subnet(Subnet subnet)
The returned Subnet instance.UpdateSubnetResponse.Builder
UpdateSubnetResponse.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.Builder
ListSubnetsResponse.Builder. items(List<Subnet> items)
A list of com.oracle.bmc.core.model.Subnet instances.
-