Class PortTarget
- java.lang.Object
-
- io.fabric8.openshift.api.model.installer.powervc.v1.PortTarget
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<PortTargetBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class PortTarget extends Object implements io.fabric8.kubernetes.api.builder.Editable<PortTargetBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
PortTarget defines, directly or indirectly, one or more subnets where to attach a port.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description PortTarget()No args constructor for use in serializationPortTarget(List<FixedIP> fixedIPs, NetworkFilter network)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PortTargetBuilderedit()Map<String,Object>getAdditionalProperties()List<FixedIP>getFixedIPs()Specify subnets of the network where control plane port will be discovered.NetworkFiltergetNetwork()PortTarget defines, directly or indirectly, one or more subnets where to attach a port.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetFixedIPs(List<FixedIP> fixedIPs)Specify subnets of the network where control plane port will be discovered.voidsetNetwork(NetworkFilter network)PortTarget defines, directly or indirectly, one or more subnets where to attach a port.PortTargetBuildertoBuilder()
-
-
-
Constructor Detail
-
PortTarget
public PortTarget()
No args constructor for use in serialization
-
PortTarget
public PortTarget(List<FixedIP> fixedIPs, NetworkFilter network)
-
-
Method Detail
-
getFixedIPs
public List<FixedIP> getFixedIPs()
Specify subnets of the network where control plane port will be discovered.
-
setFixedIPs
public void setFixedIPs(List<FixedIP> fixedIPs)
Specify subnets of the network where control plane port will be discovered.
-
getNetwork
public NetworkFilter getNetwork()
PortTarget defines, directly or indirectly, one or more subnets where to attach a port.
-
setNetwork
public void setNetwork(NetworkFilter network)
PortTarget defines, directly or indirectly, one or more subnets where to attach a port.
-
edit
public PortTargetBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<PortTargetBuilder>
-
toBuilder
public PortTargetBuilder toBuilder()
-
-