public final class ALBControllerCertificateCsr
extends java.lang.Object
implements java.io.Serializable, com.vmware.vapi.bindings.StaticStructure
| Modifier and Type | Class and Description |
|---|---|
static class |
ALBControllerCertificateCsr.Builder
Builder class for
ALBControllerCertificateCsr. |
| Modifier and Type | Field and Description |
|---|---|
protected com.vmware.vapi.data.StructValue |
__dynamicStructureFields |
| Modifier | Constructor and Description |
|---|---|
|
ALBControllerCertificateCsr()
Default constructor.
|
protected |
ALBControllerCertificateCsr(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 ALBControllerCertificateCsr |
_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 ALBControllerCertificateCsr |
_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 |
getAlgorithm()
Algorithm for Advanced Load Balancer Controller portal certificate.
|
java.lang.String |
getClusteringId()
Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed
NSX.
|
java.lang.String |
getCommonName()
Common name for Advanced Load Balancer Controller portal certificate.
|
java.lang.String |
getCountry()
Country name for Advanced Load Balancer Controller portal certificate.
|
java.lang.String |
getEmail()
Email for Advanced Load Balancer Controller portal certificate.
|
java.lang.String |
getKeySize()
Key size for Advanced Load Balancer Controller portal certificate.
|
java.lang.String |
getLocality()
Location or region for Advanced Load Balancer Controller portal certificate.
|
java.lang.String |
getOrganization()
Organization for Advanced Load Balancer Controller portal certificate.
|
java.lang.String |
getOrganizationUnit()
Organization unit for Advanced Load Balancer Controller portal certificate.
|
java.lang.String |
getStateName()
State name for Advanced Load Balancer Controller portal certificate.
|
java.util.List<java.lang.String> |
getSubjectAltNames()
List of SAN for Advanced Load Balancer Controller portal certificate.
|
int |
hashCode() |
void |
setAlgorithm(java.lang.String algorithm)
Algorithm for Advanced Load Balancer Controller portal certificate.
|
void |
setClusteringId(java.lang.String clusteringId)
Unique Id for NSX Advanced Load Balancer Controller Cluster used in VCF managed
NSX.
|
void |
setCommonName(java.lang.String commonName)
Common name for Advanced Load Balancer Controller portal certificate.
|
void |
setCountry(java.lang.String country)
Country name for Advanced Load Balancer Controller portal certificate.
|
void |
setEmail(java.lang.String email)
Email for Advanced Load Balancer Controller portal certificate.
|
void |
setKeySize(java.lang.String keySize)
Key size for Advanced Load Balancer Controller portal certificate.
|
void |
setLocality(java.lang.String locality)
Location or region for Advanced Load Balancer Controller portal certificate.
|
void |
setOrganization(java.lang.String organization)
Organization for Advanced Load Balancer Controller portal certificate.
|
void |
setOrganizationUnit(java.lang.String organizationUnit)
Organization unit for Advanced Load Balancer Controller portal certificate.
|
void |
setStateName(java.lang.String stateName)
State name for Advanced Load Balancer Controller portal certificate.
|
void |
setSubjectAltNames(java.util.List<java.lang.String> subjectAltNames)
List of SAN for Advanced Load Balancer Controller portal certificate.
|
java.lang.String |
toString() |
protected com.vmware.vapi.data.StructValue __dynamicStructureFields
public ALBControllerCertificateCsr()
protected ALBControllerCertificateCsr(com.vmware.vapi.data.StructValue __dynamicStructureFields)
public java.lang.String getAlgorithm()
public void setAlgorithm(java.lang.String algorithm)
algorithm - New value for the property.public java.lang.String getClusteringId()
public void setClusteringId(java.lang.String clusteringId)
clusteringId - New value for the property.public java.lang.String getCommonName()
public void setCommonName(java.lang.String commonName)
commonName - New value for the property.public java.lang.String getCountry()
public void setCountry(java.lang.String country)
country - New value for the property.public java.lang.String getEmail()
public void setEmail(java.lang.String email)
email - New value for the property.public java.lang.String getKeySize()
public void setKeySize(java.lang.String keySize)
keySize - New value for the property.public java.lang.String getLocality()
public void setLocality(java.lang.String locality)
locality - New value for the property.public java.lang.String getOrganization()
public void setOrganization(java.lang.String organization)
organization - New value for the property.public java.lang.String getOrganizationUnit()
public void setOrganizationUnit(java.lang.String organizationUnit)
organizationUnit - New value for the property.public java.lang.String getStateName()
public void setStateName(java.lang.String stateName)
stateName - New value for the property.public java.util.List<java.lang.String> getSubjectAltNames()
public void setSubjectAltNames(java.util.List<java.lang.String> subjectAltNames)
subjectAltNames - New value for the property.public com.vmware.vapi.bindings.type.StructType _getType()
_getType in interface com.vmware.vapi.bindings.StaticStructurepublic com.vmware.vapi.data.StructValue _getDataValue()
_getDataValue in interface com.vmware.vapi.bindings.Structureprotected void _updateDataValue(com.vmware.vapi.data.StructValue structValue)
public void _validate()
_validate in interface com.vmware.vapi.bindings.StaticStructurepublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString()
toString in interface com.vmware.vapi.bindings.StaticStructuretoString in class java.lang.Objectpublic boolean _hasTypeNameOf(java.lang.Class<? extends com.vmware.vapi.bindings.Structure> clazz)
_hasTypeNameOf in interface com.vmware.vapi.bindings.Structurepublic <T extends com.vmware.vapi.bindings.Structure> T _convertTo(java.lang.Class<T> clazz)
_convertTo in interface com.vmware.vapi.bindings.Structurepublic void _setDynamicField(java.lang.String fieldName,
com.vmware.vapi.data.DataValue fieldValue)
_setDynamicField in interface com.vmware.vapi.bindings.StaticStructurepublic com.vmware.vapi.data.DataValue _getDynamicField(java.lang.String fieldName)
_getDynamicField in interface com.vmware.vapi.bindings.StaticStructurepublic java.util.Set<java.lang.String> _getDynamicFieldNames()
_getDynamicFieldNames in interface com.vmware.vapi.bindings.StaticStructurepublic 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.Structurepublic static java.lang.String _getCanonicalTypeName()
_getCanonicalName().public static ALBControllerCertificateCsr _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.StructTypepublic static ALBControllerCertificateCsr _newInstance2(com.vmware.vapi.data.StructValue structValue)