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.LunRangeVolumeConfig.LunRange.Builder. build()VolumeConfig.LunRangeVolumeConfig.LunRange.Builder. buildPartial()static VolumeConfig.LunRangeVolumeConfig.LunRange. getDefaultInstance()VolumeConfig.LunRangeVolumeConfig.LunRange.Builder. getDefaultInstanceForType()VolumeConfig.LunRangeVolumeConfig.LunRange. getDefaultInstanceForType()VolumeConfig.LunRangeVolumeConfig.Builder. getLunRanges(int index)LUN ranges to be configured.VolumeConfig.LunRangeVolumeConfig. getLunRanges(int index)LUN ranges to be configured.VolumeConfig.LunRangeVolumeConfigOrBuilder. getLunRanges(int index)LUN ranges to be configured.static VolumeConfig.LunRangeVolumeConfig.LunRange. parseDelimitedFrom(InputStream input)static VolumeConfig.LunRangeVolumeConfig.LunRange. parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VolumeConfig.LunRangeVolumeConfig.LunRange. parseFrom(byte[] data)static VolumeConfig.LunRangeVolumeConfig.LunRange. parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VolumeConfig.LunRangeVolumeConfig.LunRange. parseFrom(com.google.protobuf.ByteString data)static VolumeConfig.LunRangeVolumeConfig.LunRange. parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VolumeConfig.LunRangeVolumeConfig.LunRange. parseFrom(com.google.protobuf.CodedInputStream input)static VolumeConfig.LunRangeVolumeConfig.LunRange. parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VolumeConfig.LunRangeVolumeConfig.LunRange. parseFrom(InputStream input)static VolumeConfig.LunRangeVolumeConfig.LunRange. parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry)static VolumeConfig.LunRangeVolumeConfig.LunRange. parseFrom(ByteBuffer data)static VolumeConfig.LunRangeVolumeConfig.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.BuilderVolumeConfig.Builder. addLunRanges(int index, VolumeConfig.LunRange value)LUN ranges to be configured.VolumeConfig.BuilderVolumeConfig.Builder. addLunRanges(VolumeConfig.LunRange value)LUN ranges to be configured.VolumeConfig.LunRange.BuilderVolumeConfig.LunRange.Builder. mergeFrom(VolumeConfig.LunRange other)static VolumeConfig.LunRange.BuilderVolumeConfig.LunRange. newBuilder(VolumeConfig.LunRange prototype)VolumeConfig.BuilderVolumeConfig.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.BuilderVolumeConfig.Builder. addAllLunRanges(Iterable<? extends VolumeConfig.LunRange> values)LUN ranges to be configured.
-