Package com.pulumi.gcp.compute
Class SSLCertificateArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.compute.SSLCertificateArgs
-
public final class SSLCertificateArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
SSLCertificateArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static SSLCertificateArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SSLCertificateArgs.Builder
builder()
static SSLCertificateArgs.Builder
builder(SSLCertificateArgs defaults)
com.pulumi.core.Output<java.lang.String>
certificate()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
description()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
name()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
namePrefix()
com.pulumi.core.Output<java.lang.String>
privateKey()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
project()
-
-
-
Field Detail
-
Empty
public static final SSLCertificateArgs Empty
-
-
Method Detail
-
certificate
public com.pulumi.core.Output<java.lang.String> certificate()
- Returns:
- The certificate in PEM format. The certificate chain must be no greater than 5 certs long. The chain must include at least one intermediate cert. **Note**: This property is sensitive and will not be displayed in the plan.
-
description
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> description()
- Returns:
- An optional description of this resource.
-
name
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
- Returns:
- Name of the resource. Provided by the client when the resource is created. The name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression `a-z?` which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash. These are in the same namespace as the managed SSL certificates.
-
namePrefix
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> namePrefix()
- Returns:
- Creates a unique name beginning with the specified prefix. Conflicts with `name`.
-
privateKey
public com.pulumi.core.Output<java.lang.String> privateKey()
- Returns:
- The write-only private key in PEM format. **Note**: This property is sensitive and will not be displayed in the plan. ***
-
project
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> project()
- Returns:
- The ID of the project in which the resource belongs. If it is not provided, the provider project is used.
-
builder
public static SSLCertificateArgs.Builder builder()
-
builder
public static SSLCertificateArgs.Builder builder(SSLCertificateArgs defaults)
-
-