Uses of Class
com.google.cloud.baremetalsolution.v2.NetworkConfig.Bandwidth
-
Packages that use NetworkConfig.Bandwidth Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution API -
-
Uses of NetworkConfig.Bandwidth in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return NetworkConfig.Bandwidth Modifier and Type Method Description static NetworkConfig.Bandwidth
NetworkConfig.Bandwidth. forNumber(int value)
NetworkConfig.Bandwidth
NetworkConfig.Builder. getBandwidth()
Interconnect bandwidth.NetworkConfig.Bandwidth
NetworkConfig. getBandwidth()
Interconnect bandwidth.NetworkConfig.Bandwidth
NetworkConfigOrBuilder. getBandwidth()
Interconnect bandwidth.static NetworkConfig.Bandwidth
NetworkConfig.Bandwidth. valueOf(int value)
Deprecated.static NetworkConfig.Bandwidth
NetworkConfig.Bandwidth. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static NetworkConfig.Bandwidth
NetworkConfig.Bandwidth. valueOf(String name)
Returns the enum constant of this type with the specified name.static NetworkConfig.Bandwidth[]
NetworkConfig.Bandwidth. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type NetworkConfig.Bandwidth Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<NetworkConfig.Bandwidth>
NetworkConfig.Bandwidth. internalGetValueMap()
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type NetworkConfig.Bandwidth Modifier and Type Method Description NetworkConfig.Builder
NetworkConfig.Builder. setBandwidth(NetworkConfig.Bandwidth value)
Interconnect bandwidth.
-