Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model | |
com.oracle.bmc.core.responses |
Modifier and Type | Method and Description |
---|---|
Iterable<Subnet> |
VirtualNetworkPaginators.listSubnetsRecordIterator(ListSubnetsRequest request)
Creates a new iterable which will iterate over the
Subnet objects
contained in responses from the listSubnets operation. |
Modifier and Type | Method and Description |
---|---|
Subnet |
Subnet.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Subnet.Builder |
Subnet.Builder.copy(Subnet o) |
Modifier and Type | Method and Description |
---|---|
Subnet |
GetSubnetResponse.getSubnet()
The returned Subnet instance.
|
Subnet |
UpdateSubnetResponse.getSubnet()
The returned Subnet instance.
|
Subnet |
CreateSubnetResponse.getSubnet()
The returned Subnet instance.
|
Modifier and Type | Method and Description |
---|---|
List<Subnet> |
ListSubnetsResponse.getItems()
A list of Subnet instances.
|
Modifier and Type | Method and Description |
---|---|
GetSubnetResponse.Builder |
GetSubnetResponse.Builder.subnet(Subnet subnet) |
UpdateSubnetResponse.Builder |
UpdateSubnetResponse.Builder.subnet(Subnet subnet) |
CreateSubnetResponse.Builder |
CreateSubnetResponse.Builder.subnet(Subnet subnet) |
Modifier and Type | Method and Description |
---|---|
ListSubnetsResponse.Builder |
ListSubnetsResponse.Builder.items(List<Subnet> items) |
Copyright © 2016–2021. All rights reserved.