Uses of Interface
com.google.cloud.baremetalsolution.v2.VolumeConfig.LunRangeOrBuilder
-
Packages that use VolumeConfig.LunRangeOrBuilder Package Description com.google.cloud.baremetalsolution.v2 A client to Bare Metal Solution API -
-
Uses of VolumeConfig.LunRangeOrBuilder in com.google.cloud.baremetalsolution.v2
Classes in com.google.cloud.baremetalsolution.v2 that implement VolumeConfig.LunRangeOrBuilder Modifier and Type Class Description static class
VolumeConfig.LunRange
A LUN(Logical Unit Number) range.static class
VolumeConfig.LunRange.Builder
A LUN(Logical Unit Number) range.Methods in com.google.cloud.baremetalsolution.v2 that return VolumeConfig.LunRangeOrBuilder Modifier and Type Method Description VolumeConfig.LunRangeOrBuilder
VolumeConfig.Builder. getLunRangesOrBuilder(int index)
LUN ranges to be configured.VolumeConfig.LunRangeOrBuilder
VolumeConfig. getLunRangesOrBuilder(int index)
LUN ranges to be configured.VolumeConfig.LunRangeOrBuilder
VolumeConfigOrBuilder. getLunRangesOrBuilder(int index)
LUN ranges to be configured.Methods in com.google.cloud.baremetalsolution.v2 that return types with arguments of type VolumeConfig.LunRangeOrBuilder Modifier and Type Method Description List<? extends VolumeConfig.LunRangeOrBuilder>
VolumeConfig.Builder. getLunRangesOrBuilderList()
LUN ranges to be configured.List<? extends VolumeConfig.LunRangeOrBuilder>
VolumeConfig. getLunRangesOrBuilderList()
LUN ranges to be configured.List<? extends VolumeConfig.LunRangeOrBuilder>
VolumeConfigOrBuilder. getLunRangesOrBuilderList()
LUN ranges to be configured.
-