Package com.pulumi.gcp.osconfig.inputs
Class OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileArgs
- java.lang.Object
-
- com.pulumi.resources.InputArgs
-
- com.pulumi.resources.ResourceArgs
-
- com.pulumi.gcp.osconfig.inputs.OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileArgs
-
public final class OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileArgs extends com.pulumi.resources.ResourceArgs
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileArgs.Builder
-
Field Summary
Fields Modifier and Type Field Description static OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileArgs
Empty
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>>
allowInsecure()
static OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileArgs.Builder
builder()
static OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileArgs.Builder
builder(OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileArgs defaults)
java.util.Optional<com.pulumi.core.Output<OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileGcsArgs>>
gcs()
java.util.Optional<com.pulumi.core.Output<java.lang.String>>
localPath()
java.util.Optional<com.pulumi.core.Output<OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileRemoteArgs>>
remote()
-
-
-
Field Detail
-
Empty
public static final OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileArgs Empty
-
-
Method Detail
-
allowInsecure
public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> allowInsecure()
- Returns:
- Defaults to false. When false, files are subject to validations based on the file type: Remote: A checksum must be specified. Cloud Storage: An object generation number must be specified.
-
gcs
public java.util.Optional<com.pulumi.core.Output<OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileGcsArgs>> gcs()
- Returns:
- A Cloud Storage object. Structure is documented below.
-
localPath
public java.util.Optional<com.pulumi.core.Output<java.lang.String>> localPath()
- Returns:
- A local path within the VM to use.
-
remote
public java.util.Optional<com.pulumi.core.Output<OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileRemoteArgs>> remote()
- Returns:
- A generic remote file. Structure is documented below.
-
builder
public static OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileArgs.Builder builder()
-
builder
public static OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileArgs.Builder builder(OsPolicyAssignmentOsPolicyResourceGroupResourceExecValidateFileArgs defaults)
-
-