@Generated(value="jsonschema2pojo") public class NetworkParam extends Object implements io.fabric8.kubernetes.api.builder.Editable<NetworkParamBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
| Constructor and Description |
|---|
NetworkParam()
No args constructor for use in serialization
|
NetworkParam(Filter filter,
String fixedIp,
Boolean noAllowedAddressPairs,
Boolean portSecurity,
List<String> portTags,
Map<String,String> profile,
List<SubnetParam> subnets,
String uuid,
String vnicType) |
| Modifier and Type | Method and Description |
|---|---|
NetworkParamBuilder |
edit() |
Map<String,Object> |
getAdditionalProperties() |
Filter |
getFilter() |
String |
getFixedIp() |
Boolean |
getNoAllowedAddressPairs() |
Boolean |
getPortSecurity() |
List<String> |
getPortTags() |
Map<String,String> |
getProfile() |
List<SubnetParam> |
getSubnets() |
String |
getUuid() |
String |
getVnicType() |
void |
setAdditionalProperties(Map<String,Object> additionalProperties) |
void |
setAdditionalProperty(String name,
Object value) |
void |
setFilter(Filter filter) |
void |
setFixedIp(String fixedIp) |
void |
setNoAllowedAddressPairs(Boolean noAllowedAddressPairs) |
void |
setPortSecurity(Boolean portSecurity) |
void |
setPortTags(List<String> portTags) |
void |
setProfile(Map<String,String> profile) |
void |
setSubnets(List<SubnetParam> subnets) |
void |
setUuid(String uuid) |
void |
setVnicType(String vnicType) |
NetworkParamBuilder |
toBuilder() |
public Filter getFilter()
public void setFilter(Filter filter)
public String getFixedIp()
public void setFixedIp(String fixedIp)
public Boolean getNoAllowedAddressPairs()
public void setNoAllowedAddressPairs(Boolean noAllowedAddressPairs)
public Boolean getPortSecurity()
public void setPortSecurity(Boolean portSecurity)
public List<SubnetParam> getSubnets()
public void setSubnets(List<SubnetParam> subnets)
public String getUuid()
public void setUuid(String uuid)
public String getVnicType()
public void setVnicType(String vnicType)
public NetworkParamBuilder edit()
edit in interface io.fabric8.kubernetes.api.builder.Editable<NetworkParamBuilder>public NetworkParamBuilder toBuilder()
Copyright © 2015–2024 Red Hat. All rights reserved.