Class ServiceAttachmentSubnetExisting
- java.lang.Object
-
- io.fabric8.openshift.api.model.hive.gcp.v1.ServiceAttachmentSubnetExisting
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<ServiceAttachmentSubnetExistingBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class ServiceAttachmentSubnetExisting extends Object implements io.fabric8.kubernetes.api.builder.Editable<ServiceAttachmentSubnetExistingBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
ServiceAttachmentSubnetExisting describes the existing subnet.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ServiceAttachmentSubnetExisting()No args constructor for use in serializationServiceAttachmentSubnetExisting(String name, String project)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ServiceAttachmentSubnetExistingBuilderedit()Map<String,Object>getAdditionalProperties()StringgetName()Name specifies the name of the existing subnet.StringgetProject()Project specifies the project the subnet exists in.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetName(String name)Name specifies the name of the existing subnet.voidsetProject(String project)Project specifies the project the subnet exists in.ServiceAttachmentSubnetExistingBuildertoBuilder()
-
-
-
Method Detail
-
getName
public String getName()
Name specifies the name of the existing subnet.
-
setName
public void setName(String name)
Name specifies the name of the existing subnet.
-
getProject
public String getProject()
Project specifies the project the subnet exists in. This is required for Shared VPC.
-
setProject
public void setProject(String project)
Project specifies the project the subnet exists in. This is required for Shared VPC.
-
edit
public ServiceAttachmentSubnetExistingBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<ServiceAttachmentSubnetExistingBuilder>
-
toBuilder
public ServiceAttachmentSubnetExistingBuilder toBuilder()
-
-