Class NetworkGatewayv6
- java.lang.Object
-
- io.fabric8.openshift.api.model.miscellaneous.metal3.v1beta1.NetworkGatewayv6
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<NetworkGatewayv6Builder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class NetworkGatewayv6 extends Object implements io.fabric8.kubernetes.api.builder.Editable<NetworkGatewayv6Builder>, io.fabric8.kubernetes.api.model.KubernetesResource
NetworkGatewayv6 represents a gateway, given as a string or as a reference to a Metal3IPPool.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NetworkGatewayv6()No args constructor for use in serializationNetworkGatewayv6(String fromIPPool, String string)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetworkGatewayv6Builderedit()Map<String,Object>getAdditionalProperties()StringgetFromIPPool()FromIPPool is the name of the IPPool to fetch the gateway fromStringgetString()String is the gateway given as a stringvoidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetFromIPPool(String fromIPPool)FromIPPool is the name of the IPPool to fetch the gateway fromvoidsetString(String string)String is the gateway given as a stringNetworkGatewayv6BuildertoBuilder()
-
-
-
Method Detail
-
getFromIPPool
public String getFromIPPool()
FromIPPool is the name of the IPPool to fetch the gateway from
-
setFromIPPool
public void setFromIPPool(String fromIPPool)
FromIPPool is the name of the IPPool to fetch the gateway from
-
getString
public String getString()
String is the gateway given as a string
-
setString
public void setString(String string)
String is the gateway given as a string
-
edit
public NetworkGatewayv6Builder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<NetworkGatewayv6Builder>
-
toBuilder
public NetworkGatewayv6Builder toBuilder()
-
-