Class AzureNetworkAccess
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.imageregistry.v1.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 Summary
Constructors Constructor Description AzureNetworkAccess()No args constructor for use in serializationAzureNetworkAccess(AzureNetworkAccessInternal internal, String type)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AzureNetworkAccessBuilderedit()Map<String,Object>getAdditionalProperties()AzureNetworkAccessInternalgetInternal()AzureNetworkAccess defines the network access properties for the storage account.StringgetType()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.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetInternal(AzureNetworkAccessInternal internal)AzureNetworkAccess defines the network access properties for the storage account.voidsetType(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.AzureNetworkAccessBuildertoBuilder()
-
-
-
Constructor Detail
-
AzureNetworkAccess
public AzureNetworkAccess()
No args constructor for use in serialization
-
AzureNetworkAccess
public AzureNetworkAccess(AzureNetworkAccessInternal internal, String type)
-
-
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".
-
edit
public AzureNetworkAccessBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<AzureNetworkAccessBuilder>
-
toBuilder
public AzureNetworkAccessBuilder toBuilder()
-
-