Uses of Class
io.fabric8.openshift.api.model.operator.imageregistry.v1.AzureNetworkAccess
-
Packages that use AzureNetworkAccess Package Description io.fabric8.openshift.api.model.operator.imageregistry.v1 -
-
Uses of AzureNetworkAccess in io.fabric8.openshift.api.model.operator.imageregistry.v1
Methods in io.fabric8.openshift.api.model.operator.imageregistry.v1 that return AzureNetworkAccess Modifier and Type Method Description AzureNetworkAccessAzureNetworkAccessBuilder. build()AzureNetworkAccessImageRegistryConfigStorageAzureFluent. buildNetworkAccess()AzureNetworkAccessImageRegistryConfigStorageAzure. getNetworkAccess()ImageRegistryConfigStorageAzure holds the information to configure the registry to use Azure Blob Storage for backend storage.Methods in io.fabric8.openshift.api.model.operator.imageregistry.v1 with parameters of type AzureNetworkAccess Modifier and Type Method Description protected voidAzureNetworkAccessFluent. copyInstance(AzureNetworkAccess instance)ImageRegistryConfigStorageAzureFluent.NetworkAccessNested<A>ImageRegistryConfigStorageAzureFluent. editOrNewNetworkAccessLike(AzureNetworkAccess item)voidImageRegistryConfigStorageAzure. setNetworkAccess(AzureNetworkAccess networkAccess)ImageRegistryConfigStorageAzure holds the information to configure the registry to use Azure Blob Storage for backend storage.AImageRegistryConfigStorageAzureFluent. withNetworkAccess(AzureNetworkAccess networkAccess)ImageRegistryConfigStorageAzureFluent.NetworkAccessNested<A>ImageRegistryConfigStorageAzureFluent. withNewNetworkAccessLike(AzureNetworkAccess item)Constructors in io.fabric8.openshift.api.model.operator.imageregistry.v1 with parameters of type AzureNetworkAccess Constructor Description AzureNetworkAccessBuilder(AzureNetworkAccess instance)AzureNetworkAccessBuilder(AzureNetworkAccessFluent<?> fluent, AzureNetworkAccess instance)AzureNetworkAccessFluent(AzureNetworkAccess instance)ImageRegistryConfigStorageAzure(String accountName, String cloudName, String container, AzureNetworkAccess networkAccess)
-