이 페이지는 아직 영어로 제공되지 않습니다. 번역 작업 중입니다.
현재 번역 프로젝트에 대한 질문이나 피드백이 있으신 경우 언제든지 연락주시기 바랍니다.

gcp_compute_reservation

ancestors

Type: UNORDERED_LIST_STRING

commitment

Type: STRING
Provider name: commitment
Description: [Output Only] Full or partial URL to a parent commitment. This field displays for reservations that are tied to a commitment.

creation_timestamp

Type: TIMESTAMP
Provider name: creationTimestamp
Description: [Output Only] Creation timestamp in RFC3339 text format.

description

Type: STRING
Provider name: description
Description: An optional description of this resource. Provide this property when you create the resource.

gcp_status

Type: STRING
Provider name: status
Description: [Output Only] The status of the reservation.
Possible values:

  • CREATING - Resources are being allocated for the reservation.
  • DELETING - Reservation is currently being deleted.
  • INVALID
  • READY - Reservation has allocated all its resources.
  • UPDATING - Reservation is currently being resized.

id

Type: STRING
Provider name: id
Description: [Output Only] The unique identifier for the resource. This identifier is defined by the server.

kind

Type: STRING
Provider name: kind
Description: [Output Only] Type of the resource. Always compute#reservations for reservations.

labels

Type: UNORDERED_LIST_STRING

name

Type: STRING
Provider name: name
Description: The name of the resource, provided by the client when initially creating the resource. The resource name must be 1-63 characters long, and comply with RFC1035. Specifically, the name must be 1-63 characters long and match the regular expression [a-z]([-a-z0-9]*[a-z0-9])? which means the first character must be a lowercase letter, and all following characters must be a dash, lowercase letter, or digit, except the last character, which cannot be a dash.

organization_id

Type: STRING

parent

Type: STRING

project_id

Type: STRING

project_number

Type: STRING

resource_name

Type: STRING

resource_status

Type: STRUCT
Provider name: resourceStatus
Description: [Output Only] Status information for Reservation resource.

  • specific_sku_allocation
    Type: STRUCT
    Provider name: specificSkuAllocation
    Description: Allocation Properties of this reservation.
    • source_instance_template_id
      Type: STRING
      Provider name: sourceInstanceTemplateId
      Description: ID of the instance template used to populate reservation properties.

satisfies_pzs

Type: BOOLEAN
Provider name: satisfiesPzs
Description: [Output Only] Reserved for future use.

Type: STRING
Provider name: selfLink
Description: [Output Only] Server-defined fully-qualified URL for this resource.

share_settings

Type: STRUCT
Provider name: shareSettings
Description: Specify share-settings to create a shared reservation. This property is optional. For more information about the syntax and options for this field and its subfields, see the guide for creating a shared reservation.

  • share_type
    Type: STRING
    Provider name: shareType
    Description: Type of sharing for this shared-reservation
    Possible values:
    • LOCAL - Default value.
    • ORGANIZATION - Shared-reservation is open to entire Organization
    • SHARE_TYPE_UNSPECIFIED - Default value. This value is unused.
    • SPECIFIC_PROJECTS - Shared-reservation is open to specific projects

specific_reservation

Type: STRUCT
Provider name: specificReservation
Description: Reservation for instances with specific machine shapes.

  • assured_count
    Type: INT64
    Provider name: assuredCount
    Description: [Output Only] Indicates how many instances are actually usable currently.
  • count
    Type: INT64
    Provider name: count
    Description: Specifies the number of resources that are allocated.
  • in_use_count
    Type: INT64
    Provider name: inUseCount
    Description: [Output Only] Indicates how many instances are in use.
  • instance_properties
    Type: STRUCT
    Provider name: instanceProperties
    Description: The instance properties for the reservation.
    • guest_accelerators
      Type: UNORDERED_LIST_STRUCT
      Provider name: guestAccelerators
      Description: Specifies accelerator type and count.
      • accelerator_count
        Type: INT32
        Provider name: acceleratorCount
        Description: The number of the guest accelerator cards exposed to this instance.
      • accelerator_type
        Type: STRING
        Provider name: acceleratorType
        Description: Full or partial URL of the accelerator type resource to attach to this instance. For example: projects/my-project/zones/us-central1-c/acceleratorTypes/nvidia-tesla-p100 If you are creating an instance template, specify only the accelerator name. See GPUs on Compute Engine for a full list of accelerator types.
    • local_ssds
      Type: UNORDERED_LIST_STRUCT
      Provider name: localSsds
      Description: Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
      • disk_size_gb
        Type: INT64
        Provider name: diskSizeGb
        Description: Specifies the size of the disk in base-2 GB.
      • interface
        Type: STRING
        Provider name: interface
        Description: Specifies the disk interface to use for attaching this disk, which is either SCSI or NVME. The default is SCSI. For performance characteristics of SCSI over NVMe, see Local SSD performance.
        Possible values:
        • NVME
        • SCSI
    • location_hint
      Type: STRING
      Provider name: locationHint
      Description: An opaque location hint used to place the allocation close to other resources. This field is for use by internal tools that use the public API.
    • machine_type
      Type: STRING
      Provider name: machineType
      Description: Specifies type of machine (name only) which has fixed number of vCPUs and fixed amount of memory. This also includes specifying custom machine type following custom-NUMBER_OF_CPUS-AMOUNT_OF_MEMORY pattern.
    • min_cpu_platform
      Type: STRING
      Provider name: minCpuPlatform
      Description: Minimum cpu platform the reservation.
  • source_instance_template
    Type: STRING
    Provider name: sourceInstanceTemplate
    Description: Specifies the instance template to create the reservation. If you use this field, you must exclude the instanceProperties field. This field is optional, and it can be a full or partial URL. For example, the following are all valid URLs to an instance template: - https://www.googleapis.com/compute/v1/projects/project /global/instanceTemplates/instanceTemplate - projects/project/global/instanceTemplates/instanceTemplate - global/instanceTemplates/instanceTemplate

specific_reservation_required

Type: BOOLEAN
Provider name: specificReservationRequired
Description: Indicates whether the reservation can be consumed by VMs with affinity for “any” reservation. If the field is set, then only VMs that target the reservation by name can consume from this reservation.

tags

Type: UNORDERED_LIST_STRING

zone

Type: STRING
Provider name: zone
Description: Zone in which the reservation resides. A zone must be provided if the reservation is created within a commitment.