@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen", date="2020-06-19T10:47:33.387Z[Etc/UTC]") public class V1AzureFileVolumeSource extends Object
Modifier and Type | Field and Description |
---|---|
static String |
SERIALIZED_NAME_READ_ONLY |
static String |
SERIALIZED_NAME_SECRET_NAME |
static String |
SERIALIZED_NAME_SHARE_NAME |
Constructor and Description |
---|
V1AzureFileVolumeSource() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object o) |
Boolean |
getReadOnly()
Defaults to false (read/write).
|
String |
getSecretName()
the name of secret that contains Azure Storage Account Name and Key
|
String |
getShareName()
Share Name
|
int |
hashCode() |
V1AzureFileVolumeSource |
readOnly(Boolean readOnly) |
V1AzureFileVolumeSource |
secretName(String secretName) |
void |
setReadOnly(Boolean readOnly) |
void |
setSecretName(String secretName) |
void |
setShareName(String shareName) |
V1AzureFileVolumeSource |
shareName(String shareName) |
String |
toString() |
public static final String SERIALIZED_NAME_READ_ONLY
public static final String SERIALIZED_NAME_SECRET_NAME
public static final String SERIALIZED_NAME_SHARE_NAME
public V1AzureFileVolumeSource readOnly(Boolean readOnly)
@Nullable public Boolean getReadOnly()
public void setReadOnly(Boolean readOnly)
public V1AzureFileVolumeSource secretName(String secretName)
public String getSecretName()
public void setSecretName(String secretName)
public V1AzureFileVolumeSource shareName(String shareName)
public String getShareName()
public void setShareName(String shareName)
Copyright © 2020. All rights reserved.