@Generated(value="org.openapitools.codegen.languages.JavaSmartxClientCodegen") public class SecurityPolicyIngressEgressInput extends Object
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
SERIALIZED_NAME_PORTS |
static String |
SERIALIZED_NAME_TARGET |
static String |
SERIALIZED_NAME_TYPE |
| 构造器和说明 |
|---|
SecurityPolicyIngressEgressInput() |
| 限定符和类型 | 方法和说明 |
|---|---|
SecurityPolicyIngressEgressInput |
addPortsItem(NetworkPolicyRulePortInput portsItem) |
boolean |
equals(Object o) |
List<NetworkPolicyRulePortInput> |
getPorts()
Get ports
|
SecurityPolicyIngressEgressInputTarget |
getTarget()
Get target
|
SecurityPolicyFlowControlType |
getType()
Get type
|
int |
hashCode() |
SecurityPolicyIngressEgressInput |
ports(List<NetworkPolicyRulePortInput> ports) |
void |
setPorts(List<NetworkPolicyRulePortInput> ports) |
void |
setTarget(SecurityPolicyIngressEgressInputTarget target) |
void |
setType(SecurityPolicyFlowControlType type) |
SecurityPolicyIngressEgressInput |
target(SecurityPolicyIngressEgressInputTarget target) |
String |
toString() |
SecurityPolicyIngressEgressInput |
type(SecurityPolicyFlowControlType type) |
public SecurityPolicyIngressEgressInput type(SecurityPolicyFlowControlType type)
@Nullable public SecurityPolicyFlowControlType getType()
public void setType(SecurityPolicyFlowControlType type)
public SecurityPolicyIngressEgressInput ports(List<NetworkPolicyRulePortInput> ports)
public SecurityPolicyIngressEgressInput addPortsItem(NetworkPolicyRulePortInput portsItem)
@Nullable public List<NetworkPolicyRulePortInput> getPorts()
public void setPorts(List<NetworkPolicyRulePortInput> ports)
public SecurityPolicyIngressEgressInput target(SecurityPolicyIngressEgressInputTarget target)
@Nullable public SecurityPolicyIngressEgressInputTarget getTarget()
public void setTarget(SecurityPolicyIngressEgressInputTarget target)
Copyright © 2025. All rights reserved.