Represents a CloudExadataInfrastructureProperties.
Package
@google-cloud/oracledatabaseConstructors
(constructor)(properties)
constructor(properties?: google.cloud.oracledatabase.v1.ICloudExadataInfrastructureProperties);Constructs a new CloudExadataInfrastructureProperties.
| Parameter | |
|---|---|
| Name | Description |
properties |
ICloudExadataInfrastructureProperties
Properties to set |
Properties
activatedStorageCount
public activatedStorageCount: number;CloudExadataInfrastructureProperties activatedStorageCount.
additionalStorageCount
public additionalStorageCount: number;CloudExadataInfrastructureProperties additionalStorageCount.
availableStorageSizeGb
public availableStorageSizeGb: number;CloudExadataInfrastructureProperties availableStorageSizeGb.
computeCount
public computeCount: number;CloudExadataInfrastructureProperties computeCount.
cpuCount
public cpuCount: number;CloudExadataInfrastructureProperties cpuCount.
customerContacts
public customerContacts: google.cloud.oracledatabase.v1.ICustomerContact[];CloudExadataInfrastructureProperties customerContacts.
dataStorageSizeTb
public dataStorageSizeTb: number;CloudExadataInfrastructureProperties dataStorageSizeTb.
dbNodeStorageSizeGb
public dbNodeStorageSizeGb: number;CloudExadataInfrastructureProperties dbNodeStorageSizeGb.
dbServerVersion
public dbServerVersion: string;CloudExadataInfrastructureProperties dbServerVersion.
maintenanceWindow
public maintenanceWindow?: (google.cloud.oracledatabase.v1.IMaintenanceWindow|null);CloudExadataInfrastructureProperties maintenanceWindow.
maxCpuCount
public maxCpuCount: number;CloudExadataInfrastructureProperties maxCpuCount.
maxDataStorageTb
public maxDataStorageTb: number;CloudExadataInfrastructureProperties maxDataStorageTb.
maxDbNodeStorageSizeGb
public maxDbNodeStorageSizeGb: number;CloudExadataInfrastructureProperties maxDbNodeStorageSizeGb.
maxMemoryGb
public maxMemoryGb: number;CloudExadataInfrastructureProperties maxMemoryGb.
memorySizeGb
public memorySizeGb: number;CloudExadataInfrastructureProperties memorySizeGb.
monthlyDbServerVersion
public monthlyDbServerVersion: string;CloudExadataInfrastructureProperties monthlyDbServerVersion.
monthlyStorageServerVersion
public monthlyStorageServerVersion: string;CloudExadataInfrastructureProperties monthlyStorageServerVersion.
nextMaintenanceRunId
public nextMaintenanceRunId: string;CloudExadataInfrastructureProperties nextMaintenanceRunId.
nextMaintenanceRunTime
public nextMaintenanceRunTime?: (google.protobuf.ITimestamp|null);CloudExadataInfrastructureProperties nextMaintenanceRunTime.
nextSecurityMaintenanceRunTime
public nextSecurityMaintenanceRunTime?: (google.protobuf.ITimestamp|null);CloudExadataInfrastructureProperties nextSecurityMaintenanceRunTime.
ocid
public ocid: string;CloudExadataInfrastructureProperties ocid.
ociUrl
public ociUrl: string;CloudExadataInfrastructureProperties ociUrl.
shape
public shape: string;CloudExadataInfrastructureProperties shape.
state
public state: (google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties.State|keyof typeof google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties.State);CloudExadataInfrastructureProperties state.
storageCount
public storageCount: number;CloudExadataInfrastructureProperties storageCount.
storageServerVersion
public storageServerVersion: string;CloudExadataInfrastructureProperties storageServerVersion.
totalStorageSizeGb
public totalStorageSizeGb: number;CloudExadataInfrastructureProperties totalStorageSizeGb.
Methods
create(properties)
public static create(properties?: google.cloud.oracledatabase.v1.ICloudExadataInfrastructureProperties): google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties;Creates a new CloudExadataInfrastructureProperties instance using the specified properties.
| Parameter | |
|---|---|
| Name | Description |
properties |
ICloudExadataInfrastructureProperties
Properties to set |
| Returns | |
|---|---|
| Type | Description |
CloudExadataInfrastructureProperties |
CloudExadataInfrastructureProperties instance |
decode(reader, length)
public static decode(reader: ($protobuf.Reader|Uint8Array), length?: number): google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties;Decodes a CloudExadataInfrastructureProperties message from the specified reader or buffer.
| Parameters | |
|---|---|
| Name | Description |
reader |
(Reader|Uint8Array)
Reader or buffer to decode from |
length |
number
Message length if known beforehand |
| Returns | |
|---|---|
| Type | Description |
CloudExadataInfrastructureProperties |
CloudExadataInfrastructureProperties |
decodeDelimited(reader)
public static decodeDelimited(reader: ($protobuf.Reader|Uint8Array)): google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties;Decodes a CloudExadataInfrastructureProperties message from the specified reader or buffer, length delimited.
| Parameter | |
|---|---|
| Name | Description |
reader |
(Reader|Uint8Array)
Reader or buffer to decode from |
| Returns | |
|---|---|
| Type | Description |
CloudExadataInfrastructureProperties |
CloudExadataInfrastructureProperties |
encode(message, writer)
public static encode(message: google.cloud.oracledatabase.v1.ICloudExadataInfrastructureProperties, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified CloudExadataInfrastructureProperties message. Does not implicitly messages.
| Parameters | |
|---|---|
| Name | Description |
message |
ICloudExadataInfrastructureProperties
CloudExadataInfrastructureProperties message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
| Returns | |
|---|---|
| Type | Description |
$protobuf.Writer |
Writer |
encodeDelimited(message, writer)
public static encodeDelimited(message: google.cloud.oracledatabase.v1.ICloudExadataInfrastructureProperties, writer?: $protobuf.Writer): $protobuf.Writer;Encodes the specified CloudExadataInfrastructureProperties message, length delimited. Does not implicitly messages.
| Parameters | |
|---|---|
| Name | Description |
message |
ICloudExadataInfrastructureProperties
CloudExadataInfrastructureProperties message or plain object to encode |
writer |
$protobuf.Writer
Writer to encode to |
| Returns | |
|---|---|
| Type | Description |
$protobuf.Writer |
Writer |
fromObject(object)
public static fromObject(object: { [k: string]: any }): google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties;Creates a CloudExadataInfrastructureProperties message from a plain object. Also converts values to their respective internal types.
| Parameter | |
|---|---|
| Name | Description |
object |
{ [k: string]: any }
Plain object |
| Returns | |
|---|---|
| Type | Description |
CloudExadataInfrastructureProperties |
CloudExadataInfrastructureProperties |
getTypeUrl(typeUrlPrefix)
public static getTypeUrl(typeUrlPrefix?: string): string;Gets the default type url for CloudExadataInfrastructureProperties
| Parameter | |
|---|---|
| Name | Description |
typeUrlPrefix |
string
your custom typeUrlPrefix(default "type.googleapis.com") |
| Returns | |
|---|---|
| Type | Description |
string |
The default type url |
toJSON()
public toJSON(): { [k: string]: any };Converts this CloudExadataInfrastructureProperties to JSON.
| Returns | |
|---|---|
| Type | Description |
{ [k: string]: any } |
JSON object |
toObject(message, options)
public static toObject(message: google.cloud.oracledatabase.v1.CloudExadataInfrastructureProperties, options?: $protobuf.IConversionOptions): { [k: string]: any };Creates a plain object from a CloudExadataInfrastructureProperties message. Also converts values to other types if specified.
| Parameters | |
|---|---|
| Name | Description |
message |
CloudExadataInfrastructureProperties
CloudExadataInfrastructureProperties |
options |
$protobuf.IConversionOptions
Conversion options |
| Returns | |
|---|---|
| Type | Description |
{ [k: string]: any } |
Plain object |
verify(message)
public static verify(message: { [k: string]: any }): (string|null);Verifies a CloudExadataInfrastructureProperties message.
| Parameter | |
|---|---|
| Name | Description |
message |
{ [k: string]: any }
Plain object to verify |
| Returns | |
|---|---|
| Type | Description |
(string|null) |
|