public static enum GetCertificateBundleRequest.CertificateBundleType extends Enum<GetCertificateBundleRequest.CertificateBundleType> implements BmcEnum
The type of certificate bundle. By default, the private key fields are not returned. When
querying for certificate bundles, to return results with certificate contents, the private
key in PEM format, and the private key passphrase, specify the value of this parameter as
CERTIFICATE_CONTENT_WITH_PRIVATE_KEY
.
Enum Constant and Description |
---|
CertificateContentPublicOnly |
CertificateContentWithPrivateKey |
Modifier and Type | Method and Description |
---|---|
static GetCertificateBundleRequest.CertificateBundleType |
create(String key) |
String |
getValue() |
static GetCertificateBundleRequest.CertificateBundleType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GetCertificateBundleRequest.CertificateBundleType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GetCertificateBundleRequest.CertificateBundleType CertificateContentPublicOnly
public static final GetCertificateBundleRequest.CertificateBundleType CertificateContentWithPrivateKey
public static GetCertificateBundleRequest.CertificateBundleType[] values()
for (GetCertificateBundleRequest.CertificateBundleType c : GetCertificateBundleRequest.CertificateBundleType.values()) System.out.println(c);
public static GetCertificateBundleRequest.CertificateBundleType valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static GetCertificateBundleRequest.CertificateBundleType create(String key)
Copyright © 2016–2024. All rights reserved.