Class VSpherePlatformNodeNetworking
- java.lang.Object
-
- io.fabric8.openshift.api.model.config.v1.VSpherePlatformNodeNetworking
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<VSpherePlatformNodeNetworkingBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class VSpherePlatformNodeNetworking extends Object implements io.fabric8.kubernetes.api.builder.Editable<VSpherePlatformNodeNetworkingBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
VSpherePlatformNodeNetworking holds the external and internal node networking spec.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description VSpherePlatformNodeNetworking()No args constructor for use in serializationVSpherePlatformNodeNetworking(VSpherePlatformNodeNetworkingSpec external, VSpherePlatformNodeNetworkingSpec internal)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VSpherePlatformNodeNetworkingBuilderedit()Map<String,Object>getAdditionalProperties()VSpherePlatformNodeNetworkingSpecgetExternal()VSpherePlatformNodeNetworking holds the external and internal node networking spec.VSpherePlatformNodeNetworkingSpecgetInternal()VSpherePlatformNodeNetworking holds the external and internal node networking spec.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetExternal(VSpherePlatformNodeNetworkingSpec external)VSpherePlatformNodeNetworking holds the external and internal node networking spec.voidsetInternal(VSpherePlatformNodeNetworkingSpec internal)VSpherePlatformNodeNetworking holds the external and internal node networking spec.VSpherePlatformNodeNetworkingBuildertoBuilder()
-
-
-
Constructor Detail
-
VSpherePlatformNodeNetworking
public VSpherePlatformNodeNetworking()
No args constructor for use in serialization
-
VSpherePlatformNodeNetworking
public VSpherePlatformNodeNetworking(VSpherePlatformNodeNetworkingSpec external, VSpherePlatformNodeNetworkingSpec internal)
-
-
Method Detail
-
getExternal
public VSpherePlatformNodeNetworkingSpec getExternal()
VSpherePlatformNodeNetworking holds the external and internal node networking spec.
-
setExternal
public void setExternal(VSpherePlatformNodeNetworkingSpec external)
VSpherePlatformNodeNetworking holds the external and internal node networking spec.
-
getInternal
public VSpherePlatformNodeNetworkingSpec getInternal()
VSpherePlatformNodeNetworking holds the external and internal node networking spec.
-
setInternal
public void setInternal(VSpherePlatformNodeNetworkingSpec internal)
VSpherePlatformNodeNetworking holds the external and internal node networking spec.
-
edit
public VSpherePlatformNodeNetworkingBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<VSpherePlatformNodeNetworkingBuilder>
-
toBuilder
public VSpherePlatformNodeNetworkingBuilder toBuilder()
-
-