| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
ALBDnsSrvRdata.Builder |
ALBDnsSrvRdata.Builder.setPort(java.lang.Long port)
Service port.
|
ALBDnsSrvRdata.Builder |
ALBDnsSrvRdata.Builder.setPriority(java.lang.Long priority)
Priority of the target hosting the service, low value implies higher priority
for this service record.
|
ALBDnsSrvRdata.Builder |
ALBDnsSrvRdata.Builder.setTarget(java.lang.String target)
Canonical hostname, of the machine hosting the service, with no trailing period.
|
ALBDnsSrvRdata.Builder |
ALBDnsSrvRdata.Builder.setWeight(java.lang.Long weight)
Relative weight for service records with same priority, high value implies
higher preference for this service record.
|