Uses of Class
com.google.cloud.baremetalsolution.v2.VolumeConfig.LunRange
-
Packages that use VolumeConfig.LunRange Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution API -
-
Uses of VolumeConfig.LunRange in com.google.cloud.baremetalsolution.v2
Methods in com.google.cloud.baremetalsolution.v2 that return VolumeConfig.LunRange Modifier and Type Method Description VolumeConfig.LunRange
VolumeConfig.LunRange.Builder. build()
VolumeConfig.LunRange
VolumeConfig.LunRange.Builder. buildPartial()
static VolumeConfig.LunRange
VolumeConfig.LunRange. getDefaultInstance()
VolumeConfig.LunRange
VolumeConfig.LunRange.Builder. getDefaultInstanceForType()
VolumeConfig.LunRange
VolumeConfig.LunRange. getDefaultInstanceForType()
VolumeConfig.LunRange
VolumeConfig.Builder. getLunRanges(int index)
LUN ranges to be configured.VolumeConfig.LunRange
VolumeConfig. getLunRanges(int index)
LUN ranges to be configured.VolumeConfig.LunRange
VolumeConfigOrBuilder. getLunRanges(int index)
LUN ranges to be configured.static VolumeConfig.LunRange
VolumeConfig.LunRange. parseDelimitedFrom(InputStream input)
static VolumeConfig.LunRange
VolumeConfig.LunRange. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VolumeConfig.LunRange
VolumeConfig.LunRange. parseFrom(byte[] data)
static VolumeConfig.LunRange
VolumeConfig.LunRange. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VolumeConfig.LunRange
VolumeConfig.LunRange. parseFrom(com.google.protobuf.ByteString data)
static VolumeConfig.LunRange
VolumeConfig.LunRange. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VolumeConfig.LunRange
VolumeConfig.LunRange. parseFrom(com.google.protobuf.CodedInputStream input)
static VolumeConfig.LunRange
VolumeConfig.LunRange. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VolumeConfig.LunRange
VolumeConfig.LunRange. parseFrom(InputStream input)
static VolumeConfig.LunRange
VolumeConfig.LunRange. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
static VolumeConfig.LunRange
VolumeConfig.LunRange. parseFrom(ByteBuffer data)
static VolumeConfig.LunRange
VolumeConfig.LunRange. parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)
Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type VolumeConfig.LunRange Modifier and Type Method Description List<VolumeConfig.LunRange>
VolumeConfig.Builder. getLunRangesList()
LUN ranges to be configured.List<VolumeConfig.LunRange>
VolumeConfig. getLunRangesList()
LUN ranges to be configured.List<VolumeConfig.LunRange>
VolumeConfigOrBuilder. getLunRangesList()
LUN ranges to be configured.com.google.protobuf.Parser<VolumeConfig.LunRange>
VolumeConfig.LunRange. getParserForType()
static com.google.protobuf.Parser<VolumeConfig.LunRange>
VolumeConfig.LunRange. parser()
Methods in com.google.cloud.baremetalsolution.v2 with parameters of type VolumeConfig.LunRange Modifier and Type Method Description VolumeConfig.Builder
VolumeConfig.Builder. addLunRanges(int index, VolumeConfig.LunRange value)
LUN ranges to be configured.VolumeConfig.Builder
VolumeConfig.Builder. addLunRanges(VolumeConfig.LunRange value)
LUN ranges to be configured.VolumeConfig.LunRange.Builder
VolumeConfig.LunRange.Builder. mergeFrom(VolumeConfig.LunRange other)
static VolumeConfig.LunRange.Builder
VolumeConfig.LunRange. newBuilder(VolumeConfig.LunRange prototype)
VolumeConfig.Builder
VolumeConfig.Builder. setLunRanges(int index, VolumeConfig.LunRange value)
LUN ranges to be configured.Method parameters in com.google.cloud.baremetalsolution.v2 with type arguments of type VolumeConfig.LunRange Modifier and Type Method Description VolumeConfig.Builder
VolumeConfig.Builder. addAllLunRanges(Iterable<? extends VolumeConfig.LunRange> values)
LUN ranges to be configured.
-