Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
PolicyAntreaIPPoolIPRange.Builder |
PolicyAntreaIPPoolIPRange.Builder.setCidr(java.lang.String cidr)
The cidr representation of ip address of antrea ippool resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
PolicyAntreaIPPoolIPRange.Builder |
PolicyAntreaIPPoolIPRange.Builder.setEnd(java.lang.String end)
The end ip address of antrea ippool resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
PolicyAntreaIPPoolIPRange.Builder |
PolicyAntreaIPPoolIPRange.Builder.setGateway(java.lang.String gateway)
The gateway ipaddress of antrea ippool resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
PolicyAntreaIPPoolIPRange.Builder |
PolicyAntreaIPPoolIPRange.Builder.setPrefixLength(java.lang.Long prefixLength)
The prefix length of antrea ippool resource format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
PolicyAntreaIPPoolIPRange.Builder |
PolicyAntreaIPPoolIPRange.Builder.setStart(java.lang.String start)
The start ip address of antrea ippool resource
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|
PolicyAntreaIPPoolIPRange.Builder |
PolicyAntreaIPPoolIPRange.Builder.setVlan(java.lang.Long vlan)
The vlan of antrea ippool resource format: int64
This property may be present in responses from the server, but if it is present
in a request to server it will be ignored.
|