Uses of Class
com.vmware.vra.jenkinsplugin.model.iaas.NatRule
Package | Description |
---|---|
com.vmware.vra.jenkinsplugin.model.iaas |
-
Uses of NatRule in com.vmware.vra.jenkinsplugin.model.iaas
Methods in com.vmware.vra.jenkinsplugin.model.iaas that return NatRule Modifier and Type Method Description NatRule
NatRule. description(String description)
NatRule
NatRule. destinationPorts(String destinationPorts)
NatRule
NatRule. index(Integer index)
NatRule
NatRule. kind(String kind)
NatRule
NatRule. protocol(String protocol)
NatRule
NatRule. sourceIPs(String sourceIPs)
NatRule
NatRule. sourcePorts(String sourcePorts)
NatRule
NatRule. targetLink(String targetLink)
NatRule
NatRule. translatedPorts(String translatedPorts)
NatRule
NatRule. type(String type)
Methods in com.vmware.vra.jenkinsplugin.model.iaas that return types with arguments of type NatRule Modifier and Type Method Description List<NatRule>
ComputeGateway. getNatRules()
A list of NAT rule(s) to be created on the NSX networkList<NatRule>
ComputeGatewaySpecification. getNatRules()
List of NAT RulesMethods in com.vmware.vra.jenkinsplugin.model.iaas with parameters of type NatRule Modifier and Type Method Description ComputeGateway
ComputeGateway. addNatRulesItem(NatRule natRulesItem)
ComputeGatewaySpecification
ComputeGatewaySpecification. addNatRulesItem(NatRule natRulesItem)
Method parameters in com.vmware.vra.jenkinsplugin.model.iaas with type arguments of type NatRule Modifier and Type Method Description ComputeGateway
ComputeGateway. natRules(List<NatRule> natRules)
ComputeGatewaySpecification
ComputeGatewaySpecification. natRules(List<NatRule> natRules)
void
ComputeGateway. setNatRules(List<NatRule> natRules)
void
ComputeGatewaySpecification. setNatRules(List<NatRule> natRules)