Uses of Class
com.google.cloud.baremetalsolution.v2.NetworkConfig.ServiceCidr
-
Packages that use NetworkConfig.ServiceCidr Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution API -
-
Uses of NetworkConfig.ServiceCidr in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return NetworkConfig.ServiceCidr Modifier and Type Method Description static NetworkConfig.ServiceCidr
NetworkConfig.ServiceCidr. forNumber(int value)
NetworkConfig.ServiceCidr
NetworkConfig.Builder. getServiceCidr()
Service CIDR, if any.NetworkConfig.ServiceCidr
NetworkConfig. getServiceCidr()
Service CIDR, if any.NetworkConfig.ServiceCidr
NetworkConfigOrBuilder. getServiceCidr()
Service CIDR, if any.static NetworkConfig.ServiceCidr
NetworkConfig.ServiceCidr. valueOf(int value)
Deprecated.static NetworkConfig.ServiceCidr
NetworkConfig.ServiceCidr. valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)
Returns the enum constant of this type with the specified name.static NetworkConfig.ServiceCidr
NetworkConfig.ServiceCidr. valueOf(String name)
Returns the enum constant of this type with the specified name.static NetworkConfig.ServiceCidr[]
NetworkConfig.ServiceCidr. 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.ServiceCidr Modifier and Type Method Description static com.google.protobuf.Internal.EnumLiteMap<NetworkConfig.ServiceCidr>
NetworkConfig.ServiceCidr. internalGetValueMap()
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type NetworkConfig.ServiceCidr Modifier and Type Method Description NetworkConfig.Builder
NetworkConfig.Builder. setServiceCidr(NetworkConfig.ServiceCidr value)
Service CIDR, if any.
-