Package | Description |
---|---|
com.vmware.nsx_policy.model |
Modifier and Type | Method and Description |
---|---|
AviConnectionInfo.Builder |
AviConnectionInfo.Builder.setCertificate(java.lang.String certificate)
Certificate used when on-borading workflow created by LCM/VCF.
|
AviConnectionInfo.Builder |
AviConnectionInfo.Builder.setCloud(java.lang.String cloud)
Clouds are containers for the environment that Avi Vantage is installed or
operating within.
|
AviConnectionInfo.Builder |
AviConnectionInfo.Builder.setEnforcementPointAddress(java.lang.String enforcementPointAddress)
Value of this property could be Hostname or IP.
|
AviConnectionInfo.Builder |
AviConnectionInfo.Builder.setExpiresAt(java.lang.String expiresAt)
Expiry time of the token will be set by LCM at the time of Enforcement Point
Creation.
|
AviConnectionInfo.Builder |
AviConnectionInfo.Builder.setIsDefaultCert(java.lang.Boolean isDefaultCert)
Advanced Load Balancer controller using default portal certificate.
|
AviConnectionInfo.Builder |
AviConnectionInfo.Builder.setManagedBy(java.lang.String managedBy)
Managed by used when on-borading workflow created by LCM/VCF.
|
AviConnectionInfo.Builder |
AviConnectionInfo.Builder.setPassword(java.lang.String password)
Password or Token for Avi Controller.
|
AviConnectionInfo.Builder |
AviConnectionInfo.Builder.setStatus(java.lang.String status)
Possible values are:
AviConnectionInfo.STATUS_ACTIVATE AviConnectionInfo.STATUS_DEACTIVATE_PROVIDER
AviConnectionInfo.STATUS_DEACTIVATE_API
This is connection property which checks whether ALB is connected to the
controller. |
AviConnectionInfo.Builder |
AviConnectionInfo.Builder.setTenant(java.lang.String tenant)
A tenant is an isolated instance of Avi Controller.
|
AviConnectionInfo.Builder |
AviConnectionInfo.Builder.setThumbprint(java.lang.String thumbprint)
Thumbprint of EnforcementPoint in the form of a SHA-256 hash represented in
lower case HEX.
|
AviConnectionInfo.Builder |
AviConnectionInfo.Builder.setUsername(java.lang.String username)
Username.
|
AviConnectionInfo.Builder |
AviConnectionInfo.Builder.setVersion(java.lang.String version)
Avi supports API versioning for backward compatibility with automation scripts
written for an object model older than the current one.
|