public static final class V1.ScaleIOVolumeSource extends com.google.protobuf.GeneratedMessageV3 implements V1.ScaleIOVolumeSourceOrBuilder
ScaleIOVolumeSource represents a persistent ScaleIO volumeProtobuf type
k8s.io.api.core.v1.ScaleIOVolumeSource| Modifier and Type | Class and Description |
|---|---|
static class |
V1.ScaleIOVolumeSource.Builder
ScaleIOVolumeSource represents a persistent ScaleIO volume
|
com.google.protobuf.GeneratedMessageV3.BuilderParent, com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage,BuilderType extends com.google.protobuf.GeneratedMessageV3.ExtendableBuilder<MessageType,BuilderType>>, com.google.protobuf.GeneratedMessageV3.ExtendableMessage<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.ExtendableMessageOrBuilder<MessageType extends com.google.protobuf.GeneratedMessageV3.ExtendableMessage>, com.google.protobuf.GeneratedMessageV3.FieldAccessorTable| Modifier and Type | Field and Description |
|---|---|
static int |
FSTYPE_FIELD_NUMBER |
static int |
GATEWAY_FIELD_NUMBER |
static com.google.protobuf.Parser<V1.ScaleIOVolumeSource> |
PARSER
Deprecated.
|
static int |
PROTECTIONDOMAIN_FIELD_NUMBER |
static int |
READONLY_FIELD_NUMBER |
static int |
SECRETREF_FIELD_NUMBER |
static int |
SSLENABLED_FIELD_NUMBER |
static int |
STORAGEMODE_FIELD_NUMBER |
static int |
STORAGEPOOL_FIELD_NUMBER |
static int |
SYSTEM_FIELD_NUMBER |
static int |
VOLUMENAME_FIELD_NUMBER |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
static V1.ScaleIOVolumeSource |
getDefaultInstance() |
V1.ScaleIOVolumeSource |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
String |
getFsType()
Filesystem type to mount.
|
com.google.protobuf.ByteString |
getFsTypeBytes()
Filesystem type to mount.
|
String |
getGateway()
The host address of the ScaleIO API Gateway.
|
com.google.protobuf.ByteString |
getGatewayBytes()
The host address of the ScaleIO API Gateway.
|
com.google.protobuf.Parser<V1.ScaleIOVolumeSource> |
getParserForType() |
String |
getProtectionDomain()
The name of the Protection Domain for the configured storage (defaults to "default").
|
com.google.protobuf.ByteString |
getProtectionDomainBytes()
The name of the Protection Domain for the configured storage (defaults to "default").
|
boolean |
getReadOnly()
Defaults to false (read/write).
|
V1.LocalObjectReference |
getSecretRef()
SecretRef references to the secret for ScaleIO user and other
sensitive information.
|
V1.LocalObjectReferenceOrBuilder |
getSecretRefOrBuilder()
SecretRef references to the secret for ScaleIO user and other
sensitive information.
|
int |
getSerializedSize() |
boolean |
getSslEnabled()
Flag to enable/disable SSL communication with Gateway, default false
+optional
|
String |
getStorageMode()
Indicates whether the storage for a volume should be thick or thin (defaults to "thin").
|
com.google.protobuf.ByteString |
getStorageModeBytes()
Indicates whether the storage for a volume should be thick or thin (defaults to "thin").
|
String |
getStoragePool()
The Storage Pool associated with the protection domain (defaults to "default").
|
com.google.protobuf.ByteString |
getStoragePoolBytes()
The Storage Pool associated with the protection domain (defaults to "default").
|
String |
getSystem()
The name of the storage system as configured in ScaleIO.
|
com.google.protobuf.ByteString |
getSystemBytes()
The name of the storage system as configured in ScaleIO.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
String |
getVolumeName()
The name of a volume already created in the ScaleIO system
that is associated with this volume source.
|
com.google.protobuf.ByteString |
getVolumeNameBytes()
The name of a volume already created in the ScaleIO system
that is associated with this volume source.
|
boolean |
hasFsType()
Filesystem type to mount.
|
boolean |
hasGateway()
The host address of the ScaleIO API Gateway.
|
int |
hashCode() |
boolean |
hasProtectionDomain()
The name of the Protection Domain for the configured storage (defaults to "default").
|
boolean |
hasReadOnly()
Defaults to false (read/write).
|
boolean |
hasSecretRef()
SecretRef references to the secret for ScaleIO user and other
sensitive information.
|
boolean |
hasSslEnabled()
Flag to enable/disable SSL communication with Gateway, default false
+optional
|
boolean |
hasStorageMode()
Indicates whether the storage for a volume should be thick or thin (defaults to "thin").
|
boolean |
hasStoragePool()
The Storage Pool associated with the protection domain (defaults to "default").
|
boolean |
hasSystem()
The name of the storage system as configured in ScaleIO.
|
boolean |
hasVolumeName()
The name of a volume already created in the ScaleIO system
that is associated with this volume source.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static V1.ScaleIOVolumeSource.Builder |
newBuilder() |
static V1.ScaleIOVolumeSource.Builder |
newBuilder(V1.ScaleIOVolumeSource prototype) |
V1.ScaleIOVolumeSource.Builder |
newBuilderForType() |
protected V1.ScaleIOVolumeSource.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static V1.ScaleIOVolumeSource |
parseDelimitedFrom(InputStream input) |
static V1.ScaleIOVolumeSource |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.ScaleIOVolumeSource |
parseFrom(byte[] data) |
static V1.ScaleIOVolumeSource |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.ScaleIOVolumeSource |
parseFrom(ByteBuffer data) |
static V1.ScaleIOVolumeSource |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.ScaleIOVolumeSource |
parseFrom(com.google.protobuf.ByteString data) |
static V1.ScaleIOVolumeSource |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.ScaleIOVolumeSource |
parseFrom(com.google.protobuf.CodedInputStream input) |
static V1.ScaleIOVolumeSource |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.ScaleIOVolumeSource |
parseFrom(InputStream input) |
static V1.ScaleIOVolumeSource |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<V1.ScaleIOVolumeSource> |
parser() |
V1.ScaleIOVolumeSource.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
computeStringSize, computeStringSizeNoTag, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, newBuilderForType, parseDelimitedWithIOException, parseDelimitedWithIOException, parseUnknownField, parseUnknownFieldProto3, parseWithIOException, parseWithIOException, parseWithIOException, parseWithIOException, serializeBooleanMapTo, serializeIntegerMapTo, serializeLongMapTo, serializeStringMapTo, writeReplace, writeString, writeStringNoTagfindInitializationErrors, getInitializationErrorString, hashBoolean, hashEnum, hashEnumList, hashFields, hashLong, toStringaddAll, addAll, checkByteStringIsUtf8, toByteArray, toByteString, writeDelimitedTo, writeToclone, finalize, getClass, notify, notifyAll, wait, wait, waitpublic static final int GATEWAY_FIELD_NUMBER
public static final int SYSTEM_FIELD_NUMBER
public static final int SECRETREF_FIELD_NUMBER
public static final int SSLENABLED_FIELD_NUMBER
public static final int PROTECTIONDOMAIN_FIELD_NUMBER
public static final int STORAGEPOOL_FIELD_NUMBER
public static final int STORAGEMODE_FIELD_NUMBER
public static final int VOLUMENAME_FIELD_NUMBER
public static final int FSTYPE_FIELD_NUMBER
public static final int READONLY_FIELD_NUMBER
@Deprecated public static final com.google.protobuf.Parser<V1.ScaleIOVolumeSource> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
getUnknownFields in interface com.google.protobuf.MessageOrBuildergetUnknownFields in class com.google.protobuf.GeneratedMessageV3public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
internalGetFieldAccessorTable in class com.google.protobuf.GeneratedMessageV3public boolean hasGateway()
The host address of the ScaleIO API Gateway.
optional string gateway = 1;hasGateway in interface V1.ScaleIOVolumeSourceOrBuilderpublic String getGateway()
The host address of the ScaleIO API Gateway.
optional string gateway = 1;getGateway in interface V1.ScaleIOVolumeSourceOrBuilderpublic com.google.protobuf.ByteString getGatewayBytes()
The host address of the ScaleIO API Gateway.
optional string gateway = 1;getGatewayBytes in interface V1.ScaleIOVolumeSourceOrBuilderpublic boolean hasSystem()
The name of the storage system as configured in ScaleIO.
optional string system = 2;hasSystem in interface V1.ScaleIOVolumeSourceOrBuilderpublic String getSystem()
The name of the storage system as configured in ScaleIO.
optional string system = 2;getSystem in interface V1.ScaleIOVolumeSourceOrBuilderpublic com.google.protobuf.ByteString getSystemBytes()
The name of the storage system as configured in ScaleIO.
optional string system = 2;getSystemBytes in interface V1.ScaleIOVolumeSourceOrBuilderpublic boolean hasSecretRef()
SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 3;hasSecretRef in interface V1.ScaleIOVolumeSourceOrBuilderpublic V1.LocalObjectReference getSecretRef()
SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 3;getSecretRef in interface V1.ScaleIOVolumeSourceOrBuilderpublic V1.LocalObjectReferenceOrBuilder getSecretRefOrBuilder()
SecretRef references to the secret for ScaleIO user and other sensitive information. If this is not provided, Login operation will fail.
optional .k8s.io.api.core.v1.LocalObjectReference secretRef = 3;getSecretRefOrBuilder in interface V1.ScaleIOVolumeSourceOrBuilderpublic boolean hasSslEnabled()
Flag to enable/disable SSL communication with Gateway, default false +optional
optional bool sslEnabled = 4;hasSslEnabled in interface V1.ScaleIOVolumeSourceOrBuilderpublic boolean getSslEnabled()
Flag to enable/disable SSL communication with Gateway, default false +optional
optional bool sslEnabled = 4;getSslEnabled in interface V1.ScaleIOVolumeSourceOrBuilderpublic boolean hasProtectionDomain()
The name of the Protection Domain for the configured storage (defaults to "default"). +optional
optional string protectionDomain = 5;hasProtectionDomain in interface V1.ScaleIOVolumeSourceOrBuilderpublic String getProtectionDomain()
The name of the Protection Domain for the configured storage (defaults to "default"). +optional
optional string protectionDomain = 5;getProtectionDomain in interface V1.ScaleIOVolumeSourceOrBuilderpublic com.google.protobuf.ByteString getProtectionDomainBytes()
The name of the Protection Domain for the configured storage (defaults to "default"). +optional
optional string protectionDomain = 5;getProtectionDomainBytes in interface V1.ScaleIOVolumeSourceOrBuilderpublic boolean hasStoragePool()
The Storage Pool associated with the protection domain (defaults to "default"). +optional
optional string storagePool = 6;hasStoragePool in interface V1.ScaleIOVolumeSourceOrBuilderpublic String getStoragePool()
The Storage Pool associated with the protection domain (defaults to "default"). +optional
optional string storagePool = 6;getStoragePool in interface V1.ScaleIOVolumeSourceOrBuilderpublic com.google.protobuf.ByteString getStoragePoolBytes()
The Storage Pool associated with the protection domain (defaults to "default"). +optional
optional string storagePool = 6;getStoragePoolBytes in interface V1.ScaleIOVolumeSourceOrBuilderpublic boolean hasStorageMode()
Indicates whether the storage for a volume should be thick or thin (defaults to "thin"). +optional
optional string storageMode = 7;hasStorageMode in interface V1.ScaleIOVolumeSourceOrBuilderpublic String getStorageMode()
Indicates whether the storage for a volume should be thick or thin (defaults to "thin"). +optional
optional string storageMode = 7;getStorageMode in interface V1.ScaleIOVolumeSourceOrBuilderpublic com.google.protobuf.ByteString getStorageModeBytes()
Indicates whether the storage for a volume should be thick or thin (defaults to "thin"). +optional
optional string storageMode = 7;getStorageModeBytes in interface V1.ScaleIOVolumeSourceOrBuilderpublic boolean hasVolumeName()
The name of a volume already created in the ScaleIO system that is associated with this volume source.
optional string volumeName = 8;hasVolumeName in interface V1.ScaleIOVolumeSourceOrBuilderpublic String getVolumeName()
The name of a volume already created in the ScaleIO system that is associated with this volume source.
optional string volumeName = 8;getVolumeName in interface V1.ScaleIOVolumeSourceOrBuilderpublic com.google.protobuf.ByteString getVolumeNameBytes()
The name of a volume already created in the ScaleIO system that is associated with this volume source.
optional string volumeName = 8;getVolumeNameBytes in interface V1.ScaleIOVolumeSourceOrBuilderpublic boolean hasFsType()
Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +optional
optional string fsType = 9;hasFsType in interface V1.ScaleIOVolumeSourceOrBuilderpublic String getFsType()
Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +optional
optional string fsType = 9;getFsType in interface V1.ScaleIOVolumeSourceOrBuilderpublic com.google.protobuf.ByteString getFsTypeBytes()
Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Implicitly inferred to be "ext4" if unspecified. +optional
optional string fsType = 9;getFsTypeBytes in interface V1.ScaleIOVolumeSourceOrBuilderpublic boolean hasReadOnly()
Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional
optional bool readOnly = 10;hasReadOnly in interface V1.ScaleIOVolumeSourceOrBuilderpublic boolean getReadOnly()
Defaults to false (read/write). ReadOnly here will force the ReadOnly setting in VolumeMounts. +optional
optional bool readOnly = 10;getReadOnly in interface V1.ScaleIOVolumeSourceOrBuilderpublic final boolean isInitialized()
isInitialized in interface com.google.protobuf.MessageLiteOrBuilderisInitialized in class com.google.protobuf.GeneratedMessageV3public void writeTo(com.google.protobuf.CodedOutputStream output)
throws IOException
writeTo in interface com.google.protobuf.MessageLitewriteTo in class com.google.protobuf.GeneratedMessageV3IOExceptionpublic int getSerializedSize()
getSerializedSize in interface com.google.protobuf.MessageLitegetSerializedSize in class com.google.protobuf.GeneratedMessageV3public boolean equals(Object obj)
equals in interface com.google.protobuf.Messageequals in class com.google.protobuf.AbstractMessagepublic int hashCode()
hashCode in interface com.google.protobuf.MessagehashCode in class com.google.protobuf.AbstractMessagepublic static V1.ScaleIOVolumeSource parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.ScaleIOVolumeSource parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.ScaleIOVolumeSource parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.ScaleIOVolumeSource parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.ScaleIOVolumeSource parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.ScaleIOVolumeSource parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.ScaleIOVolumeSource parseFrom(InputStream input) throws IOException
IOExceptionpublic static V1.ScaleIOVolumeSource parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1.ScaleIOVolumeSource parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static V1.ScaleIOVolumeSource parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1.ScaleIOVolumeSource parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static V1.ScaleIOVolumeSource parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic V1.ScaleIOVolumeSource.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static V1.ScaleIOVolumeSource.Builder newBuilder()
public static V1.ScaleIOVolumeSource.Builder newBuilder(V1.ScaleIOVolumeSource prototype)
public V1.ScaleIOVolumeSource.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected V1.ScaleIOVolumeSource.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static V1.ScaleIOVolumeSource getDefaultInstance()
public static com.google.protobuf.Parser<V1.ScaleIOVolumeSource> parser()
public com.google.protobuf.Parser<V1.ScaleIOVolumeSource> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public V1.ScaleIOVolumeSource getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2018. All rights reserved.