Class AzureFilePersistentVolumeSourceFluent<A extends AzureFilePersistentVolumeSourceFluent<A>>

    • Constructor Detail

      • AzureFilePersistentVolumeSourceFluent

        public AzureFilePersistentVolumeSourceFluent()
    • Method Detail

      • getReadOnly

        public Boolean getReadOnly()
      • withReadOnly

        public A withReadOnly​(Boolean readOnly)
      • hasReadOnly

        public boolean hasReadOnly()
      • getSecretName

        public String getSecretName()
      • withSecretName

        public A withSecretName​(String secretName)
      • hasSecretName

        public boolean hasSecretName()
      • getSecretNamespace

        public String getSecretNamespace()
      • withSecretNamespace

        public A withSecretNamespace​(String secretNamespace)
      • hasSecretNamespace

        public boolean hasSecretNamespace()
      • getShareName

        public String getShareName()
      • withShareName

        public A withShareName​(String shareName)
      • hasShareName

        public boolean hasShareName()
      • addToAdditionalProperties

        public A addToAdditionalProperties​(String key,
                                           Object value)
      • addToAdditionalProperties

        public A addToAdditionalProperties​(Map<String,​Object> map)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(String key)
      • removeFromAdditionalProperties

        public A removeFromAdditionalProperties​(Map<String,​Object> map)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • withAdditionalProperties

        public <K,​V> A withAdditionalProperties​(Map<String,​Object> additionalProperties)
      • hasAdditionalProperties

        public boolean hasAdditionalProperties()
      • withReadOnly

        public A withReadOnly()