Package com.ibm.cloud.is.vpc.v1.model
Interface SecurityGroupRulePatch.IpVersion
-
- Enclosing class:
- SecurityGroupRulePatch
public static interface SecurityGroupRulePatch.IpVersion
The IP version to allow. The format of `local.address`, `remote.address`, `local.cidr_block` or `remote.cidr_block` must match this property, if they are used. If `remote` references a security group, then this rule only applies to IP addresses in that group matching this IP version.
-
-
Field Detail
-
IPV4
static final String IPV4
ipv4.- See Also:
- Constant Field Values
-
-