Class VLAN
- java.lang.Object
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1alpha1.VLAN
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<VLANBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class VLAN extends Object implements io.fabric8.kubernetes.api.builder.Editable<VLANBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
VLAN represents the name and ID of a VLAN.- See Also:
- Serialized Form
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VLANBuilderedit()Map<String,Object>getAdditionalProperties()IntegergetId()VLAN represents the name and ID of a VLAN.StringgetName()VLAN represents the name and ID of a VLAN.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetId(Integer id)VLAN represents the name and ID of a VLAN.voidsetName(String name)VLAN represents the name and ID of a VLAN.VLANBuildertoBuilder()
-
-
-
Method Detail
-
getId
public Integer getId()
VLAN represents the name and ID of a VLAN.
-
setId
public void setId(Integer id)
VLAN represents the name and ID of a VLAN.
-
getName
public String getName()
VLAN represents the name and ID of a VLAN.
-
setName
public void setName(String name)
VLAN represents the name and ID of a VLAN.
-
edit
public VLANBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<VLANBuilder>
-
toBuilder
public VLANBuilder toBuilder()
-
-