Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

InstanceProperties

import type { InstanceProperties } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";

Instance Properties.

interface InstanceProperties {
instanceNumber?: string;
machineType?: string;
roles?:
| "INSTANCE_ROLE_UNSPECIFIED"
| "INSTANCE_ROLE_ASCS"
| "INSTANCE_ROLE_ERS"
| "INSTANCE_ROLE_APP_SERVER"
| "INSTANCE_ROLE_HANA_PRIMARY"
| "INSTANCE_ROLE_HANA_SECONDARY"[];
sapInstanceProperties?: SapInstanceProperties;
status?: string;
upcomingMaintenanceEvent?: UpcomingMaintenanceEvent;
}

§Properties

§
instanceNumber?: string
[src]

Optional. Instance number.

§
machineType?: string
[src]

Optional. Instance machine type.

§
roles?: "INSTANCE_ROLE_UNSPECIFIED" | "INSTANCE_ROLE_ASCS" | "INSTANCE_ROLE_ERS" | "INSTANCE_ROLE_APP_SERVER" | "INSTANCE_ROLE_HANA_PRIMARY" | "INSTANCE_ROLE_HANA_SECONDARY"[]
[src]

Optional. Instance roles.

§
sapInstanceProperties?: SapInstanceProperties
[src]

Optional. SAP Instance properties.

§
status?: string
[src]

Optional. Instance status.

§
upcomingMaintenanceEvent?: UpcomingMaintenanceEvent
[src]

Optional. the next maintenance event on VM