| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
static ALBDnsInfo |
ALBDnsInfo._newInstance(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Returns new instance of this binding class and injects the provided data value. WARNING: The returned object is not fully initialized. |
static ALBDnsInfo |
ALBDnsInfo._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ALBDnsInfo |
ALBDnsInfo.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ALBDnsInfo> |
ALBVsVip.getDnsInfo()
Service discovery specific data including fully qualified domain name, type and
Time-To-Live of the DNS record.
|
java.util.List<ALBDnsInfo> |
ALBVirtualService.getDnsInfo()
Service discovery specific data including fully qualified domain name, type and
Time-To-Live of the DNS record.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ALBVsVip.setDnsInfo(java.util.List<ALBDnsInfo> dnsInfo)
Service discovery specific data including fully qualified domain name, type and
Time-To-Live of the DNS record.
|
ALBVsVip.Builder |
ALBVsVip.Builder.setDnsInfo(java.util.List<ALBDnsInfo> dnsInfo)
Service discovery specific data including fully qualified domain name, type and
Time-To-Live of the DNS record.
|
void |
ALBVirtualService.setDnsInfo(java.util.List<ALBDnsInfo> dnsInfo)
Service discovery specific data including fully qualified domain name, type and
Time-To-Live of the DNS record.
|
ALBVirtualService.Builder |
ALBVirtualService.Builder.setDnsInfo(java.util.List<ALBDnsInfo> dnsInfo)
Service discovery specific data including fully qualified domain name, type and
Time-To-Live of the DNS record.
|