Class SubnetParam
- java.lang.Object
-
- io.fabric8.openshift.api.model.machine.v1alpha1.SubnetParam
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<SubnetParamBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class SubnetParam extends Object implements io.fabric8.kubernetes.api.builder.Editable<SubnetParamBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description SubnetParam()No args constructor for use in serializationSubnetParam(SubnetFilter filter, Boolean portSecurity, List<String> portTags, String uuid)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SubnetParamBuilderedit()Map<String,Object>getAdditionalProperties()SubnetFiltergetFilter()BooleangetPortSecurity()portSecurity optionally enables or disables security on ports managed by OpenStack Deprecated: portSecurity is silently ignored.List<String>getPortTags()portTags are tags that are added to ports created on this subnetStringgetUuid()The UUID of the network.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetFilter(SubnetFilter filter)voidsetPortSecurity(Boolean portSecurity)portSecurity optionally enables or disables security on ports managed by OpenStack Deprecated: portSecurity is silently ignored.voidsetPortTags(List<String> portTags)portTags are tags that are added to ports created on this subnetvoidsetUuid(String uuid)The UUID of the network.SubnetParamBuildertoBuilder()
-
-
-
Constructor Detail
-
SubnetParam
public SubnetParam()
No args constructor for use in serialization
-
SubnetParam
public SubnetParam(SubnetFilter filter, Boolean portSecurity, List<String> portTags, String uuid)
-
-
Method Detail
-
getFilter
public SubnetFilter getFilter()
-
setFilter
public void setFilter(SubnetFilter filter)
-
getPortSecurity
public Boolean getPortSecurity()
portSecurity optionally enables or disables security on ports managed by OpenStack Deprecated: portSecurity is silently ignored. Set portSecurity on the parent network instead.
-
setPortSecurity
public void setPortSecurity(Boolean portSecurity)
portSecurity optionally enables or disables security on ports managed by OpenStack Deprecated: portSecurity is silently ignored. Set portSecurity on the parent network instead.
-
getPortTags
public List<String> getPortTags()
portTags are tags that are added to ports created on this subnet
-
setPortTags
public void setPortTags(List<String> portTags)
portTags are tags that are added to ports created on this subnet
-
getUuid
public String getUuid()
The UUID of the network. Required if you omit the port attribute.
-
setUuid
public void setUuid(String uuid)
The UUID of the network. Required if you omit the port attribute.
-
edit
public SubnetParamBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<SubnetParamBuilder>
-
toBuilder
public SubnetParamBuilder toBuilder()
-
-