Class NetFlowConfig
- java.lang.Object
-
- io.fabric8.openshift.api.model.operator.v1.NetFlowConfig
-
- All Implemented Interfaces:
io.fabric8.kubernetes.api.builder.Editable<NetFlowConfigBuilder>,io.fabric8.kubernetes.api.model.KubernetesResource,Serializable
@Generated("io.fabric8.kubernetes.schema.generator.model.ModelGenerator") public class NetFlowConfig extends Object implements io.fabric8.kubernetes.api.builder.Editable<NetFlowConfigBuilder>, io.fabric8.kubernetes.api.model.KubernetesResource
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description NetFlowConfig()No args constructor for use in serializationNetFlowConfig(List<String> collectors)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NetFlowConfigBuilderedit()Map<String,Object>getAdditionalProperties()List<String>getCollectors()netFlow defines the NetFlow collectors that will consume the flow data exported from OVS.voidsetAdditionalProperties(Map<String,Object> additionalProperties)voidsetAdditionalProperty(String name, Object value)voidsetCollectors(List<String> collectors)netFlow defines the NetFlow collectors that will consume the flow data exported from OVS.NetFlowConfigBuildertoBuilder()
-
-
-
Method Detail
-
getCollectors
public List<String> getCollectors()
netFlow defines the NetFlow collectors that will consume the flow data exported from OVS. It is a list of strings formatted as ip:port with a maximum of ten items
-
setCollectors
public void setCollectors(List<String> collectors)
netFlow defines the NetFlow collectors that will consume the flow data exported from OVS. It is a list of strings formatted as ip:port with a maximum of ten items
-
edit
public NetFlowConfigBuilder edit()
- Specified by:
editin interfaceio.fabric8.kubernetes.api.builder.Editable<NetFlowConfigBuilder>
-
toBuilder
public NetFlowConfigBuilder toBuilder()
-
-