| Modifier and Type | Method and Description |
|---|---|
static V1alpha2CertificateRequestSpec.UsagesEnum |
V1alpha2CertificateRequestSpec.UsagesEnum.fromValue(String value) |
V1alpha2CertificateRequestSpec.UsagesEnum |
V1alpha2CertificateRequestSpec.UsagesEnum.Adapter.read(com.google.gson.stream.JsonReader jsonReader) |
static V1alpha2CertificateRequestSpec.UsagesEnum |
V1alpha2CertificateRequestSpec.UsagesEnum.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static V1alpha2CertificateRequestSpec.UsagesEnum[] |
V1alpha2CertificateRequestSpec.UsagesEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
List<V1alpha2CertificateRequestSpec.UsagesEnum> |
V1alpha2CertificateRequestSpec.getUsages()
Usages is the set of x509 usages that are requested for the certificate.
|
| Modifier and Type | Method and Description |
|---|---|
V1alpha2CertificateRequestSpec |
V1alpha2CertificateRequestSpec.addUsagesItem(V1alpha2CertificateRequestSpec.UsagesEnum usagesItem) |
void |
V1alpha2CertificateRequestSpec.UsagesEnum.Adapter.write(com.google.gson.stream.JsonWriter jsonWriter,
V1alpha2CertificateRequestSpec.UsagesEnum enumeration) |
| Modifier and Type | Method and Description |
|---|---|
void |
V1alpha2CertificateRequestSpec.setUsages(List<V1alpha2CertificateRequestSpec.UsagesEnum> usages) |
V1alpha2CertificateRequestSpec |
V1alpha2CertificateRequestSpec.usages(List<V1alpha2CertificateRequestSpec.UsagesEnum> usages) |
Copyright © 2020. All rights reserved.