Certificate 类
定义
A certificate that can be installed on compute nodes and can be used to authenticate operations on the machine.
public class Certificate
- 继承
-
java.lang.ObjectCertificate
方法
deleteCertificateError() |
Get this property is set only if the certificate is in the DeleteFailed state.
|
previousState() |
Get this property is not set if the certificate is in its initial active state. Possible values include: 'active', 'deleting', 'deleteFailed'.
|
previousStateTransitionTime() |
Get this property is not set if the certificate is in its initial Active state.
|
publicData() |
Get the publicData value.
|
state() |
Get possible values include: 'active', 'deleting', 'deleteFailed'.
|
stateTransitionTime() |
Get the stateTransitionTime value.
|
thumbprint() |
Get the thumbprint value.
|
thumbprintAlgorithm() |
Get the thumbprintAlgorithm value.
|
url() |
Get the url value.
|
withDeleteCertificateError(DeleteCertificateError deleteCertificateError) |
Set this property is set only if the certificate is in the DeleteFailed state.
|
withPreviousState(CertificateState previousState) |
Set this property is not set if the certificate is in its initial active state. Possible values include: 'active', 'deleting', 'deleteFailed'.
|
withPreviousStateTransitionTime(DateTime previousStateTransitionTime) |
Set this property is not set if the certificate is in its initial Active state.
|
withPublicData(String publicData) |
Set the publicData value.
|
withState(CertificateState state) |
Set possible values include: 'active', 'deleting', 'deleteFailed'.
|
withStateTransitionTime(DateTime stateTransitionTime) |
Set the stateTransitionTime value.
|
withThumbprint(String thumbprint) |
Set the thumbprint value.
|
withThumbprintAlgorithm(String thumbprintAlgorithm) |
Set the thumbprintAlgorithm value.
|
withUrl(String url) |
Set the url value.
|