| Package | Description |
|---|---|
| com.google.api.services.compute.model |
| Modifier and Type | Method and Description |
|---|---|
SecurityPolicyRuleMatcherConfigDestinationPort |
SecurityPolicyRuleMatcherConfigDestinationPort.clone() |
SecurityPolicyRuleMatcherConfigDestinationPort |
SecurityPolicyRuleMatcherConfigDestinationPort.set(String fieldName,
Object value) |
SecurityPolicyRuleMatcherConfigDestinationPort |
SecurityPolicyRuleMatcherConfigDestinationPort.setIpProtocol(String ipProtocol)
The IP protocol to which this rule applies.
|
SecurityPolicyRuleMatcherConfigDestinationPort |
SecurityPolicyRuleMatcherConfigDestinationPort.setPorts(List<String> ports)
An optional list of ports to which this rule applies.
|
| Modifier and Type | Method and Description |
|---|---|
List<SecurityPolicyRuleMatcherConfigDestinationPort> |
SecurityPolicyRuleMatcherConfig.getDestPorts()
Pairs of IP protocols and ports that the rule should match.
|
| Modifier and Type | Method and Description |
|---|---|
SecurityPolicyRuleMatcherConfig |
SecurityPolicyRuleMatcherConfig.setDestPorts(List<SecurityPolicyRuleMatcherConfigDestinationPort> destPorts)
Pairs of IP protocols and ports that the rule should match.
|
Copyright © 2011–2020 Google. All rights reserved.