[{"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

IpPrefixSequenceList

An object specifying the IP prefix sequences that can be generated from an IP Prefix.


Properties

string
lastSequence Optional

Last sequence which can be generated based on input values for IP Prefix.


array of string
sequences Optional

Ordered list of IP prefix sequences which can be generated. Number of sequences will be limited to the first 10 sequences if specified prefixCount is greater than 10.

JSON Example

{
	"lastSequence": "string",
	"sequences": [
		"string"
	]
}

Vendor Extensions

This class contains the following vendor extensions defined in the spec:
x-vcloud-cross-references:
    - cross-reference:
        alias: startingPrefixIpAddress
        description: Starting IP address for the IP prefix.
    - cross-reference:
        alias: prefixLength
        description: The prefix length.
    - cross-reference:
        alias: prefixCount
        description: Number of prefixes to generate.
x-vcloud-property-annotations:
    lastSequence:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - constraint: NonSearchable
            - constraint: NonSortable
            - args:
                - arg: CIDR
              constraint: NetworkAddress
    sequences:
        x-vcloud-constraints:
            - constraint: ReadOnly
            - 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 37.1
Returned By

Get IP Prefix Sequences

Feedback

Was this page helpful?