Class CertificateSelfManaged
- java.lang.Object
-
- com.pulumi.gcp.certificatemanager.outputs.CertificateSelfManaged
-
public final class CertificateSelfManaged extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
CertificateSelfManaged.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description static CertificateSelfManaged.Builder
builder()
static CertificateSelfManaged.Builder
builder(CertificateSelfManaged defaults)
java.util.Optional<java.lang.String>
certificatePem()
Deprecated.`certificate_pem` is deprecated and will be removed in a future major release.java.util.Optional<java.lang.String>
pemCertificate()
java.util.Optional<java.lang.String>
pemPrivateKey()
java.util.Optional<java.lang.String>
privateKeyPem()
Deprecated.`private_key_pem` is deprecated and will be removed in a future major release.
-
-
-
Method Detail
-
certificatePem
@Deprecated public java.util.Optional<java.lang.String> certificatePem()
Deprecated.`certificate_pem` is deprecated and will be removed in a future major release. Use `pem_certificate` instead.- Returns:
- (Optional, Deprecated) The certificate chain in PEM-encoded form. Leaf certificate comes first, followed by intermediate ones if any. **Note**: This property is sensitive and will not be displayed in the plan. > **Warning:** `certificate_pem` is deprecated and will be removed in a future major release. Use `pem_certificate` instead.
-
pemCertificate
public java.util.Optional<java.lang.String> pemCertificate()
- Returns:
- The certificate chain in PEM-encoded form. Leaf certificate comes first, followed by intermediate ones if any. **Note**: This property is sensitive and will not be displayed in the plan.
-
pemPrivateKey
public java.util.Optional<java.lang.String> pemPrivateKey()
- Returns:
- The private key of the leaf certificate in PEM-encoded form. **Note**: This property is sensitive and will not be displayed in the plan.
-
privateKeyPem
@Deprecated public java.util.Optional<java.lang.String> privateKeyPem()
Deprecated.`private_key_pem` is deprecated and will be removed in a future major release. Use `pem_private_key` instead.- Returns:
- (Optional, Deprecated) The private key of the leaf certificate in PEM-encoded form. **Note**: This property is sensitive and will not be displayed in the plan. > **Warning:** `private_key_pem` is deprecated and will be removed in a future major release. Use `pem_private_key` instead.
-
builder
public static CertificateSelfManaged.Builder builder()
-
builder
public static CertificateSelfManaged.Builder builder(CertificateSelfManaged defaults)
-
-