Class ServiceAttachmentSubnet
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.gcp.v1.ServiceAttachmentSubnet
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ServiceAttachmentSubnetBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ServiceAttachmentSubnet extends Object implements io.fabric8.kubernetes.api.builder.Editable<ServiceAttachmentSubnetBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ServiceAttachmentSubnet configures the subnetwork used by the service attachment- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceAttachmentSubnet()No args constructor for use in serializationServiceAttachmentSubnet(String cidr, ServiceAttachmentSubnetExisting existing)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceAttachmentSubnetBuilderedit()Map<String,Object>getAdditionalProperties()StringgetCidr()Cidr specifies the cidr to use when creating a service attachment subnet.ServiceAttachmentSubnetExistinggetExisting()ServiceAttachmentSubnet configures the subnetwork used by the service attachmentvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetCidr(String cidr)Cidr specifies the cidr to use when creating a service attachment subnet.voidsetExisting(ServiceAttachmentSubnetExisting existing)ServiceAttachmentSubnet configures the subnetwork used by the service attachmentServiceAttachmentSubnetBuildertoBuilder()
-
-
-
Constructor Detail
-
ServiceAttachmentSubnet
public ServiceAttachmentSubnet()
No args constructor for use in serialization
-
ServiceAttachmentSubnet
public ServiceAttachmentSubnet(String cidr, ServiceAttachmentSubnetExisting existing)
-
-
Method Detail
-
getCidr
public String getCidr()
Cidr specifies the cidr to use when creating a service attachment subnet.
-
setCidr
public void setCidr(String cidr)
Cidr specifies the cidr to use when creating a service attachment subnet.
-
getExisting
public ServiceAttachmentSubnetExisting getExisting()
ServiceAttachmentSubnet configures the subnetwork used by the service attachment
-
setExisting
public void setExisting(ServiceAttachmentSubnetExisting existing)
ServiceAttachmentSubnet configures the subnetwork used by the service attachment
-
edit
public ServiceAttachmentSubnetBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ServiceAttachmentSubnetBuilder>
-
toBuilder
public ServiceAttachmentSubnetBuilder toBuilder()
-
-