Uses of Class
com.google.cloud.baremetalsolution.v2.InstanceConfig.NetworkConfig
-
Packages that use InstanceConfig.NetworkConfig Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution API -
-
Uses of InstanceConfig.NetworkConfig in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return InstanceConfig.NetworkConfig Modifier and Type Method Description static InstanceConfig.NetworkConfig
InstanceConfig.NetworkConfig. forNumber(int value)
InstanceConfig.NetworkConfig
InstanceConfig.Builder. getNetworkConfig()
The type of network configuration on the instance.InstanceConfig.NetworkConfig
InstanceConfig. getNetworkConfig()
The type of network configuration on the instance.InstanceConfig.NetworkConfig
InstanceConfigOrBuilder. getNetworkConfig()
The type of network configuration on the instance.static InstanceConfig.NetworkConfig
InstanceConfig.NetworkConfig. valueOf(int value)
Deprecated.static InstanceConfig.NetworkConfig
InstanceConfig.NetworkConfig. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static InstanceConfig.NetworkConfig
InstanceConfig.NetworkConfig. valueOf(String name)
Returns the enum constant of this type with the specified name.static InstanceConfig.NetworkConfig[]
InstanceConfig.NetworkConfig. 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 InstanceConfig.NetworkConfig Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<InstanceConfig.NetworkConfig>
InstanceConfig.NetworkConfig. internalGetValueMap()
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type InstanceConfig.NetworkConfig Modifier and Type Method Description InstanceConfig.Builder
InstanceConfig.Builder. setNetworkConfig(InstanceConfig.NetworkConfig value)
The type of network configuration on the instance.
-