public final class AviConnectionInfo
extends java.lang.Object
implements java.io.Serializable, com.vmware.vapi.bindings.StaticStructure
Modifier and Type | Class and Description |
---|---|
static class |
AviConnectionInfo.Builder
Builder class for
AviConnectionInfo . |
Modifier and Type | Field and Description |
---|---|
protected com.vmware.vapi.data.StructValue |
__dynamicStructureFields |
static java.lang.String |
_TYPE_IDENTIFIER
Identifier denoting this class, when it is used in polymorphic context.
|
static java.lang.String |
STATUS_ACTIVATE |
static java.lang.String |
STATUS_DEACTIVATE_API |
static java.lang.String |
STATUS_DEACTIVATE_PROVIDER |
Modifier | Constructor and Description |
---|---|
|
AviConnectionInfo()
Default constructor.
|
protected |
AviConnectionInfo(com.vmware.vapi.data.StructValue __dynamicStructureFields) |
Modifier and Type | Method and Description |
---|---|
<T extends com.vmware.vapi.bindings.Structure> |
_convertTo(java.lang.Class<T> clazz) |
java.lang.String |
_getCanonicalName() |
static java.lang.String |
_getCanonicalTypeName()
Returns the canonical type name.
|
static com.vmware.vapi.bindings.type.StructType |
_getClassType()
WARNING: Internal method, subject to change in future versions.
|
com.vmware.vapi.data.StructValue |
_getDataValue() |
com.vmware.vapi.data.DataValue |
_getDynamicField(java.lang.String fieldName) |
java.util.Set<java.lang.String> |
_getDynamicFieldNames() |
com.vmware.vapi.bindings.type.StructType |
_getType() |
boolean |
_hasTypeNameOf(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz) |
static AviConnectionInfo |
_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 AviConnectionInfo |
_newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
void |
_setDynamicField(java.lang.String fieldName,
com.vmware.vapi.data.DataValue fieldValue) |
protected void |
_updateDataValue(com.vmware.vapi.data.StructValue structValue) |
void |
_validate() |
boolean |
equals(java.lang.Object obj) |
java.lang.String |
getCertificate()
Certificate used when on-borading workflow created by LCM/VCF.
|
java.lang.String |
getCloud()
Deprecated.
|
java.lang.String |
getEnforcementPointAddress()
Value of this property could be Hostname or IP.
|
java.lang.String |
getExpiresAt()
Expiry time of the token will be set by LCM at the time of Enforcement Point
Creation.
|
java.lang.Boolean |
getIsDefaultCert()
Advanced Load Balancer controller using default portal certificate.
|
java.lang.String |
getManagedBy()
Managed by used when on-borading workflow created by LCM/VCF.
|
java.lang.String |
getPassword()
Password or Token for Avi Controller.
|
java.lang.String |
getResourceType()
Possible values are:
EnforcementPointConnectionInfo.RESOURCE_TYPE_NSXTCONNECTIONINFO
EnforcementPointConnectionInfo.RESOURCE_TYPE_NSXVCONNECTIONINFO
EnforcementPointConnectionInfo.RESOURCE_TYPE_CVXCONNECTIONINFO
EnforcementPointConnectionInfo.RESOURCE_TYPE_AVICONNECTIONINFO
Resource Type of Enforcement Point Connection Info. |
java.lang.String |
getStatus()
Possible values are:
STATUS_ACTIVATE STATUS_DEACTIVATE_PROVIDER
STATUS_DEACTIVATE_API
This is connection property which checks whether ALB is connected to the
controller. |
java.lang.String |
getTenant()
A tenant is an isolated instance of Avi Controller.
|
java.lang.String |
getThumbprint()
Thumbprint of EnforcementPoint in the form of a SHA-256 hash represented in
lower case HEX.
|
java.lang.String |
getUsername()
Username.
|
java.lang.String |
getVersion()
Deprecated.
|
int |
hashCode() |
void |
setCertificate(java.lang.String certificate)
Certificate used when on-borading workflow created by LCM/VCF.
|
void |
setCloud(java.lang.String cloud)
Deprecated.
|
void |
setEnforcementPointAddress(java.lang.String enforcementPointAddress)
Value of this property could be Hostname or IP.
|
void |
setExpiresAt(java.lang.String expiresAt)
Expiry time of the token will be set by LCM at the time of Enforcement Point
Creation.
|
void |
setIsDefaultCert(java.lang.Boolean isDefaultCert)
Advanced Load Balancer controller using default portal certificate.
|
void |
setManagedBy(java.lang.String managedBy)
Managed by used when on-borading workflow created by LCM/VCF.
|
void |
setPassword(java.lang.String password)
Password or Token for Avi Controller.
|
void |
setStatus(java.lang.String status)
Possible values are:
STATUS_ACTIVATE STATUS_DEACTIVATE_PROVIDER
STATUS_DEACTIVATE_API
This is connection property which checks whether ALB is connected to the
controller. |
void |
setTenant(java.lang.String tenant)
A tenant is an isolated instance of Avi Controller.
|
void |
setThumbprint(java.lang.String thumbprint)
Thumbprint of EnforcementPoint in the form of a SHA-256 hash represented in
lower case HEX.
|
void |
setUsername(java.lang.String username)
Username.
|
void |
setVersion(java.lang.String version)
Deprecated.
|
java.lang.String |
toString() |
public static final java.lang.String _TYPE_IDENTIFIER
This value should be assigned to the property which is used to discriminate the actual type used in the polymorphic context.
public static final java.lang.String STATUS_ACTIVATE
public static final java.lang.String STATUS_DEACTIVATE_PROVIDER
public static final java.lang.String STATUS_DEACTIVATE_API
protected com.vmware.vapi.data.StructValue __dynamicStructureFields
public AviConnectionInfo()
protected AviConnectionInfo(com.vmware.vapi.data.StructValue __dynamicStructureFields)
public java.lang.String getCertificate()
public void setCertificate(java.lang.String certificate)
certificate
- New value for the property.@Deprecated public java.lang.String getCloud()
@Deprecated public void setCloud(java.lang.String cloud)
cloud
- New value for the property.public java.lang.String getExpiresAt()
public void setExpiresAt(java.lang.String expiresAt)
expiresAt
- New value for the property.public java.lang.Boolean getIsDefaultCert()
public void setIsDefaultCert(java.lang.Boolean isDefaultCert)
isDefaultCert
- New value for the property.public java.lang.String getManagedBy()
public void setManagedBy(java.lang.String managedBy)
managedBy
- New value for the property.public java.lang.String getPassword()
public void setPassword(java.lang.String password)
password
- New value for the property.public java.lang.String getStatus()
public void setStatus(java.lang.String status)
status
- New value for the property.public java.lang.String getTenant()
public void setTenant(java.lang.String tenant)
tenant
- New value for the property.public java.lang.String getThumbprint()
public void setThumbprint(java.lang.String thumbprint)
thumbprint
- New value for the property.public java.lang.String getUsername()
public void setUsername(java.lang.String username)
username
- New value for the property.@Deprecated public java.lang.String getVersion()
@Deprecated public void setVersion(java.lang.String version)
version
- New value for the property.public java.lang.String getEnforcementPointAddress()
public void setEnforcementPointAddress(java.lang.String enforcementPointAddress)
enforcementPointAddress
- New value for the property.public java.lang.String getResourceType()
EnforcementPointConnectionInfo.RESOURCE_TYPE_NSXTCONNECTIONINFO
EnforcementPointConnectionInfo.RESOURCE_TYPE_NSXVCONNECTIONINFO
EnforcementPointConnectionInfo.RESOURCE_TYPE_CVXCONNECTIONINFO
EnforcementPointConnectionInfo.RESOURCE_TYPE_AVICONNECTIONINFO
"AviConnectionInfo"
.public com.vmware.vapi.bindings.type.StructType _getType()
_getType
in interface com.vmware.vapi.bindings.StaticStructure
public com.vmware.vapi.data.StructValue _getDataValue()
_getDataValue
in interface com.vmware.vapi.bindings.Structure
protected void _updateDataValue(com.vmware.vapi.data.StructValue structValue)
public void _validate()
_validate
in interface com.vmware.vapi.bindings.StaticStructure
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in interface com.vmware.vapi.bindings.StaticStructure
toString
in class java.lang.Object
public boolean _hasTypeNameOf(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz)
_hasTypeNameOf
in interface com.vmware.vapi.bindings.Structure
public <T extends com.vmware.vapi.bindings.Structure> T _convertTo(java.lang.Class<T> clazz)
_convertTo
in interface com.vmware.vapi.bindings.Structure
public void _setDynamicField(java.lang.String fieldName, com.vmware.vapi.data.DataValue fieldValue)
_setDynamicField
in interface com.vmware.vapi.bindings.StaticStructure
public com.vmware.vapi.data.DataValue _getDynamicField(java.lang.String fieldName)
_getDynamicField
in interface com.vmware.vapi.bindings.StaticStructure
public java.util.Set<java.lang.String> _getDynamicFieldNames()
_getDynamicFieldNames
in interface com.vmware.vapi.bindings.StaticStructure
public static com.vmware.vapi.bindings.type.StructType _getClassType()
StructType
instance representing the static bindings
type for this Structure
.public java.lang.String _getCanonicalName()
_getCanonicalName
in interface com.vmware.vapi.bindings.Structure
public static java.lang.String _getCanonicalTypeName()
_getCanonicalName()
.public static AviConnectionInfo _newInstance(com.vmware.vapi.data.StructValue structValue)
structValue
- the source of the data contained in the binding object. Could
contain more data than fields of this class can describe i.e.
newer version of the binding object. Could be null.StructType
public static AviConnectionInfo _newInstance2(com.vmware.vapi.data.StructValue structValue)