|
VMware vSphere Automation SDK Perl
The VMware vSphere Automation SDK for Perl supports the client-side vSphere Automation API for access to vSphere services and capabilities
|
Avaliable Methods | |
| public method | set_is_self_signed () |
| public method | set_is_valid () |
| public method | set_type () |
| public method | get_issuer () |
| public method | get_x509 () |
| public method | set_subject () |
| public method | get_subject () |
| public method | get_is_valid () |
| public method | set_x509 () |
| public method | get_is_self_signed () |
| public method | get_type () |
| public method | new () |
| public method | set_issuer () |
The Com::Vmware::Vcenter::Ovf::CertificateParams class contains information about the public key certificate used to sign the OVF package. This class will only be returned if the OVF package is signed.
See :func:Com::Vmware::Vcenter::Ovf::LibraryItem.deploy and :func:Com::Vmware::Vcenter::Ovf::LibraryItem.filter .
| public method Com::Vmware::Vcenter::Ovf::CertificateParams::get_is_self_signed | ( | ) |
Gets the value of 'is_self_signed' property.
| is_self_signed | - The current value of the field. Is the certificate self-signed. optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::CertificateParams::get_is_valid | ( | ) |
Gets the value of 'is_valid' property.
| is_valid | - The current value of the field. Is the certificate chain validated. optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::CertificateParams::get_issuer | ( | ) |
Gets the value of 'issuer' property.
| issuer | - The current value of the field. Certificate issuer. For example: /C=US/ST=California/L=Palo Alto/O=VMware, Inc. optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::CertificateParams::get_subject | ( | ) |
Gets the value of 'subject' property.
| subject | - The current value of the field. Certificate subject. For example: /C=US/ST=Massachusetts/L=Hopkinton/O=EMC Corporation/OU=EMC Avamar/CN=EMC Corporation. optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::CertificateParams::get_type | ( | ) |
Gets the value of 'type' property.
| type | - The current value of the field. Unique identifier describing the type of the OVF parameters. The value is the name of the OVF parameters class . optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::CertificateParams::get_x509 | ( | ) |
Gets the value of 'x509' property.
| x509 | - The current value of the field. The X509 representation of the certificate. optional# |
Code:
| public method Com::Vmware::Vcenter::Ovf::CertificateParams::new | ( | ) |
Constructor to initialize the Com::Vmware::Vcenter::Ovf::CertificateParams structure
| Blessed | object |
Code:
| public method Com::Vmware::Vcenter::Ovf::CertificateParams::set_is_self_signed | ( | ) |
Sets the given value for 'is_self_signed' property.
| is_self_signed | - New value for the field. Is the certificate self-signed. |
Code:
| public method Com::Vmware::Vcenter::Ovf::CertificateParams::set_is_valid | ( | ) |
Sets the given value for 'is_valid' property.
| is_valid | - New value for the field. Is the certificate chain validated. |
Code:
| public method Com::Vmware::Vcenter::Ovf::CertificateParams::set_issuer | ( | ) |
Sets the given value for 'issuer' property.
| issuer | - New value for the field. Certificate issuer. For example: /C=US/ST=California/L=Palo Alto/O=VMware, Inc. |
Code:
| public method Com::Vmware::Vcenter::Ovf::CertificateParams::set_subject | ( | ) |
Sets the given value for 'subject' property.
| subject | - New value for the field. Certificate subject. For example: /C=US/ST=Massachusetts/L=Hopkinton/O=EMC Corporation/OU=EMC Avamar/CN=EMC Corporation. |
Code:
| public method Com::Vmware::Vcenter::Ovf::CertificateParams::set_type | ( | ) |
Sets the given value for 'type' property.
| type | - New value for the field. Unique identifier describing the type of the OVF parameters. The value is the name of the OVF parameters class . |
Code:
| public method Com::Vmware::Vcenter::Ovf::CertificateParams::set_x509 | ( | ) |
Sets the given value for 'x509' property.
| x509 | - New value for the field. The X509 representation of the certificate. |
Code: