public static final class V1.ScaleIOPersistentVolumeSource extends com.google.protobuf.GeneratedMessageV3 implements V1.ScaleIOPersistentVolumeSourceOrBuilder
ScaleIOPersistentVolumeSource represents a persistent ScaleIO volumeProtobuf type
k8s.io.api.core.v1.ScaleIOPersistentVolumeSource| Modifier and Type | Class and Description |
|---|---|
static class |
V1.ScaleIOPersistentVolumeSource.Builder
ScaleIOPersistentVolumeSource 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, com.google.protobuf.GeneratedMessageV3.UnusedPrivateParameter| Modifier and Type | Field and Description |
|---|---|
static int |
FSTYPE_FIELD_NUMBER |
static int |
GATEWAY_FIELD_NUMBER |
static com.google.protobuf.Parser<V1.ScaleIOPersistentVolumeSource> |
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.ScaleIOPersistentVolumeSource |
getDefaultInstance() |
V1.ScaleIOPersistentVolumeSource |
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.ScaleIOPersistentVolumeSource> |
getParserForType() |
String |
getProtectionDomain()
The name of the ScaleIO Protection Domain for the configured storage.
|
com.google.protobuf.ByteString |
getProtectionDomainBytes()
The name of the ScaleIO Protection Domain for the configured storage.
|
boolean |
getReadOnly()
Defaults to false (read/write).
|
V1.SecretReference |
getSecretRef()
SecretRef references to the secret for ScaleIO user and other
sensitive information.
|
V1.SecretReferenceOrBuilder |
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 ThickProvisioned or ThinProvisioned.
|
com.google.protobuf.ByteString |
getStorageModeBytes()
Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned.
|
String |
getStoragePool()
The ScaleIO Storage Pool associated with the protection domain.
|
com.google.protobuf.ByteString |
getStoragePoolBytes()
The ScaleIO Storage Pool associated with the protection domain.
|
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 ScaleIO Protection Domain for the configured storage.
|
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 ThickProvisioned or ThinProvisioned.
|
boolean |
hasStoragePool()
The ScaleIO Storage Pool associated with the protection domain.
|
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.ScaleIOPersistentVolumeSource.Builder |
newBuilder() |
static V1.ScaleIOPersistentVolumeSource.Builder |
newBuilder(V1.ScaleIOPersistentVolumeSource prototype) |
V1.ScaleIOPersistentVolumeSource.Builder |
newBuilderForType() |
protected V1.ScaleIOPersistentVolumeSource.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static V1.ScaleIOPersistentVolumeSource |
parseDelimitedFrom(InputStream input) |
static V1.ScaleIOPersistentVolumeSource |
parseDelimitedFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.ScaleIOPersistentVolumeSource |
parseFrom(byte[] data) |
static V1.ScaleIOPersistentVolumeSource |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.ScaleIOPersistentVolumeSource |
parseFrom(ByteBuffer data) |
static V1.ScaleIOPersistentVolumeSource |
parseFrom(ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.ScaleIOPersistentVolumeSource |
parseFrom(com.google.protobuf.ByteString data) |
static V1.ScaleIOPersistentVolumeSource |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.ScaleIOPersistentVolumeSource |
parseFrom(com.google.protobuf.CodedInputStream input) |
static V1.ScaleIOPersistentVolumeSource |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static V1.ScaleIOPersistentVolumeSource |
parseFrom(InputStream input) |
static V1.ScaleIOPersistentVolumeSource |
parseFrom(InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static com.google.protobuf.Parser<V1.ScaleIOPersistentVolumeSource> |
parser() |
V1.ScaleIOPersistentVolumeSource.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
canUseUnsafe, computeStringSize, computeStringSizeNoTag, emptyBooleanList, emptyDoubleList, emptyFloatList, emptyIntList, emptyLongList, getAllFields, getDescriptorForType, getField, getOneofFieldDescriptor, getRepeatedField, getRepeatedFieldCount, hasField, hasOneof, internalGetMapField, makeExtensionsImmutable, mergeFromAndMakeImmutableInternal, mutableCopy, mutableCopy, mutableCopy, mutableCopy, mutableCopy, newBooleanList, newBuilderForType, newDoubleList, newFloatList, newInstance, newIntList, newLongList, 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.ScaleIOPersistentVolumeSource> 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.ScaleIOPersistentVolumeSourceOrBuilderpublic String getGateway()
The host address of the ScaleIO API Gateway.
optional string gateway = 1;getGateway in interface V1.ScaleIOPersistentVolumeSourceOrBuilderpublic com.google.protobuf.ByteString getGatewayBytes()
The host address of the ScaleIO API Gateway.
optional string gateway = 1;getGatewayBytes in interface V1.ScaleIOPersistentVolumeSourceOrBuilderpublic boolean hasSystem()
The name of the storage system as configured in ScaleIO.
optional string system = 2;hasSystem in interface V1.ScaleIOPersistentVolumeSourceOrBuilderpublic String getSystem()
The name of the storage system as configured in ScaleIO.
optional string system = 2;getSystem in interface V1.ScaleIOPersistentVolumeSourceOrBuilderpublic com.google.protobuf.ByteString getSystemBytes()
The name of the storage system as configured in ScaleIO.
optional string system = 2;getSystemBytes in interface V1.ScaleIOPersistentVolumeSourceOrBuilderpublic 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.SecretReference secretRef = 3;hasSecretRef in interface V1.ScaleIOPersistentVolumeSourceOrBuilderpublic V1.SecretReference 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.SecretReference secretRef = 3;getSecretRef in interface V1.ScaleIOPersistentVolumeSourceOrBuilderpublic V1.SecretReferenceOrBuilder 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.SecretReference secretRef = 3;getSecretRefOrBuilder in interface V1.ScaleIOPersistentVolumeSourceOrBuilderpublic boolean hasSslEnabled()
Flag to enable/disable SSL communication with Gateway, default false +optional
optional bool sslEnabled = 4;hasSslEnabled in interface V1.ScaleIOPersistentVolumeSourceOrBuilderpublic boolean getSslEnabled()
Flag to enable/disable SSL communication with Gateway, default false +optional
optional bool sslEnabled = 4;getSslEnabled in interface V1.ScaleIOPersistentVolumeSourceOrBuilderpublic boolean hasProtectionDomain()
The name of the ScaleIO Protection Domain for the configured storage. +optional
optional string protectionDomain = 5;hasProtectionDomain in interface V1.ScaleIOPersistentVolumeSourceOrBuilderpublic String getProtectionDomain()
The name of the ScaleIO Protection Domain for the configured storage. +optional
optional string protectionDomain = 5;getProtectionDomain in interface V1.ScaleIOPersistentVolumeSourceOrBuilderpublic com.google.protobuf.ByteString getProtectionDomainBytes()
The name of the ScaleIO Protection Domain for the configured storage. +optional
optional string protectionDomain = 5;getProtectionDomainBytes in interface V1.ScaleIOPersistentVolumeSourceOrBuilderpublic boolean hasStoragePool()
The ScaleIO Storage Pool associated with the protection domain. +optional
optional string storagePool = 6;hasStoragePool in interface V1.ScaleIOPersistentVolumeSourceOrBuilderpublic String getStoragePool()
The ScaleIO Storage Pool associated with the protection domain. +optional
optional string storagePool = 6;getStoragePool in interface V1.ScaleIOPersistentVolumeSourceOrBuilderpublic com.google.protobuf.ByteString getStoragePoolBytes()
The ScaleIO Storage Pool associated with the protection domain. +optional
optional string storagePool = 6;getStoragePoolBytes in interface V1.ScaleIOPersistentVolumeSourceOrBuilderpublic boolean hasStorageMode()
Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned. +optional
optional string storageMode = 7;hasStorageMode in interface V1.ScaleIOPersistentVolumeSourceOrBuilderpublic String getStorageMode()
Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned. +optional
optional string storageMode = 7;getStorageMode in interface V1.ScaleIOPersistentVolumeSourceOrBuilderpublic com.google.protobuf.ByteString getStorageModeBytes()
Indicates whether the storage for a volume should be ThickProvisioned or ThinProvisioned. Default is ThinProvisioned. +optional
optional string storageMode = 7;getStorageModeBytes in interface V1.ScaleIOPersistentVolumeSourceOrBuilderpublic 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.ScaleIOPersistentVolumeSourceOrBuilderpublic 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.ScaleIOPersistentVolumeSourceOrBuilderpublic 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.ScaleIOPersistentVolumeSourceOrBuilderpublic boolean hasFsType()
Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs" +optional
optional string fsType = 9;hasFsType in interface V1.ScaleIOPersistentVolumeSourceOrBuilderpublic String getFsType()
Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs" +optional
optional string fsType = 9;getFsType in interface V1.ScaleIOPersistentVolumeSourceOrBuilderpublic com.google.protobuf.ByteString getFsTypeBytes()
Filesystem type to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs". Default is "xfs" +optional
optional string fsType = 9;getFsTypeBytes in interface V1.ScaleIOPersistentVolumeSourceOrBuilderpublic 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.ScaleIOPersistentVolumeSourceOrBuilderpublic 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.ScaleIOPersistentVolumeSourceOrBuilderpublic 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.ScaleIOPersistentVolumeSource parseFrom(ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.ScaleIOPersistentVolumeSource parseFrom(ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.ScaleIOPersistentVolumeSource parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.ScaleIOPersistentVolumeSource parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.ScaleIOPersistentVolumeSource parseFrom(byte[] data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.ScaleIOPersistentVolumeSource parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferExceptionpublic static V1.ScaleIOPersistentVolumeSource parseFrom(InputStream input) throws IOException
IOExceptionpublic static V1.ScaleIOPersistentVolumeSource parseFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1.ScaleIOPersistentVolumeSource parseDelimitedFrom(InputStream input) throws IOException
IOExceptionpublic static V1.ScaleIOPersistentVolumeSource parseDelimitedFrom(InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic static V1.ScaleIOPersistentVolumeSource parseFrom(com.google.protobuf.CodedInputStream input) throws IOException
IOExceptionpublic static V1.ScaleIOPersistentVolumeSource parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws IOException
IOExceptionpublic V1.ScaleIOPersistentVolumeSource.Builder newBuilderForType()
newBuilderForType in interface com.google.protobuf.MessagenewBuilderForType in interface com.google.protobuf.MessageLitepublic static V1.ScaleIOPersistentVolumeSource.Builder newBuilder()
public static V1.ScaleIOPersistentVolumeSource.Builder newBuilder(V1.ScaleIOPersistentVolumeSource prototype)
public V1.ScaleIOPersistentVolumeSource.Builder toBuilder()
toBuilder in interface com.google.protobuf.MessagetoBuilder in interface com.google.protobuf.MessageLiteprotected V1.ScaleIOPersistentVolumeSource.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
newBuilderForType in class com.google.protobuf.GeneratedMessageV3public static V1.ScaleIOPersistentVolumeSource getDefaultInstance()
public static com.google.protobuf.Parser<V1.ScaleIOPersistentVolumeSource> parser()
public com.google.protobuf.Parser<V1.ScaleIOPersistentVolumeSource> getParserForType()
getParserForType in interface com.google.protobuf.MessagegetParserForType in interface com.google.protobuf.MessageLitegetParserForType in class com.google.protobuf.GeneratedMessageV3public V1.ScaleIOPersistentVolumeSource getDefaultInstanceForType()
getDefaultInstanceForType in interface com.google.protobuf.MessageLiteOrBuildergetDefaultInstanceForType in interface com.google.protobuf.MessageOrBuilderCopyright © 2021. All rights reserved.