Class TransferAcceptArgs


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

      • disableStatusCheck

        public java.util.Optional<com.pulumi.core.Output<java.lang.Boolean>> disableStatusCheck()
        Returns:
        Disable wait for zone to reach ACTIVE status. The check is enabled by default. If this argument is true, zone will be considered as created/updated if OpenStack accept returned success.
      • key

        public com.pulumi.core.Output<java.lang.String> key()
        Returns:
        The transfer key.
      • region

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> region()
        Returns:
        The region in which to obtain the V2 Compute client. Keypairs are associated with accounts, but a Compute client is needed to create one. If omitted, the `region` argument of the provider is used. Changing this creates a new DNS zone.
      • valueSpecs

        public java.util.Optional<com.pulumi.core.Output<java.util.Map<java.lang.String,​java.lang.Object>>> valueSpecs()
        Returns:
        Map of additional options. Changing this creates a new transfer accept.
      • zoneTransferRequestId

        public com.pulumi.core.Output<java.lang.String> zoneTransferRequestId()
        Returns:
        The ID of the zone transfer request.