Class AzureNetworkAccessInternalFluent<A extends AzureNetworkAccessInternalFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.operator.imageregistry.v1.AzureNetworkAccessInternalFluent<A>
-
- Direct Known Subclasses:
AzureNetworkAccessFluent.InternalNested,AzureNetworkAccessInternalBuilder
public class AzureNetworkAccessInternalFluent<A extends AzureNetworkAccessInternalFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Constructor Summary
Constructors Constructor Description AzureNetworkAccessInternalFluent()AzureNetworkAccessInternalFluent(AzureNetworkAccessInternal instance)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AaddToAdditionalProperties(String key, Object value)AaddToAdditionalProperties(Map<String,Object> map)protected voidcopyInstance(AzureNetworkAccessInternal instance)booleanequals(Object o)Map<String,Object>getAdditionalProperties()StringgetNetworkResourceGroupName()StringgetPrivateEndpointName()StringgetSubnetName()StringgetVnetName()booleanhasAdditionalProperties()inthashCode()booleanhasNetworkResourceGroupName()booleanhasPrivateEndpointName()booleanhasSubnetName()booleanhasVnetName()AremoveFromAdditionalProperties(String key)AremoveFromAdditionalProperties(Map<String,Object> map)StringtoString()<K,V>
AwithAdditionalProperties(Map<String,Object> additionalProperties)AwithNetworkResourceGroupName(String networkResourceGroupName)AwithPrivateEndpointName(String privateEndpointName)AwithSubnetName(String subnetName)AwithVnetName(String vnetName)
-
-
-
Constructor Detail
-
AzureNetworkAccessInternalFluent
public AzureNetworkAccessInternalFluent()
-
AzureNetworkAccessInternalFluent
public AzureNetworkAccessInternalFluent(AzureNetworkAccessInternal instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(AzureNetworkAccessInternal instance)
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AzureNetworkAccessInternalFluent<A>>
-
getNetworkResourceGroupName
public String getNetworkResourceGroupName()
-
getPrivateEndpointName
public String getPrivateEndpointName()
-
getSubnetName
public String getSubnetName()
-
getVnetName
public String getVnetName()
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
hasNetworkResourceGroupName
public boolean hasNetworkResourceGroupName()
-
hasPrivateEndpointName
public boolean hasPrivateEndpointName()
-
hasSubnetName
public boolean hasSubnetName()
-
hasVnetName
public boolean hasVnetName()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends AzureNetworkAccessInternalFluent<A>>
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
withNetworkResourceGroupName
public A withNetworkResourceGroupName(String networkResourceGroupName)
-
-