Class AzureNetworkAccess

  • All Implemented Interfaces:
    io.fabric8.kubernetes.api.builder.Editable<AzureNetworkAccessBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource, Serializable

    @Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator")
    public class AzureNetworkAccess
    extends Object
    implements io.fabric8.kubernetes.api.builder.Editable<AzureNetworkAccessBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
    AzureNetworkAccess defines the network access properties for the storage account.
    See Also:
    Serialized Form
    • Constructor Detail

      • AzureNetworkAccess

        public AzureNetworkAccess()
        No args constructor for use in serialization
    • Method Detail

      • getInternal

        public AzureNetworkAccessInternal getInternal()
        AzureNetworkAccess defines the network access properties for the storage account.
      • setInternal

        public void setInternal​(AzureNetworkAccessInternal internal)
        AzureNetworkAccess defines the network access properties for the storage account.
      • getType

        public String getType()
        type is the network access level to be used for the storage account. type: Internal means the storage account will be private, type: External means the storage account will be publicly accessible. Internal storage accounts are only exposed within the cluster's vnet. External storage accounts are publicly exposed on the internet. When type: Internal is used, a vnetName, subNetName and privateEndpointName may optionally be specified. If unspecificed, the image registry operator will discover vnet and subnet names, and generate a privateEndpointName. Defaults to "External".
      • setType

        public void setType​(String type)
        type is the network access level to be used for the storage account. type: Internal means the storage account will be private, type: External means the storage account will be publicly accessible. Internal storage accounts are only exposed within the cluster's vnet. External storage accounts are publicly exposed on the internet. When type: Internal is used, a vnetName, subNetName and privateEndpointName may optionally be specified. If unspecificed, the image registry operator will discover vnet and subnet names, and generate a privateEndpointName. Defaults to "External".
      • getAdditionalProperties

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

        public void setAdditionalProperty​(String name,
                                          Object value)
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)