| Package | Description |
|---|---|
| com.vmware.nsx_global_policy.model |
| Modifier and Type | Method and Description |
|---|---|
static ALBCustomParams |
ALBCustomParams._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 ALBCustomParams |
ALBCustomParams._newInstance2(com.vmware.vapi.data.StructValue structValue)
WARNING: Internal method, subject to change in future versions.
Serves as a versioning mechanism. |
ALBCustomParams |
ALBCustomParams.Builder.build() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ALBCustomParams> |
ALBSSLKeyAndCertificate.getDynamicParams()
Dynamic parameters needed for certificate management profile.
|
java.util.List<ALBCustomParams> |
ALBCertificateManagementProfile.getScriptParams()
Placeholder for description of property script_params of obj type
CertificateManagementProfile field type str type array.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ALBSSLKeyAndCertificate.setDynamicParams(java.util.List<ALBCustomParams> dynamicParams)
Dynamic parameters needed for certificate management profile.
|
ALBSSLKeyAndCertificate.Builder |
ALBSSLKeyAndCertificate.Builder.setDynamicParams(java.util.List<ALBCustomParams> dynamicParams)
Dynamic parameters needed for certificate management profile.
|
void |
ALBCertificateManagementProfile.setScriptParams(java.util.List<ALBCustomParams> scriptParams)
Placeholder for description of property script_params of obj type
CertificateManagementProfile field type str type array.
|
ALBCertificateManagementProfile.Builder |
ALBCertificateManagementProfile.Builder.setScriptParams(java.util.List<ALBCustomParams> scriptParams)
Placeholder for description of property script_params of obj type
CertificateManagementProfile field type str type array.
|