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
§
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.
§
upcomingMaintenanceEvent?: UpcomingMaintenanceEvent
[src]Optional. the next maintenance event on VM