Class SapDiscoveryResourceInstanceProperties
A set of properties only present for an instance type resource
Implements
Inherited Members
Namespace: Google.Apis.WorkloadManager.v1.Data
Assembly: Google.Apis.WorkloadManager.v1.dll
Syntax
public class SapDiscoveryResourceInstanceProperties : IDirectResponseSchema
Properties
AppInstances
Optional. App server instances on the host
Declaration
[JsonProperty("appInstances")]
public virtual IList<SapDiscoveryResourceInstancePropertiesAppInstance> AppInstances { get; set; }
Property Value
Type | Description |
---|---|
IList<SapDiscoveryResourceInstancePropertiesAppInstance> |
ClusterInstances
Optional. A list of instance URIs that are part of a cluster with this one.
Declaration
[JsonProperty("clusterInstances")]
public virtual IList<string> ClusterInstances { get; set; }
Property Value
Type | Description |
---|---|
IList<string> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
InstanceNumber
Optional. The VM's instance number.
Declaration
[JsonProperty("instanceNumber")]
public virtual long? InstanceNumber { get; set; }
Property Value
Type | Description |
---|---|
long? |
InstanceRole
Optional. Bitmask of instance role, a resource may have multiple roles at once.
Declaration
[JsonProperty("instanceRole")]
public virtual string InstanceRole { get; set; }
Property Value
Type | Description |
---|---|
string |
IsDrSite
Optional. Instance is part of a DR site.
Declaration
[JsonProperty("isDrSite")]
public virtual bool? IsDrSite { get; set; }
Property Value
Type | Description |
---|---|
bool? |
VirtualHostname
Optional. A virtual hostname of the instance if it has one.
Declaration
[JsonProperty("virtualHostname")]
public virtual string VirtualHostname { get; set; }
Property Value
Type | Description |
---|---|
string |