Represents an InstanceDetailsSummary.
Package
@google-cloud/os-config!Constructors
(constructor)(properties)
constructor(properties?: google.cloud.osconfig.v1.PatchJob.IInstanceDetailsSummary);
Constructs a new InstanceDetailsSummary.
Name | Description |
properties |
IInstanceDetailsSummary
Properties to set |
Properties
ackedInstanceCount
public ackedInstanceCount: (number|Long|string);
InstanceDetailsSummary ackedInstanceCount.
Type | Description |
(number|Long|string) |
applyingPatchesInstanceCount
public applyingPatchesInstanceCount: (number|Long|string);
InstanceDetailsSummary applyingPatchesInstanceCount.
Type | Description |
(number|Long|string) |
downloadingPatchesInstanceCount
public downloadingPatchesInstanceCount: (number|Long|string);
InstanceDetailsSummary downloadingPatchesInstanceCount.
Type | Description |
(number|Long|string) |
failedInstanceCount
public failedInstanceCount: (number|Long|string);
InstanceDetailsSummary failedInstanceCount.
Type | Description |
(number|Long|string) |
inactiveInstanceCount
public inactiveInstanceCount: (number|Long|string);
InstanceDetailsSummary inactiveInstanceCount.
Type | Description |
(number|Long|string) |
noAgentDetectedInstanceCount
public noAgentDetectedInstanceCount: (number|Long|string);
InstanceDetailsSummary noAgentDetectedInstanceCount.
Type | Description |
(number|Long|string) |
notifiedInstanceCount
public notifiedInstanceCount: (number|Long|string);
InstanceDetailsSummary notifiedInstanceCount.
Type | Description |
(number|Long|string) |
pendingInstanceCount
public pendingInstanceCount: (number|Long|string);
InstanceDetailsSummary pendingInstanceCount.
Type | Description |
(number|Long|string) |
postPatchStepInstanceCount
public postPatchStepInstanceCount: (number|Long|string);
InstanceDetailsSummary postPatchStepInstanceCount.
Type | Description |
(number|Long|string) |
prePatchStepInstanceCount
public prePatchStepInstanceCount: (number|Long|string);
InstanceDetailsSummary prePatchStepInstanceCount.
Type | Description |
(number|Long|string) |
rebootingInstanceCount
public rebootingInstanceCount: (number|Long|string);
InstanceDetailsSummary rebootingInstanceCount.
Type | Description |
(number|Long|string) |
startedInstanceCount
public startedInstanceCount: (number|Long|string);
InstanceDetailsSummary startedInstanceCount.
Type | Description |
(number|Long|string) |
succeededInstanceCount
public succeededInstanceCount: (number|Long|string);
InstanceDetailsSummary succeededInstanceCount.
Type | Description |
(number|Long|string) |
succeededRebootRequiredInstanceCount
public succeededRebootRequiredInstanceCount: (number|Long|string);
InstanceDetailsSummary succeededRebootRequiredInstanceCount.
Type | Description |
(number|Long|string) |
timedOutInstanceCount
public timedOutInstanceCount: (number|Long|string);
InstanceDetailsSummary timedOutInstanceCount.
Type | Description |
(number|Long|string) |
Methods
create(properties)
public static create(properties?: google.cloud.osconfig.v1.PatchJob.IInstanceDetailsSummary): google.cloud.osconfig.v1.PatchJob.InstanceDetailsSummary;
Creates a new InstanceDetailsSummary instance using the specified properties.
Name | Description |
properties |
IInstanceDetailsSummary
Properties to set |
Type | Description |
google.cloud.osconfig.v1.PatchJob.InstanceDetailsSummary | InstanceDetailsSummary instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.osconfig.v1.PatchJob.InstanceDetailsSummary;
Decodes an InstanceDetailsSummary message from the specified reader or buffer.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
Type | Description |
google.cloud.osconfig.v1.PatchJob.InstanceDetailsSummary | InstanceDetailsSummary |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.osconfig.v1.PatchJob.InstanceDetailsSummary;
Decodes an InstanceDetailsSummary message from the specified reader or buffer, length delimited.
Name | Description |
reader |
($protobuf.Reader|Uint8Array)
Reader or buffer to decode from |
Type | Description |
google.cloud.osconfig.v1.PatchJob.InstanceDetailsSummary | InstanceDetailsSummary |
encode(message, writer)
public static encode(message: google.cloud.osconfig.v1.PatchJob.IInstanceDetailsSummary, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified InstanceDetailsSummary message. Does not implicitly messages.
Name | Description |
message |
IInstanceDetailsSummary
InstanceDetailsSummary message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.osconfig.v1.PatchJob.IInstanceDetailsSummary, writer?: $protobuf.Writer): $protobuf.Writer;
Encodes the specified InstanceDetailsSummary message, length delimited. Does not implicitly messages.
Name | Description |
message |
IInstanceDetailsSummary
InstanceDetailsSummary message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
Type | Description |
$protobuf.Writer | Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.osconfig.v1.PatchJob.InstanceDetailsSummary;
Creates an InstanceDetailsSummary message from a plain object. Also converts values to their respective internal types.
Name | Description |
object |
{ [k: string]: any }
Plain object |
Type | Description |
google.cloud.osconfig.v1.PatchJob.InstanceDetailsSummary | InstanceDetailsSummary |
toJSON()
public toJSON(): { [k: string]: any };
Converts this InstanceDetailsSummary to JSON.
Type | Description |
{ [k: string]: any } | JSON object |
toObject(message, options)
public static toObject(message: google.cloud.osconfig.v1.PatchJob.InstanceDetailsSummary, options?: $protobuf.IConversionOptions): { [k: string]: any };
Creates a plain object from an InstanceDetailsSummary message. Also converts values to other types if specified.
Name | Description |
message |
google.cloud.osconfig.v1.PatchJob.InstanceDetailsSummary
InstanceDetailsSummary |
options |
$protobuf.IConversionOptions
Conversion options |
Type | Description |
{ [k: string]: any } | Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);
Verifies an InstanceDetailsSummary message.
Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
Type | Description |
(string|null) |
|