Package | Description |
---|---|
com.oracle.bmc.core | |
com.oracle.bmc.core.model | |
com.oracle.bmc.core.responses |
Modifier and Type | Method and Description |
---|---|
Iterable<Drg> |
VirtualNetworkPaginators.listDrgsRecordIterator(ListDrgsRequest request)
Creates a new iterable which will iterate over the
Drg
objects contained in responses from the listDrgs operation. |
Modifier and Type | Method and Description |
---|---|
Drg |
Drg.Builder.build() |
Modifier and Type | Method and Description |
---|---|
Drg.Builder |
Drg.Builder.copy(Drg model) |
Modifier and Type | Method and Description |
---|---|
Drg |
GetDrgResponse.getDrg()
The returned
Drg instance. |
Drg |
CreateDrgResponse.getDrg()
The returned
Drg instance. |
Drg |
UpdateDrgResponse.getDrg()
The returned
Drg instance. |
Modifier and Type | Method and Description |
---|---|
List<Drg> |
ListDrgsResponse.getItems()
A list of
com.oracle.bmc.core.model.Drg instances. |
Modifier and Type | Method and Description |
---|---|
GetDrgResponse.Builder |
GetDrgResponse.Builder.drg(Drg drg)
The returned
Drg instance. |
CreateDrgResponse.Builder |
CreateDrgResponse.Builder.drg(Drg drg)
The returned
Drg instance. |
UpdateDrgResponse.Builder |
UpdateDrgResponse.Builder.drg(Drg drg)
The returned
Drg instance. |
Modifier and Type | Method and Description |
---|---|
ListDrgsResponse.Builder |
ListDrgsResponse.Builder.items(List<Drg> items)
A list of
com.oracle.bmc.core.model.Drg instances. |
Copyright © 2016–2023. All rights reserved.