SapDiscoveryResourceInstanceProperties
import type { SapDiscoveryResourceInstanceProperties } from "https://googleapis.deno.dev/v1/workloadmanager:v1.ts";
A set of properties only present for an instance type resource
interface SapDiscoveryResourceInstanceProperties {
appInstances?: SapDiscoveryResourceInstancePropertiesAppInstance[];
clusterInstances?: string[];
diskMounts?: SapDiscoveryResourceInstancePropertiesDiskMount[];
instanceNumber?: bigint;
instanceRole?:
| "INSTANCE_ROLE_UNSPECIFIED"
| "INSTANCE_ROLE_ASCS"
| "INSTANCE_ROLE_ERS"
| "INSTANCE_ROLE_APP_SERVER"
| "INSTANCE_ROLE_DATABASE"
| "INSTANCE_ROLE_ASCS_ERS"
| "INSTANCE_ROLE_ASCS_APP_SERVER"
| "INSTANCE_ROLE_ASCS_DATABASE"
| "INSTANCE_ROLE_ERS_APP_SERVER"
| "INSTANCE_ROLE_ERS_DATABASE"
| "INSTANCE_ROLE_APP_SERVER_DATABASE"
| "INSTANCE_ROLE_ASCS_ERS_APP_SERVER"
| "INSTANCE_ROLE_ASCS_ERS_DATABASE"
| "INSTANCE_ROLE_ASCS_APP_SERVER_DATABASE"
| "INSTANCE_ROLE_ERS_APP_SERVER_DATABASE"
| "INSTANCE_ROLE_ASCS_ERS_APP_SERVER_DATABASE";
isDrSite?: boolean;
osKernelVersion?: SapDiscoveryResourceInstancePropertiesKernelVersion;
virtualHostname?: string;
}§Properties
§
appInstances?: SapDiscoveryResourceInstancePropertiesAppInstance[]
[src]Optional. App server instances on the host
§
clusterInstances?: string[]
[src]Optional. A list of instance URIs that are part of a cluster with this one.
§
diskMounts?: SapDiscoveryResourceInstancePropertiesDiskMount[]
[src]Optional. Disk mounts on the instance.
§
instanceRole?: "INSTANCE_ROLE_UNSPECIFIED" | "INSTANCE_ROLE_ASCS" | "INSTANCE_ROLE_ERS" | "INSTANCE_ROLE_APP_SERVER" | "INSTANCE_ROLE_DATABASE" | "INSTANCE_ROLE_ASCS_ERS" | "INSTANCE_ROLE_ASCS_APP_SERVER" | "INSTANCE_ROLE_ASCS_DATABASE" | "INSTANCE_ROLE_ERS_APP_SERVER" | "INSTANCE_ROLE_ERS_DATABASE" | "INSTANCE_ROLE_APP_SERVER_DATABASE" | "INSTANCE_ROLE_ASCS_ERS_APP_SERVER" | "INSTANCE_ROLE_ASCS_ERS_DATABASE" | "INSTANCE_ROLE_ASCS_APP_SERVER_DATABASE" | "INSTANCE_ROLE_ERS_APP_SERVER_DATABASE" | "INSTANCE_ROLE_ASCS_ERS_APP_SERVER_DATABASE"
[src]Optional. Bitmask of instance role, a resource may have multiple roles at once.
§
osKernelVersion?: SapDiscoveryResourceInstancePropertiesKernelVersion
[src]Optional. The kernel version of the instance.