Class ImageRegistryConfigStorageAzure
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.imageregistry.v1.ImageRegistryConfigStorageAzure
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ImageRegistryConfigStorageAzureBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ImageRegistryConfigStorageAzure extends Object implements io.fabric8.kubernetes.api.builder.Editable<ImageRegistryConfigStorageAzureBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ImageRegistryConfigStorageAzure holds the information to configure the registry to use Azure Blob Storage for backend storage.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ImageRegistryConfigStorageAzure()No args constructor for use in serializationImageRegistryConfigStorageAzure(String accountName, String cloudName, String container, AzureNetworkAccess networkAccess)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ImageRegistryConfigStorageAzureBuilderedit()StringgetAccountName()accountName defines the account to be used by the registry.Map<String,Object>getAdditionalProperties()StringgetCloudName()cloudName is the name of the Azure cloud environment to be used by the registry.StringgetContainer()container defines Azure's container to be used by registry.AzureNetworkAccessgetNetworkAccess()ImageRegistryConfigStorageAzure holds the information to configure the registry to use Azure Blob Storage for backend storage.voidsetAccountName(String accountName)accountName defines the account to be used by the registry.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetCloudName(String cloudName)cloudName is the name of the Azure cloud environment to be used by the registry.voidsetContainer(String container)container defines Azure's container to be used by registry.voidsetNetworkAccess(AzureNetworkAccess networkAccess)ImageRegistryConfigStorageAzure holds the information to configure the registry to use Azure Blob Storage for backend storage.ImageRegistryConfigStorageAzureBuildertoBuilder()
-
-
-
Constructor Detail
-
ImageRegistryConfigStorageAzure
public ImageRegistryConfigStorageAzure()
No args constructor for use in serialization
-
ImageRegistryConfigStorageAzure
public ImageRegistryConfigStorageAzure(String accountName, String cloudName, String container, AzureNetworkAccess networkAccess)
-
-
Method Detail
-
getAccountName
public String getAccountName()
accountName defines the account to be used by the registry.
-
setAccountName
public void setAccountName(String accountName)
accountName defines the account to be used by the registry.
-
getCloudName
public String getCloudName()
cloudName is the name of the Azure cloud environment to be used by the registry. If empty, the operator will set it based on the infrastructure object.
-
setCloudName
public void setCloudName(String cloudName)
cloudName is the name of the Azure cloud environment to be used by the registry. If empty, the operator will set it based on the infrastructure object.
-
getContainer
public String getContainer()
container defines Azure's container to be used by registry.
-
setContainer
public void setContainer(String container)
container defines Azure's container to be used by registry.
-
getNetworkAccess
public AzureNetworkAccess getNetworkAccess()
ImageRegistryConfigStorageAzure holds the information to configure the registry to use Azure Blob Storage for backend storage.
-
setNetworkAccess
public void setNetworkAccess(AzureNetworkAccess networkAccess)
ImageRegistryConfigStorageAzure holds the information to configure the registry to use Azure Blob Storage for backend storage.
-
edit
public ImageRegistryConfigStorageAzureBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ImageRegistryConfigStorageAzureBuilder>
-
toBuilder
public ImageRegistryConfigStorageAzureBuilder toBuilder()
-
-