Class ImageRegistryConfigStorageAzureFluent<A extends ImageRegistryConfigStorageAzureFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.imageregistry.v1.ImageRegistryConfigStorageAzureFluent<A>
-
- Direct Known Subclasses:
ImageRegistryConfigStorageAzureBuilder,ImageRegistryConfigStorageFluent.AzureNested
public class ImageRegistryConfigStorageAzureFluent<A extends ImageRegistryConfigStorageAzureFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classImageRegistryConfigStorageAzureFluent.NetworkAccessNested<N>
-
Constructor Summary
Constructors Constructor Description ImageRegistryConfigStorageAzureFluent()ImageRegistryConfigStorageAzureFluent(ImageRegistryConfigStorageAzure instance)
-
Method Summary
-
-
-
Constructor Detail
-
ImageRegistryConfigStorageAzureFluent
public ImageRegistryConfigStorageAzureFluent()
-
ImageRegistryConfigStorageAzureFluent
public ImageRegistryConfigStorageAzureFluent(ImageRegistryConfigStorageAzure instance)
-
-
Method Detail
-
buildNetworkAccess
public AzureNetworkAccess buildNetworkAccess()
-
copyInstance
protected void copyInstance(ImageRegistryConfigStorageAzure instance)
-
editNetworkAccess
public ImageRegistryConfigStorageAzureFluent.NetworkAccessNested<A> editNetworkAccess()
-
editOrNewNetworkAccess
public ImageRegistryConfigStorageAzureFluent.NetworkAccessNested<A> editOrNewNetworkAccess()
-
editOrNewNetworkAccessLike
public ImageRegistryConfigStorageAzureFluent.NetworkAccessNested<A> editOrNewNetworkAccessLike(AzureNetworkAccess item)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageRegistryConfigStorageAzureFluent<A>>
-
getAccountName
public String getAccountName()
-
getCloudName
public String getCloudName()
-
getContainer
public String getContainer()
-
hasAccountName
public boolean hasAccountName()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasCloudName
public boolean hasCloudName()
-
hasContainer
public boolean hasContainer()
-
hasNetworkAccess
public boolean hasNetworkAccess()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ImageRegistryConfigStorageAzureFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withNetworkAccess
public A withNetworkAccess(AzureNetworkAccess networkAccess)
-
withNewNetworkAccess
public ImageRegistryConfigStorageAzureFluent.NetworkAccessNested<A> withNewNetworkAccess()
-
withNewNetworkAccessLike
public ImageRegistryConfigStorageAzureFluent.NetworkAccessNested<A> withNewNetworkAccessLike(AzureNetworkAccess item)
-
-