Class ManagementServerState


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

      • location

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> location()
        Returns:
        The location for the management server (management console)
      • managementUris

        public java.util.Optional<com.pulumi.core.Output<java.util.List<ManagementServerManagementUriArgs>>> managementUris()
        Returns:
        The management console URI Structure is documented below.
      • name

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> name()
        Returns:
        The name of management server (management console)
      • networks

        public java.util.Optional<com.pulumi.core.Output<java.util.List<ManagementServerNetworkArgs>>> networks()
        Returns:
        Network details to create management server (management console). Structure is documented below.
      • oauth2ClientId

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> oauth2ClientId()
        Returns:
        The oauth2ClientId of management console.
      • 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.
      • type

        public java.util.Optional<com.pulumi.core.Output<java.lang.String>> type()
        Returns:
        The type of management server (management console). Default value is `BACKUP_RESTORE`. Possible values are: `BACKUP_RESTORE`.