Class GetFunctionServiceConfigSecretVolume
- java.lang.Object
-
- com.pulumi.gcp.cloudfunctionsv2.outputs.GetFunctionServiceConfigSecretVolume
-
public final class GetFunctionServiceConfigSecretVolume extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
GetFunctionServiceConfigSecretVolume.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static GetFunctionServiceConfigSecretVolume.Builder
builder()
static GetFunctionServiceConfigSecretVolume.Builder
builder(GetFunctionServiceConfigSecretVolume defaults)
java.lang.String
mountPath()
java.lang.String
projectId()
java.lang.String
secret()
java.util.List<GetFunctionServiceConfigSecretVolumeVersion>
versions()
-
-
-
Method Detail
-
mountPath
public java.lang.String mountPath()
-
projectId
public java.lang.String projectId()
-
secret
public java.lang.String secret()
-
versions
public java.util.List<GetFunctionServiceConfigSecretVolumeVersion> versions()
-
builder
public static GetFunctionServiceConfigSecretVolume.Builder builder()
-
builder
public static GetFunctionServiceConfigSecretVolume.Builder builder(GetFunctionServiceConfigSecretVolume defaults)
-
-