Class protos.google.cloud.assuredworkloads.v1beta1.Workload (1.5.2)

Represents a Workload.

Package

@google-cloud/assured-workloads!

Constructors

(constructor)(properties)

constructor(properties?: google.cloud.assuredworkloads.v1beta1.IWorkload);

Constructs a new Workload.

Parameter
NameDescription
properties IWorkload

Properties to set

Properties

billingAccount

public billingAccount: string;

Workload billingAccount.

Property Value
TypeDescription
string

cjisSettings

public cjisSettings?: (google.cloud.assuredworkloads.v1beta1.Workload.ICJISSettings|null);

Workload cjisSettings.

Property Value
TypeDescription
(google.cloud.assuredworkloads.v1beta1.Workload.ICJISSettings|null)

complianceRegime

public complianceRegime: (google.cloud.assuredworkloads.v1beta1.Workload.ComplianceRegime|keyof typeof google.cloud.assuredworkloads.v1beta1.Workload.ComplianceRegime);

Workload complianceRegime.

Property Value
TypeDescription
(google.cloud.assuredworkloads.v1beta1.Workload.ComplianceRegime|keyof typeof google.cloud.assuredworkloads.v1beta1.Workload.ComplianceRegime)

complianceRegimeSettings

public complianceRegimeSettings?: ("il4Settings"|"cjisSettings"|"fedrampHighSettings"|"fedrampModerateSettings");

Workload complianceRegimeSettings.

Property Value
TypeDescription
("il4Settings"|"cjisSettings"|"fedrampHighSettings"|"fedrampModerateSettings")

createTime

public createTime?: (google.protobuf.ITimestamp|null);

Workload createTime.

Property Value
TypeDescription
(google.protobuf.ITimestamp|null)

displayName

public displayName: string;

Workload displayName.

Property Value
TypeDescription
string

etag

public etag: string;

Workload etag.

Property Value
TypeDescription
string

fedrampHighSettings

public fedrampHighSettings?: (google.cloud.assuredworkloads.v1beta1.Workload.IFedrampHighSettings|null);

Workload fedrampHighSettings.

Property Value
TypeDescription
(google.cloud.assuredworkloads.v1beta1.Workload.IFedrampHighSettings|null)

fedrampModerateSettings

public fedrampModerateSettings?: (google.cloud.assuredworkloads.v1beta1.Workload.IFedrampModerateSettings|null);

Workload fedrampModerateSettings.

Property Value
TypeDescription
(google.cloud.assuredworkloads.v1beta1.Workload.IFedrampModerateSettings|null)

il4Settings

public il4Settings?: (google.cloud.assuredworkloads.v1beta1.Workload.IIL4Settings|null);

Workload il4Settings.

Property Value
TypeDescription
(google.cloud.assuredworkloads.v1beta1.Workload.IIL4Settings|null)

kmsSettings

public kmsSettings?: (google.cloud.assuredworkloads.v1beta1.Workload.IKMSSettings|null);

Workload kmsSettings.

Property Value
TypeDescription
(google.cloud.assuredworkloads.v1beta1.Workload.IKMSSettings|null)

labels

public labels: { [k: string]: string };

Workload labels.

Property Value
TypeDescription
{ [k: string]: string }

name

public name: string;

Workload name.

Property Value
TypeDescription
string

provisionedResourcesParent

public provisionedResourcesParent: string;

Workload provisionedResourcesParent.

Property Value
TypeDescription
string

resources

public resources: google.cloud.assuredworkloads.v1beta1.Workload.IResourceInfo[];

Workload resources.

Property Value
TypeDescription
google.cloud.assuredworkloads.v1beta1.Workload.IResourceInfo[]

resourceSettings

public resourceSettings: google.cloud.assuredworkloads.v1beta1.Workload.IResourceSettings[];

Workload resourceSettings.

Property Value
TypeDescription
google.cloud.assuredworkloads.v1beta1.Workload.IResourceSettings[]

Methods

create(properties)

public static create(properties?: google.cloud.assuredworkloads.v1beta1.IWorkload): google.cloud.assuredworkloads.v1beta1.Workload;

Creates a new Workload instance using the specified properties.

Parameter
NameDescription
properties IWorkload

Properties to set

Returns
TypeDescription
google.cloud.assuredworkloads.v1beta1.Workload

Workload instance

decode(reader, length)

public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.assuredworkloads.v1beta1.Workload;

Decodes a Workload message from the specified reader or buffer.

Parameters
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

length number

Message length if known beforehand

Returns
TypeDescription
google.cloud.assuredworkloads.v1beta1.Workload

Workload

decodeDelimited(reader)

public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.assuredworkloads.v1beta1.Workload;

Decodes a Workload message from the specified reader or buffer, length delimited.

Parameter
NameDescription
reader ($protobuf.Reader|Uint8Array)

Reader or buffer to decode from

Returns
TypeDescription
google.cloud.assuredworkloads.v1beta1.Workload

Workload

encode(message, writer)

public static encode(message: google.cloud.assuredworkloads.v1beta1.IWorkload, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified Workload message. Does not implicitly messages.

Parameters
NameDescription
message IWorkload

Workload message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

encodeDelimited(message, writer)

public static encodeDelimited(message: google.cloud.assuredworkloads.v1beta1.IWorkload, writer?: $protobuf.Writer): $protobuf.Writer;

Encodes the specified Workload message, length delimited. Does not implicitly messages.

Parameters
NameDescription
message IWorkload

Workload message or plain object to encode

writer $protobuf.Writer

Writer to encode to

Returns
TypeDescription
$protobuf.Writer

Writer

fromObject(object)

public static fromObject(object: { [k: string]: any }): google.cloud.assuredworkloads.v1beta1.Workload;

Creates a Workload message from a plain object. Also converts values to their respective internal types.

Parameter
NameDescription
object { [k: string]: any }

Plain object

Returns
TypeDescription
google.cloud.assuredworkloads.v1beta1.Workload

Workload

toJSON()

public toJSON(): { [k: string]: any };

Converts this Workload to JSON.

Returns
TypeDescription
{ [k: string]: any }

JSON object

toObject(message, options)

public static toObject(message: google.cloud.assuredworkloads.v1beta1.Workload, options?: $protobuf.IConversionOptions): { [k: string]: any };

Creates a plain object from a Workload message. Also converts values to other types if specified.

Parameters
NameDescription
message google.cloud.assuredworkloads.v1beta1.Workload

Workload

options $protobuf.IConversionOptions

Conversion options

Returns
TypeDescription
{ [k: string]: any }

Plain object

verify(message)

public static verify(message: { [k: string]: any }): (string|null);

Verifies a Workload message.

Parameter
NameDescription
message { [k: string]: any }

Plain object to verify

Returns
TypeDescription
(string|null)

null if valid, otherwise the reason why it is not