Uses of Class
com.oracle.bmc.core.requests.GetSubnetTopologyRequest.AccessLevel
-
Packages that use GetSubnetTopologyRequest.AccessLevel Package Description com.oracle.bmc.core.requests -
-
Uses of GetSubnetTopologyRequest.AccessLevel in com.oracle.bmc.core.requests
Methods in com.oracle.bmc.core.requests that return GetSubnetTopologyRequest.AccessLevel Modifier and Type Method Description static GetSubnetTopologyRequest.AccessLevel
GetSubnetTopologyRequest.AccessLevel. create(String key)
GetSubnetTopologyRequest.AccessLevel
GetSubnetTopologyRequest. getAccessLevel()
Valid values are ANY and ACCESSIBLE.static GetSubnetTopologyRequest.AccessLevel
GetSubnetTopologyRequest.AccessLevel. valueOf(String name)
Returns the enum constant of this type with the specified name.static GetSubnetTopologyRequest.AccessLevel[]
GetSubnetTopologyRequest.AccessLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.oracle.bmc.core.requests with parameters of type GetSubnetTopologyRequest.AccessLevel Modifier and Type Method Description GetSubnetTopologyRequest.Builder
GetSubnetTopologyRequest.Builder. accessLevel(GetSubnetTopologyRequest.AccessLevel accessLevel)
Valid values are ANY and ACCESSIBLE.
-