Class ServiceAttachmentSubnetFluent<A extends ServiceAttachmentSubnetFluent<A>>
- java.lang.Object
-
- io.fabric8.kubernetes.api.builder.BaseFluent<A>
-
- io.fabric8.openshift.api.model.hive.gcp.v1.ServiceAttachmentSubnetFluent<A>
-
- Direct Known Subclasses:
ServiceAttachmentFluent.SubnetNested,ServiceAttachmentSubnetBuilder
public class ServiceAttachmentSubnetFluent<A extends ServiceAttachmentSubnetFluent<A>> extends io.fabric8.kubernetes.api.builder.BaseFluent<A>Generated
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description classServiceAttachmentSubnetFluent.ExistingNested<N>
-
Constructor Summary
Constructors Constructor Description ServiceAttachmentSubnetFluent()ServiceAttachmentSubnetFluent(ServiceAttachmentSubnet instance)
-
Method Summary
-
-
-
Constructor Detail
-
ServiceAttachmentSubnetFluent
public ServiceAttachmentSubnetFluent()
-
ServiceAttachmentSubnetFluent
public ServiceAttachmentSubnetFluent(ServiceAttachmentSubnet instance)
-
-
Method Detail
-
copyInstance
protected void copyInstance(ServiceAttachmentSubnet instance)
-
getCidr
public String getCidr()
-
hasCidr
public boolean hasCidr()
-
buildExisting
public ServiceAttachmentSubnetExisting buildExisting()
-
withExisting
public A withExisting(ServiceAttachmentSubnetExisting existing)
-
hasExisting
public boolean hasExisting()
-
withNewExisting
public ServiceAttachmentSubnetFluent.ExistingNested<A> withNewExisting()
-
withNewExistingLike
public ServiceAttachmentSubnetFluent.ExistingNested<A> withNewExistingLike(ServiceAttachmentSubnetExisting item)
-
editExisting
public ServiceAttachmentSubnetFluent.ExistingNested<A> editExisting()
-
editOrNewExisting
public ServiceAttachmentSubnetFluent.ExistingNested<A> editOrNewExisting()
-
editOrNewExistingLike
public ServiceAttachmentSubnetFluent.ExistingNested<A> editOrNewExistingLike(ServiceAttachmentSubnetExisting item)
-
withAdditionalProperties
public <K,V> A withAdditionalProperties(Map<String,Object> additionalProperties)
-
hasAdditionalProperties
public boolean hasAdditionalProperties()
-
equals
public boolean equals(Object o)
- Overrides:
equalsin classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ServiceAttachmentSubnetFluent<A>>
-
hashCode
public int hashCode()
- Overrides:
hashCodein classio.fabric8.kubernetes.api.builder.BaseFluent<A extends ServiceAttachmentSubnetFluent<A>>
-
-