[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director

EdgePrefixListEntry

A network prefix entry used for routing purposes.


Properties

string
action Optional

Action for the prefix list. This specifies whether the packet from specified network is advertised or not for routing purposes.

Possible values are: PERMITDENY


integer as int32
greaterThanEqualTo Optional

The value which the prefix length must be greater than or equal to. Must be less than or equal to ’lessThanEqualTo'


integer as int32
lessThanEqualTo Optional

The value which the prefix length must be less than or equal to. Must be greater than or equal to ‘greaterThanEqualTo’


string
network Optional

The network prefix in CIDR format. If the value is not specified, it will be treated as “ANY” which means match all networks. Both IPv4 and IPv6 formats are supported.

JSON Example

{
    "network": "10.22.0.0/22"
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-property-annotations:
    action:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    greaterThanEqualTo:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    lessThanEqualTo:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
    network:
        x-vcloud-constraints:
            - constraint: NonSearchable
            - constraint: NonSortable
            - args:
                - arg: CIDR
              constraint: NetworkAddress
[{"label":"Latest (v37.2)","version":"latest"},{"version":"v37.1"},{"version":"v37.0"},{"version":"v36.3"},{"version":"v36.2"},{"version":"v36.1"},{"version":"v36.0"},{"link":"https://developer.vmware.com/apis/1046/vmware-cloud-director","version":"v35.0"}]
vmware-cloud-director
Availability
Added in 34.0
Property Of

EdgePrefixList

Feedback

Was this page helpful?