Class DiskResourcePolicyAttachmentArgs


  • public final class DiskResourcePolicyAttachmentArgs
    extends com.pulumi.resources.ResourceArgs
    • Method Detail

      • disk

        public com.pulumi.core.Output<java.lang.String> disk()
        Returns:
        The name of the disk in which the resource policies are attached to. ***
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The resource policy to be attached to the disk for scheduling snapshot creation. Do not specify the self link.
      • 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.
      • zone

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> zone()
        Returns:
        A reference to the zone where the disk resides.