google_api_compute v0.2.0 GoogleApi.Compute.V1.Model.MachineType View Source
A Machine Type resource. (== resource_for v1.machineTypes ==) (== resource_for beta.machineTypes ==)
Attributes
- creationTimestamp (String.t): [Output Only] Creation timestamp in RFC3339 text format. Defaults to:
null
. - deprecated (DeprecationStatus): [Output Only] The deprecation status associated with this machine type. Defaults to:
null
. - description (String.t): [Output Only] An optional textual description of the resource. Defaults to:
null
. - guestCpus (integer()): [Output Only] The number of virtual CPUs that are available to the instance. Defaults to:
null
. - id (String.t): [Output Only] The unique identifier for the resource. This identifier is defined by the server. Defaults to:
null
. - imageSpaceGb (integer()): [Deprecated] This property is deprecated and will never be populated with any relevant values. Defaults to:
null
. - isSharedCpu (boolean()): [Output Only] Whether this machine type has a shared CPU. See Shared-core machine types for more information. Defaults to:
null
. - kind (String.t): [Output Only] The type of the resource. Always compute#machineType for machine types. Defaults to:
null
. - maximumPersistentDisks (integer()): [Output Only] Maximum persistent disks allowed. Defaults to:
null
. - maximumPersistentDisksSizeGb (String.t): [Output Only] Maximum total persistent disks size (GB) allowed. Defaults to:
null
. - memoryMb (integer()): [Output Only] The amount of physical memory available to the instance, defined in MB. Defaults to:
null
. - name (String.t): [Output Only] Name of the resource. Defaults to:
null
. - scratchDisks ([MachineTypeScratchDisks]): [Output Only] A list of extended scratch disks assigned to the instance. Defaults to:
null
. - selfLink (String.t): [Output Only] Server-defined URL for the resource. Defaults to:
null
. - zone (String.t): [Output Only] The name of the zone where the machine type resides, such as us-central1-a. Defaults to:
null
.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields
Link to this section Types
Link to this type
t()
View Source
t() :: %GoogleApi.Compute.V1.Model.MachineType{ creationTimestamp: any(), deprecated: GoogleApi.Compute.V1.Model.DeprecationStatus.t(), description: any(), guestCpus: any(), id: any(), imageSpaceGb: any(), isSharedCpu: any(), kind: any(), maximumPersistentDisks: any(), maximumPersistentDisksSizeGb: any(), memoryMb: any(), name: any(), scratchDisks: [GoogleApi.Compute.V1.Model.MachineTypeScratchDisks.t()], selfLink: any(), zone: any() }
Link to this section Functions
Unwrap a decoded JSON object into its complex fields.