1. Packages
  2. Google Cloud Native
  3. API Docs
  4. compute
  5. compute/alpha
  6. RegionCommitment

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

google-native.compute/alpha.RegionCommitment

Explore with Pulumi AI

google-native logo

Google Cloud Native is in preview. Google Cloud Classic is fully supported.

Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi

    Creates a commitment in the specified project using the data included in the request. Note - this resource’s API doesn’t support deletion. When deleted, the resource will persist on Google Cloud even though it will be deleted from Pulumi state.

    Create RegionCommitment Resource

    new RegionCommitment(name: string, args: RegionCommitmentArgs, opts?: CustomResourceOptions);
    @overload
    def RegionCommitment(resource_name: str,
                         opts: Optional[ResourceOptions] = None,
                         auto_renew: Optional[bool] = None,
                         category: Optional[RegionCommitmentCategory] = None,
                         description: Optional[str] = None,
                         existing_reservations: Optional[Sequence[str]] = None,
                         license_resource: Optional[LicenseResourceCommitmentArgs] = None,
                         merge_source_commitments: Optional[Sequence[str]] = None,
                         name: Optional[str] = None,
                         plan: Optional[RegionCommitmentPlan] = None,
                         project: Optional[str] = None,
                         region: Optional[str] = None,
                         request_id: Optional[str] = None,
                         reservations: Optional[Sequence[ReservationArgs]] = None,
                         resources: Optional[Sequence[ResourceCommitmentArgs]] = None,
                         split_source_commitment: Optional[str] = None,
                         type: Optional[RegionCommitmentType] = None)
    @overload
    def RegionCommitment(resource_name: str,
                         args: RegionCommitmentArgs,
                         opts: Optional[ResourceOptions] = None)
    func NewRegionCommitment(ctx *Context, name string, args RegionCommitmentArgs, opts ...ResourceOption) (*RegionCommitment, error)
    public RegionCommitment(string name, RegionCommitmentArgs args, CustomResourceOptions? opts = null)
    public RegionCommitment(String name, RegionCommitmentArgs args)
    public RegionCommitment(String name, RegionCommitmentArgs args, CustomResourceOptions options)
    
    type: google-native:compute/alpha:RegionCommitment
    properties: # The arguments to resource properties.
    options: # Bag of options to control resource's behavior.
    
    
    name string
    The unique name of the resource.
    args RegionCommitmentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    resource_name str
    The unique name of the resource.
    args RegionCommitmentArgs
    The arguments to resource properties.
    opts ResourceOptions
    Bag of options to control resource's behavior.
    ctx Context
    Context object for the current deployment.
    name string
    The unique name of the resource.
    args RegionCommitmentArgs
    The arguments to resource properties.
    opts ResourceOption
    Bag of options to control resource's behavior.
    name string
    The unique name of the resource.
    args RegionCommitmentArgs
    The arguments to resource properties.
    opts CustomResourceOptions
    Bag of options to control resource's behavior.
    name String
    The unique name of the resource.
    args RegionCommitmentArgs
    The arguments to resource properties.
    options CustomResourceOptions
    Bag of options to control resource's behavior.

    RegionCommitment Resource Properties

    To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.

    Inputs

    The RegionCommitment resource accepts the following input properties:

    Region string
    AutoRenew bool
    Specifies whether to enable automatic renewal for the commitment. The default value is false if not specified. The field can be updated until the day of the commitment expiration at 12:00am PST. If the field is set to true, the commitment will be automatically renewed for either one or three years according to the terms of the existing commitment.
    Category Pulumi.GoogleNative.Compute.Alpha.RegionCommitmentCategory
    The category of the commitment. Category MACHINE specifies commitments composed of machine resources such as VCPU or MEMORY, listed in resources. Category LICENSE specifies commitments composed of software licenses, listed in licenseResources. Note that only MACHINE commitments should have a Type specified.
    Description string
    An optional description of this resource. Provide this property when you create the resource.
    ExistingReservations List<string>
    Specifies the already existing reservations to attach to the Commitment. This field is optional, and it can be a full or partial URL. For example, the following are valid URLs to an reservation: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /reservations/reservation - projects/project/zones/zone/reservations/reservation
    LicenseResource Pulumi.GoogleNative.Compute.Alpha.Inputs.LicenseResourceCommitment
    The license specification required as part of a license commitment.
    MergeSourceCommitments List<string>
    List of source commitments to be merged into a new commitment.
    Name string
    Name of the resource. Provided by the client when the resource is created. The 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.
    Plan Pulumi.GoogleNative.Compute.Alpha.RegionCommitmentPlan
    The plan for this commitment, which determines duration and discount rate. The currently supported plans are TWELVE_MONTH (1 year), and THIRTY_SIX_MONTH (3 years).
    Project string
    RequestId string
    An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
    Reservations List<Pulumi.GoogleNative.Compute.Alpha.Inputs.Reservation>
    List of create-on-create reseravtions for this commitment.
    Resources List<Pulumi.GoogleNative.Compute.Alpha.Inputs.ResourceCommitment>
    A list of commitment amounts for particular resources. Note that VCPU and MEMORY resource commitments must occur together.
    SplitSourceCommitment string
    Source commitment to be split into a new commitment.
    Type Pulumi.GoogleNative.Compute.Alpha.RegionCommitmentType
    The type of commitment, which affects the discount rate and the eligible resources. Type MEMORY_OPTIMIZED specifies a commitment that will only apply to memory optimized machines. Type ACCELERATOR_OPTIMIZED specifies a commitment that will only apply to accelerator optimized machines.
    Region string
    AutoRenew bool
    Specifies whether to enable automatic renewal for the commitment. The default value is false if not specified. The field can be updated until the day of the commitment expiration at 12:00am PST. If the field is set to true, the commitment will be automatically renewed for either one or three years according to the terms of the existing commitment.
    Category RegionCommitmentCategory
    The category of the commitment. Category MACHINE specifies commitments composed of machine resources such as VCPU or MEMORY, listed in resources. Category LICENSE specifies commitments composed of software licenses, listed in licenseResources. Note that only MACHINE commitments should have a Type specified.
    Description string
    An optional description of this resource. Provide this property when you create the resource.
    ExistingReservations []string
    Specifies the already existing reservations to attach to the Commitment. This field is optional, and it can be a full or partial URL. For example, the following are valid URLs to an reservation: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /reservations/reservation - projects/project/zones/zone/reservations/reservation
    LicenseResource LicenseResourceCommitmentArgs
    The license specification required as part of a license commitment.
    MergeSourceCommitments []string
    List of source commitments to be merged into a new commitment.
    Name string
    Name of the resource. Provided by the client when the resource is created. The 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.
    Plan RegionCommitmentPlan
    The plan for this commitment, which determines duration and discount rate. The currently supported plans are TWELVE_MONTH (1 year), and THIRTY_SIX_MONTH (3 years).
    Project string
    RequestId string
    An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
    Reservations []ReservationTypeArgs
    List of create-on-create reseravtions for this commitment.
    Resources []ResourceCommitmentArgs
    A list of commitment amounts for particular resources. Note that VCPU and MEMORY resource commitments must occur together.
    SplitSourceCommitment string
    Source commitment to be split into a new commitment.
    Type RegionCommitmentType
    The type of commitment, which affects the discount rate and the eligible resources. Type MEMORY_OPTIMIZED specifies a commitment that will only apply to memory optimized machines. Type ACCELERATOR_OPTIMIZED specifies a commitment that will only apply to accelerator optimized machines.
    region String
    autoRenew Boolean
    Specifies whether to enable automatic renewal for the commitment. The default value is false if not specified. The field can be updated until the day of the commitment expiration at 12:00am PST. If the field is set to true, the commitment will be automatically renewed for either one or three years according to the terms of the existing commitment.
    category RegionCommitmentCategory
    The category of the commitment. Category MACHINE specifies commitments composed of machine resources such as VCPU or MEMORY, listed in resources. Category LICENSE specifies commitments composed of software licenses, listed in licenseResources. Note that only MACHINE commitments should have a Type specified.
    description String
    An optional description of this resource. Provide this property when you create the resource.
    existingReservations List<String>
    Specifies the already existing reservations to attach to the Commitment. This field is optional, and it can be a full or partial URL. For example, the following are valid URLs to an reservation: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /reservations/reservation - projects/project/zones/zone/reservations/reservation
    licenseResource LicenseResourceCommitment
    The license specification required as part of a license commitment.
    mergeSourceCommitments List<String>
    List of source commitments to be merged into a new commitment.
    name String
    Name of the resource. Provided by the client when the resource is created. The 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.
    plan RegionCommitmentPlan
    The plan for this commitment, which determines duration and discount rate. The currently supported plans are TWELVE_MONTH (1 year), and THIRTY_SIX_MONTH (3 years).
    project String
    requestId String
    An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
    reservations List<Reservation>
    List of create-on-create reseravtions for this commitment.
    resources List<ResourceCommitment>
    A list of commitment amounts for particular resources. Note that VCPU and MEMORY resource commitments must occur together.
    splitSourceCommitment String
    Source commitment to be split into a new commitment.
    type RegionCommitmentType
    The type of commitment, which affects the discount rate and the eligible resources. Type MEMORY_OPTIMIZED specifies a commitment that will only apply to memory optimized machines. Type ACCELERATOR_OPTIMIZED specifies a commitment that will only apply to accelerator optimized machines.
    region string
    autoRenew boolean
    Specifies whether to enable automatic renewal for the commitment. The default value is false if not specified. The field can be updated until the day of the commitment expiration at 12:00am PST. If the field is set to true, the commitment will be automatically renewed for either one or three years according to the terms of the existing commitment.
    category RegionCommitmentCategory
    The category of the commitment. Category MACHINE specifies commitments composed of machine resources such as VCPU or MEMORY, listed in resources. Category LICENSE specifies commitments composed of software licenses, listed in licenseResources. Note that only MACHINE commitments should have a Type specified.
    description string
    An optional description of this resource. Provide this property when you create the resource.
    existingReservations string[]
    Specifies the already existing reservations to attach to the Commitment. This field is optional, and it can be a full or partial URL. For example, the following are valid URLs to an reservation: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /reservations/reservation - projects/project/zones/zone/reservations/reservation
    licenseResource LicenseResourceCommitment
    The license specification required as part of a license commitment.
    mergeSourceCommitments string[]
    List of source commitments to be merged into a new commitment.
    name string
    Name of the resource. Provided by the client when the resource is created. The 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.
    plan RegionCommitmentPlan
    The plan for this commitment, which determines duration and discount rate. The currently supported plans are TWELVE_MONTH (1 year), and THIRTY_SIX_MONTH (3 years).
    project string
    requestId string
    An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
    reservations Reservation[]
    List of create-on-create reseravtions for this commitment.
    resources ResourceCommitment[]
    A list of commitment amounts for particular resources. Note that VCPU and MEMORY resource commitments must occur together.
    splitSourceCommitment string
    Source commitment to be split into a new commitment.
    type RegionCommitmentType
    The type of commitment, which affects the discount rate and the eligible resources. Type MEMORY_OPTIMIZED specifies a commitment that will only apply to memory optimized machines. Type ACCELERATOR_OPTIMIZED specifies a commitment that will only apply to accelerator optimized machines.
    region str
    auto_renew bool
    Specifies whether to enable automatic renewal for the commitment. The default value is false if not specified. The field can be updated until the day of the commitment expiration at 12:00am PST. If the field is set to true, the commitment will be automatically renewed for either one or three years according to the terms of the existing commitment.
    category RegionCommitmentCategory
    The category of the commitment. Category MACHINE specifies commitments composed of machine resources such as VCPU or MEMORY, listed in resources. Category LICENSE specifies commitments composed of software licenses, listed in licenseResources. Note that only MACHINE commitments should have a Type specified.
    description str
    An optional description of this resource. Provide this property when you create the resource.
    existing_reservations Sequence[str]
    Specifies the already existing reservations to attach to the Commitment. This field is optional, and it can be a full or partial URL. For example, the following are valid URLs to an reservation: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /reservations/reservation - projects/project/zones/zone/reservations/reservation
    license_resource LicenseResourceCommitmentArgs
    The license specification required as part of a license commitment.
    merge_source_commitments Sequence[str]
    List of source commitments to be merged into a new commitment.
    name str
    Name of the resource. Provided by the client when the resource is created. The 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.
    plan RegionCommitmentPlan
    The plan for this commitment, which determines duration and discount rate. The currently supported plans are TWELVE_MONTH (1 year), and THIRTY_SIX_MONTH (3 years).
    project str
    request_id str
    An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
    reservations Sequence[ReservationArgs]
    List of create-on-create reseravtions for this commitment.
    resources Sequence[ResourceCommitmentArgs]
    A list of commitment amounts for particular resources. Note that VCPU and MEMORY resource commitments must occur together.
    split_source_commitment str
    Source commitment to be split into a new commitment.
    type RegionCommitmentType
    The type of commitment, which affects the discount rate and the eligible resources. Type MEMORY_OPTIMIZED specifies a commitment that will only apply to memory optimized machines. Type ACCELERATOR_OPTIMIZED specifies a commitment that will only apply to accelerator optimized machines.
    region String
    autoRenew Boolean
    Specifies whether to enable automatic renewal for the commitment. The default value is false if not specified. The field can be updated until the day of the commitment expiration at 12:00am PST. If the field is set to true, the commitment will be automatically renewed for either one or three years according to the terms of the existing commitment.
    category "CATEGORY_UNSPECIFIED" | "LICENSE" | "MACHINE"
    The category of the commitment. Category MACHINE specifies commitments composed of machine resources such as VCPU or MEMORY, listed in resources. Category LICENSE specifies commitments composed of software licenses, listed in licenseResources. Note that only MACHINE commitments should have a Type specified.
    description String
    An optional description of this resource. Provide this property when you create the resource.
    existingReservations List<String>
    Specifies the already existing reservations to attach to the Commitment. This field is optional, and it can be a full or partial URL. For example, the following are valid URLs to an reservation: - https://www.googleapis.com/compute/v1/projects/project/zones/zone /reservations/reservation - projects/project/zones/zone/reservations/reservation
    licenseResource Property Map
    The license specification required as part of a license commitment.
    mergeSourceCommitments List<String>
    List of source commitments to be merged into a new commitment.
    name String
    Name of the resource. Provided by the client when the resource is created. The 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.
    plan "INVALID" | "THIRTY_SIX_MONTH" | "TWELVE_MONTH"
    The plan for this commitment, which determines duration and discount rate. The currently supported plans are TWELVE_MONTH (1 year), and THIRTY_SIX_MONTH (3 years).
    project String
    requestId String
    An optional request ID to identify requests. Specify a unique request ID so that if you must retry your request, the server will know to ignore the request if it has already been completed. For example, consider a situation where you make an initial request and the request times out. If you make the request again with the same request ID, the server can check if original operation with the same request ID was received, and if so, will ignore the second request. This prevents clients from accidentally creating duplicate commitments. The request ID must be a valid UUID with the exception that zero UUID is not supported ( 00000000-0000-0000-0000-000000000000).
    reservations List<Property Map>
    List of create-on-create reseravtions for this commitment.
    resources List<Property Map>
    A list of commitment amounts for particular resources. Note that VCPU and MEMORY resource commitments must occur together.
    splitSourceCommitment String
    Source commitment to be split into a new commitment.
    type "ACCELERATOR_OPTIMIZED" | "ACCELERATOR_OPTIMIZED_A3" | "COMPUTE_OPTIMIZED" | "COMPUTE_OPTIMIZED_C2D" | "COMPUTE_OPTIMIZED_C3" | "COMPUTE_OPTIMIZED_C3D" | "COMPUTE_OPTIMIZED_H3" | "GENERAL_PURPOSE" | "GENERAL_PURPOSE_E2" | "GENERAL_PURPOSE_N2" | "GENERAL_PURPOSE_N2D" | "GENERAL_PURPOSE_T2D" | "GRAPHICS_OPTIMIZED" | "MEMORY_OPTIMIZED" | "MEMORY_OPTIMIZED_M3" | "TYPE_UNSPECIFIED"
    The type of commitment, which affects the discount rate and the eligible resources. Type MEMORY_OPTIMIZED specifies a commitment that will only apply to memory optimized machines. Type ACCELERATOR_OPTIMIZED specifies a commitment that will only apply to accelerator optimized machines.

    Outputs

    All input properties are implicitly available as output properties. Additionally, the RegionCommitment resource produces the following output properties:

    CreationTimestamp string
    Creation timestamp in RFC3339 text format.
    EndTimestamp string
    Commitment end time in RFC3339 text format.
    Id string
    The provider-assigned unique ID for this managed resource.
    Kind string
    Type of the resource. Always compute#commitment for commitments.
    ResourceStatus Pulumi.GoogleNative.Compute.Alpha.Outputs.CommitmentResourceStatusResponse
    Status information for Commitment resource.
    SelfLink string
    Server-defined URL for the resource.
    SelfLinkWithId string
    Server-defined URL for this resource with the resource id.
    StartTimestamp string
    Commitment start time in RFC3339 text format.
    Status string
    Status of the commitment with regards to eventual expiration (each commitment has an end date defined). One of the following values: NOT_YET_ACTIVE, ACTIVE, EXPIRED.
    StatusMessage string
    An optional, human-readable explanation of the status.
    CreationTimestamp string
    Creation timestamp in RFC3339 text format.
    EndTimestamp string
    Commitment end time in RFC3339 text format.
    Id string
    The provider-assigned unique ID for this managed resource.
    Kind string
    Type of the resource. Always compute#commitment for commitments.
    ResourceStatus CommitmentResourceStatusResponse
    Status information for Commitment resource.
    SelfLink string
    Server-defined URL for the resource.
    SelfLinkWithId string
    Server-defined URL for this resource with the resource id.
    StartTimestamp string
    Commitment start time in RFC3339 text format.
    Status string
    Status of the commitment with regards to eventual expiration (each commitment has an end date defined). One of the following values: NOT_YET_ACTIVE, ACTIVE, EXPIRED.
    StatusMessage string
    An optional, human-readable explanation of the status.
    creationTimestamp String
    Creation timestamp in RFC3339 text format.
    endTimestamp String
    Commitment end time in RFC3339 text format.
    id String
    The provider-assigned unique ID for this managed resource.
    kind String
    Type of the resource. Always compute#commitment for commitments.
    resourceStatus CommitmentResourceStatusResponse
    Status information for Commitment resource.
    selfLink String
    Server-defined URL for the resource.
    selfLinkWithId String
    Server-defined URL for this resource with the resource id.
    startTimestamp String
    Commitment start time in RFC3339 text format.
    status String
    Status of the commitment with regards to eventual expiration (each commitment has an end date defined). One of the following values: NOT_YET_ACTIVE, ACTIVE, EXPIRED.
    statusMessage String
    An optional, human-readable explanation of the status.
    creationTimestamp string
    Creation timestamp in RFC3339 text format.
    endTimestamp string
    Commitment end time in RFC3339 text format.
    id string
    The provider-assigned unique ID for this managed resource.
    kind string
    Type of the resource. Always compute#commitment for commitments.
    resourceStatus CommitmentResourceStatusResponse
    Status information for Commitment resource.
    selfLink string
    Server-defined URL for the resource.
    selfLinkWithId string
    Server-defined URL for this resource with the resource id.
    startTimestamp string
    Commitment start time in RFC3339 text format.
    status string
    Status of the commitment with regards to eventual expiration (each commitment has an end date defined). One of the following values: NOT_YET_ACTIVE, ACTIVE, EXPIRED.
    statusMessage string
    An optional, human-readable explanation of the status.
    creation_timestamp str
    Creation timestamp in RFC3339 text format.
    end_timestamp str
    Commitment end time in RFC3339 text format.
    id str
    The provider-assigned unique ID for this managed resource.
    kind str
    Type of the resource. Always compute#commitment for commitments.
    resource_status CommitmentResourceStatusResponse
    Status information for Commitment resource.
    self_link str
    Server-defined URL for the resource.
    self_link_with_id str
    Server-defined URL for this resource with the resource id.
    start_timestamp str
    Commitment start time in RFC3339 text format.
    status str
    Status of the commitment with regards to eventual expiration (each commitment has an end date defined). One of the following values: NOT_YET_ACTIVE, ACTIVE, EXPIRED.
    status_message str
    An optional, human-readable explanation of the status.
    creationTimestamp String
    Creation timestamp in RFC3339 text format.
    endTimestamp String
    Commitment end time in RFC3339 text format.
    id String
    The provider-assigned unique ID for this managed resource.
    kind String
    Type of the resource. Always compute#commitment for commitments.
    resourceStatus Property Map
    Status information for Commitment resource.
    selfLink String
    Server-defined URL for the resource.
    selfLinkWithId String
    Server-defined URL for this resource with the resource id.
    startTimestamp String
    Commitment start time in RFC3339 text format.
    status String
    Status of the commitment with regards to eventual expiration (each commitment has an end date defined). One of the following values: NOT_YET_ACTIVE, ACTIVE, EXPIRED.
    statusMessage String
    An optional, human-readable explanation of the status.

    Supporting Types

    AcceleratorConfig, AcceleratorConfigArgs

    AcceleratorCount int
    The number of the guest accelerator cards exposed to this instance.
    AcceleratorType string
    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.
    AcceleratorCount int
    The number of the guest accelerator cards exposed to this instance.
    AcceleratorType string
    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.
    acceleratorCount Integer
    The number of the guest accelerator cards exposed to this instance.
    acceleratorType String
    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.
    acceleratorCount number
    The number of the guest accelerator cards exposed to this instance.
    acceleratorType string
    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.
    accelerator_count int
    The number of the guest accelerator cards exposed to this instance.
    accelerator_type str
    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.
    acceleratorCount Number
    The number of the guest accelerator cards exposed to this instance.
    acceleratorType String
    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.

    AcceleratorConfigResponse, AcceleratorConfigResponseArgs

    AcceleratorCount int
    The number of the guest accelerator cards exposed to this instance.
    AcceleratorType string
    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.
    AcceleratorCount int
    The number of the guest accelerator cards exposed to this instance.
    AcceleratorType string
    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.
    acceleratorCount Integer
    The number of the guest accelerator cards exposed to this instance.
    acceleratorType String
    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.
    acceleratorCount number
    The number of the guest accelerator cards exposed to this instance.
    acceleratorType string
    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.
    accelerator_count int
    The number of the guest accelerator cards exposed to this instance.
    accelerator_type str
    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.
    acceleratorCount Number
    The number of the guest accelerator cards exposed to this instance.
    acceleratorType String
    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.

    AllocationAggregateReservation, AllocationAggregateReservationArgs

    ReservedResources List<Pulumi.GoogleNative.Compute.Alpha.Inputs.AllocationAggregateReservationReservedResourceInfo>
    List of reserved resources (CPUs, memory, accelerators).
    VmFamily Pulumi.GoogleNative.Compute.Alpha.AllocationAggregateReservationVmFamily
    The VM family that all instances scheduled against this reservation must belong to.
    WorkloadType Pulumi.GoogleNative.Compute.Alpha.AllocationAggregateReservationWorkloadType
    The workload type of the instances that will target this reservation.
    ReservedResources []AllocationAggregateReservationReservedResourceInfo
    List of reserved resources (CPUs, memory, accelerators).
    VmFamily AllocationAggregateReservationVmFamily
    The VM family that all instances scheduled against this reservation must belong to.
    WorkloadType AllocationAggregateReservationWorkloadType
    The workload type of the instances that will target this reservation.
    reservedResources List<AllocationAggregateReservationReservedResourceInfo>
    List of reserved resources (CPUs, memory, accelerators).
    vmFamily AllocationAggregateReservationVmFamily
    The VM family that all instances scheduled against this reservation must belong to.
    workloadType AllocationAggregateReservationWorkloadType
    The workload type of the instances that will target this reservation.
    reservedResources AllocationAggregateReservationReservedResourceInfo[]
    List of reserved resources (CPUs, memory, accelerators).
    vmFamily AllocationAggregateReservationVmFamily
    The VM family that all instances scheduled against this reservation must belong to.
    workloadType AllocationAggregateReservationWorkloadType
    The workload type of the instances that will target this reservation.
    reserved_resources Sequence[AllocationAggregateReservationReservedResourceInfo]
    List of reserved resources (CPUs, memory, accelerators).
    vm_family AllocationAggregateReservationVmFamily
    The VM family that all instances scheduled against this reservation must belong to.
    workload_type AllocationAggregateReservationWorkloadType
    The workload type of the instances that will target this reservation.
    reservedResources List<Property Map>
    List of reserved resources (CPUs, memory, accelerators).
    vmFamily "VM_FAMILY_CLOUD_TPU_LITE_DEVICE_CT5L" | "VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT5LP" | "VM_FAMILY_CLOUD_TPU_POD_SLICE_CT4P"
    The VM family that all instances scheduled against this reservation must belong to.
    workloadType "BATCH" | "SERVING" | "UNSPECIFIED"
    The workload type of the instances that will target this reservation.

    AllocationAggregateReservationReservedResourceInfo, AllocationAggregateReservationReservedResourceInfoArgs

    Accelerator AllocationAggregateReservationReservedResourceInfoAccelerator
    Properties of accelerator resources in this reservation.
    accelerator AllocationAggregateReservationReservedResourceInfoAccelerator
    Properties of accelerator resources in this reservation.
    accelerator AllocationAggregateReservationReservedResourceInfoAccelerator
    Properties of accelerator resources in this reservation.
    accelerator AllocationAggregateReservationReservedResourceInfoAccelerator
    Properties of accelerator resources in this reservation.
    accelerator Property Map
    Properties of accelerator resources in this reservation.

    AllocationAggregateReservationReservedResourceInfoAccelerator, AllocationAggregateReservationReservedResourceInfoAcceleratorArgs

    AcceleratorCount int
    Number of accelerators of specified type.
    AcceleratorType string
    Full or partial URL to accelerator type. e.g. "projects/{PROJECT}/zones/{ZONE}/acceleratorTypes/ct4l"
    AcceleratorCount int
    Number of accelerators of specified type.
    AcceleratorType string
    Full or partial URL to accelerator type. e.g. "projects/{PROJECT}/zones/{ZONE}/acceleratorTypes/ct4l"
    acceleratorCount Integer
    Number of accelerators of specified type.
    acceleratorType String
    Full or partial URL to accelerator type. e.g. "projects/{PROJECT}/zones/{ZONE}/acceleratorTypes/ct4l"
    acceleratorCount number
    Number of accelerators of specified type.
    acceleratorType string
    Full or partial URL to accelerator type. e.g. "projects/{PROJECT}/zones/{ZONE}/acceleratorTypes/ct4l"
    accelerator_count int
    Number of accelerators of specified type.
    accelerator_type str
    Full or partial URL to accelerator type. e.g. "projects/{PROJECT}/zones/{ZONE}/acceleratorTypes/ct4l"
    acceleratorCount Number
    Number of accelerators of specified type.
    acceleratorType String
    Full or partial URL to accelerator type. e.g. "projects/{PROJECT}/zones/{ZONE}/acceleratorTypes/ct4l"

    AllocationAggregateReservationReservedResourceInfoAcceleratorResponse, AllocationAggregateReservationReservedResourceInfoAcceleratorResponseArgs

    AcceleratorCount int
    Number of accelerators of specified type.
    AcceleratorType string
    Full or partial URL to accelerator type. e.g. "projects/{PROJECT}/zones/{ZONE}/acceleratorTypes/ct4l"
    AcceleratorCount int
    Number of accelerators of specified type.
    AcceleratorType string
    Full or partial URL to accelerator type. e.g. "projects/{PROJECT}/zones/{ZONE}/acceleratorTypes/ct4l"
    acceleratorCount Integer
    Number of accelerators of specified type.
    acceleratorType String
    Full or partial URL to accelerator type. e.g. "projects/{PROJECT}/zones/{ZONE}/acceleratorTypes/ct4l"
    acceleratorCount number
    Number of accelerators of specified type.
    acceleratorType string
    Full or partial URL to accelerator type. e.g. "projects/{PROJECT}/zones/{ZONE}/acceleratorTypes/ct4l"
    accelerator_count int
    Number of accelerators of specified type.
    accelerator_type str
    Full or partial URL to accelerator type. e.g. "projects/{PROJECT}/zones/{ZONE}/acceleratorTypes/ct4l"
    acceleratorCount Number
    Number of accelerators of specified type.
    acceleratorType String
    Full or partial URL to accelerator type. e.g. "projects/{PROJECT}/zones/{ZONE}/acceleratorTypes/ct4l"

    AllocationAggregateReservationReservedResourceInfoResponse, AllocationAggregateReservationReservedResourceInfoResponseArgs

    Accelerator AllocationAggregateReservationReservedResourceInfoAcceleratorResponse
    Properties of accelerator resources in this reservation.
    accelerator AllocationAggregateReservationReservedResourceInfoAcceleratorResponse
    Properties of accelerator resources in this reservation.
    accelerator AllocationAggregateReservationReservedResourceInfoAcceleratorResponse
    Properties of accelerator resources in this reservation.
    accelerator AllocationAggregateReservationReservedResourceInfoAcceleratorResponse
    Properties of accelerator resources in this reservation.
    accelerator Property Map
    Properties of accelerator resources in this reservation.

    AllocationAggregateReservationResponse, AllocationAggregateReservationResponseArgs

    InUseResources List<Pulumi.GoogleNative.Compute.Alpha.Inputs.AllocationAggregateReservationReservedResourceInfoResponse>
    [Output only] List of resources currently in use.
    ReservedResources List<Pulumi.GoogleNative.Compute.Alpha.Inputs.AllocationAggregateReservationReservedResourceInfoResponse>
    List of reserved resources (CPUs, memory, accelerators).
    VmFamily string
    The VM family that all instances scheduled against this reservation must belong to.
    WorkloadType string
    The workload type of the instances that will target this reservation.
    InUseResources []AllocationAggregateReservationReservedResourceInfoResponse
    [Output only] List of resources currently in use.
    ReservedResources []AllocationAggregateReservationReservedResourceInfoResponse
    List of reserved resources (CPUs, memory, accelerators).
    VmFamily string
    The VM family that all instances scheduled against this reservation must belong to.
    WorkloadType string
    The workload type of the instances that will target this reservation.
    inUseResources List<AllocationAggregateReservationReservedResourceInfoResponse>
    [Output only] List of resources currently in use.
    reservedResources List<AllocationAggregateReservationReservedResourceInfoResponse>
    List of reserved resources (CPUs, memory, accelerators).
    vmFamily String
    The VM family that all instances scheduled against this reservation must belong to.
    workloadType String
    The workload type of the instances that will target this reservation.
    inUseResources AllocationAggregateReservationReservedResourceInfoResponse[]
    [Output only] List of resources currently in use.
    reservedResources AllocationAggregateReservationReservedResourceInfoResponse[]
    List of reserved resources (CPUs, memory, accelerators).
    vmFamily string
    The VM family that all instances scheduled against this reservation must belong to.
    workloadType string
    The workload type of the instances that will target this reservation.
    in_use_resources Sequence[AllocationAggregateReservationReservedResourceInfoResponse]
    [Output only] List of resources currently in use.
    reserved_resources Sequence[AllocationAggregateReservationReservedResourceInfoResponse]
    List of reserved resources (CPUs, memory, accelerators).
    vm_family str
    The VM family that all instances scheduled against this reservation must belong to.
    workload_type str
    The workload type of the instances that will target this reservation.
    inUseResources List<Property Map>
    [Output only] List of resources currently in use.
    reservedResources List<Property Map>
    List of reserved resources (CPUs, memory, accelerators).
    vmFamily String
    The VM family that all instances scheduled against this reservation must belong to.
    workloadType String
    The workload type of the instances that will target this reservation.

    AllocationAggregateReservationVmFamily, AllocationAggregateReservationVmFamilyArgs

    VmFamilyCloudTpuLiteDeviceCt5l
    VM_FAMILY_CLOUD_TPU_LITE_DEVICE_CT5L
    VmFamilyCloudTpuLitePodSliceCt5lp
    VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT5LP
    VmFamilyCloudTpuPodSliceCt4p
    VM_FAMILY_CLOUD_TPU_POD_SLICE_CT4P
    AllocationAggregateReservationVmFamilyVmFamilyCloudTpuLiteDeviceCt5l
    VM_FAMILY_CLOUD_TPU_LITE_DEVICE_CT5L
    AllocationAggregateReservationVmFamilyVmFamilyCloudTpuLitePodSliceCt5lp
    VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT5LP
    AllocationAggregateReservationVmFamilyVmFamilyCloudTpuPodSliceCt4p
    VM_FAMILY_CLOUD_TPU_POD_SLICE_CT4P
    VmFamilyCloudTpuLiteDeviceCt5l
    VM_FAMILY_CLOUD_TPU_LITE_DEVICE_CT5L
    VmFamilyCloudTpuLitePodSliceCt5lp
    VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT5LP
    VmFamilyCloudTpuPodSliceCt4p
    VM_FAMILY_CLOUD_TPU_POD_SLICE_CT4P
    VmFamilyCloudTpuLiteDeviceCt5l
    VM_FAMILY_CLOUD_TPU_LITE_DEVICE_CT5L
    VmFamilyCloudTpuLitePodSliceCt5lp
    VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT5LP
    VmFamilyCloudTpuPodSliceCt4p
    VM_FAMILY_CLOUD_TPU_POD_SLICE_CT4P
    VM_FAMILY_CLOUD_TPU_LITE_DEVICE_CT5L
    VM_FAMILY_CLOUD_TPU_LITE_DEVICE_CT5L
    VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT5LP
    VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT5LP
    VM_FAMILY_CLOUD_TPU_POD_SLICE_CT4P
    VM_FAMILY_CLOUD_TPU_POD_SLICE_CT4P
    "VM_FAMILY_CLOUD_TPU_LITE_DEVICE_CT5L"
    VM_FAMILY_CLOUD_TPU_LITE_DEVICE_CT5L
    "VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT5LP"
    VM_FAMILY_CLOUD_TPU_LITE_POD_SLICE_CT5LP
    "VM_FAMILY_CLOUD_TPU_POD_SLICE_CT4P"
    VM_FAMILY_CLOUD_TPU_POD_SLICE_CT4P

    AllocationAggregateReservationWorkloadType, AllocationAggregateReservationWorkloadTypeArgs

    Batch
    BATCHReserved resources will be optimized for BATCH workloads, such as ML training.
    Serving
    SERVINGReserved resources will be optimized for SERVING workloads, such as ML inference.
    Unspecified
    UNSPECIFIED
    AllocationAggregateReservationWorkloadTypeBatch
    BATCHReserved resources will be optimized for BATCH workloads, such as ML training.
    AllocationAggregateReservationWorkloadTypeServing
    SERVINGReserved resources will be optimized for SERVING workloads, such as ML inference.
    AllocationAggregateReservationWorkloadTypeUnspecified
    UNSPECIFIED
    Batch
    BATCHReserved resources will be optimized for BATCH workloads, such as ML training.
    Serving
    SERVINGReserved resources will be optimized for SERVING workloads, such as ML inference.
    Unspecified
    UNSPECIFIED
    Batch
    BATCHReserved resources will be optimized for BATCH workloads, such as ML training.
    Serving
    SERVINGReserved resources will be optimized for SERVING workloads, such as ML inference.
    Unspecified
    UNSPECIFIED
    BATCH
    BATCHReserved resources will be optimized for BATCH workloads, such as ML training.
    SERVING
    SERVINGReserved resources will be optimized for SERVING workloads, such as ML inference.
    UNSPECIFIED
    UNSPECIFIED
    "BATCH"
    BATCHReserved resources will be optimized for BATCH workloads, such as ML training.
    "SERVING"
    SERVINGReserved resources will be optimized for SERVING workloads, such as ML inference.
    "UNSPECIFIED"
    UNSPECIFIED

    AllocationResourceStatusResponse, AllocationResourceStatusResponseArgs

    specificSkuAllocation Property Map
    Allocation Properties of this reservation.

    AllocationResourceStatusSpecificSKUAllocationResponse, AllocationResourceStatusSpecificSKUAllocationResponseArgs

    SourceInstanceTemplateId string
    ID of the instance template used to populate reservation properties.
    SourceInstanceTemplateId string
    ID of the instance template used to populate reservation properties.
    sourceInstanceTemplateId String
    ID of the instance template used to populate reservation properties.
    sourceInstanceTemplateId string
    ID of the instance template used to populate reservation properties.
    source_instance_template_id str
    ID of the instance template used to populate reservation properties.
    sourceInstanceTemplateId String
    ID of the instance template used to populate reservation properties.

    AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk, AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskArgs

    DiskSizeGb string
    Specifies the size of the disk in base-2 GB.
    Interface Pulumi.GoogleNative.Compute.Alpha.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskInterface
    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.
    DiskSizeGb string
    Specifies the size of the disk in base-2 GB.
    Interface AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskInterface
    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.
    diskSizeGb String
    Specifies the size of the disk in base-2 GB.
    interface_ AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskInterface
    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.
    diskSizeGb string
    Specifies the size of the disk in base-2 GB.
    interface AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskInterface
    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.
    disk_size_gb str
    Specifies the size of the disk in base-2 GB.
    interface AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskInterface
    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.
    diskSizeGb String
    Specifies the size of the disk in base-2 GB.
    interface "NVDIMM" | "NVME" | "SCSI"
    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.

    AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskInterface, AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskInterfaceArgs

    Nvdimm
    NVDIMM
    Nvme
    NVME
    Scsi
    SCSI
    AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskInterfaceNvdimm
    NVDIMM
    AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskInterfaceNvme
    NVME
    AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskInterfaceScsi
    SCSI
    Nvdimm
    NVDIMM
    Nvme
    NVME
    Scsi
    SCSI
    Nvdimm
    NVDIMM
    Nvme
    NVME
    Scsi
    SCSI
    NVDIMM
    NVDIMM
    NVME
    NVME
    SCSI
    SCSI
    "NVDIMM"
    NVDIMM
    "NVME"
    NVME
    "SCSI"
    SCSI

    AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskResponse, AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskResponseArgs

    DiskSizeGb string
    Specifies the size of the disk in base-2 GB.
    Interface string
    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.
    DiskSizeGb string
    Specifies the size of the disk in base-2 GB.
    Interface string
    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.
    diskSizeGb String
    Specifies the size of the disk in base-2 GB.
    interface_ String
    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.
    diskSizeGb string
    Specifies the size of the disk in base-2 GB.
    interface string
    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.
    disk_size_gb str
    Specifies the size of the disk in base-2 GB.
    interface str
    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.
    diskSizeGb String
    Specifies the size of the disk in base-2 GB.
    interface String
    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.

    AllocationSpecificSKUAllocationReservedInstanceProperties, AllocationSpecificSKUAllocationReservedInstancePropertiesArgs

    GuestAccelerators List<Pulumi.GoogleNative.Compute.Alpha.Inputs.AcceleratorConfig>
    Specifies accelerator type and count.
    LocalSsds List<Pulumi.GoogleNative.Compute.Alpha.Inputs.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk>
    Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
    LocationHint string
    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.
    MachineType string
    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.
    MaintenanceFreezeDurationHours int
    Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
    MaintenanceInterval Pulumi.GoogleNative.Compute.Alpha.AllocationSpecificSKUAllocationReservedInstancePropertiesMaintenanceInterval
    Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC.
    MinCpuPlatform string
    Minimum cpu platform the reservation.
    GuestAccelerators []AcceleratorConfig
    Specifies accelerator type and count.
    LocalSsds []AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk
    Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
    LocationHint string
    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.
    MachineType string
    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.
    MaintenanceFreezeDurationHours int
    Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
    MaintenanceInterval AllocationSpecificSKUAllocationReservedInstancePropertiesMaintenanceInterval
    Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC.
    MinCpuPlatform string
    Minimum cpu platform the reservation.
    guestAccelerators List<AcceleratorConfig>
    Specifies accelerator type and count.
    localSsds List<AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk>
    Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
    locationHint String
    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.
    machineType String
    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.
    maintenanceFreezeDurationHours Integer
    Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
    maintenanceInterval AllocationSpecificSKUAllocationReservedInstancePropertiesMaintenanceInterval
    Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC.
    minCpuPlatform String
    Minimum cpu platform the reservation.
    guestAccelerators AcceleratorConfig[]
    Specifies accelerator type and count.
    localSsds AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk[]
    Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
    locationHint string
    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.
    machineType string
    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.
    maintenanceFreezeDurationHours number
    Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
    maintenanceInterval AllocationSpecificSKUAllocationReservedInstancePropertiesMaintenanceInterval
    Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC.
    minCpuPlatform string
    Minimum cpu platform the reservation.
    guest_accelerators Sequence[AcceleratorConfig]
    Specifies accelerator type and count.
    local_ssds Sequence[AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk]
    Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
    location_hint str
    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 str
    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.
    maintenance_freeze_duration_hours int
    Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
    maintenance_interval AllocationSpecificSKUAllocationReservedInstancePropertiesMaintenanceInterval
    Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC.
    min_cpu_platform str
    Minimum cpu platform the reservation.
    guestAccelerators List<Property Map>
    Specifies accelerator type and count.
    localSsds List<Property Map>
    Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
    locationHint String
    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.
    machineType String
    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.
    maintenanceFreezeDurationHours Number
    Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
    maintenanceInterval "AS_NEEDED" | "PERIODIC" | "RECURRENT"
    Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC.
    minCpuPlatform String
    Minimum cpu platform the reservation.

    AllocationSpecificSKUAllocationReservedInstancePropertiesMaintenanceInterval, AllocationSpecificSKUAllocationReservedInstancePropertiesMaintenanceIntervalArgs

    AsNeeded
    AS_NEEDEDVMs are eligible to receive infrastructure and hypervisor updates as they become available. This may result in more maintenance operations (live migrations or terminations) for the VM than the PERIODIC and RECURRENT options.
    Periodic
    PERIODICVMs receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean a VM will take longer to receive an update than if it was configured for AS_NEEDED. Security updates will still be applied as soon as they are available.
    Recurrent
    RECURRENTVMs receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean a VM will take longer to receive an update than if it was configured for AS_NEEDED. Security updates will still be applied as soon as they are available. RECURRENT is used for GEN3 and Slice of Hardware VMs.
    AllocationSpecificSKUAllocationReservedInstancePropertiesMaintenanceIntervalAsNeeded
    AS_NEEDEDVMs are eligible to receive infrastructure and hypervisor updates as they become available. This may result in more maintenance operations (live migrations or terminations) for the VM than the PERIODIC and RECURRENT options.
    AllocationSpecificSKUAllocationReservedInstancePropertiesMaintenanceIntervalPeriodic
    PERIODICVMs receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean a VM will take longer to receive an update than if it was configured for AS_NEEDED. Security updates will still be applied as soon as they are available.
    AllocationSpecificSKUAllocationReservedInstancePropertiesMaintenanceIntervalRecurrent
    RECURRENTVMs receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean a VM will take longer to receive an update than if it was configured for AS_NEEDED. Security updates will still be applied as soon as they are available. RECURRENT is used for GEN3 and Slice of Hardware VMs.
    AsNeeded
    AS_NEEDEDVMs are eligible to receive infrastructure and hypervisor updates as they become available. This may result in more maintenance operations (live migrations or terminations) for the VM than the PERIODIC and RECURRENT options.
    Periodic
    PERIODICVMs receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean a VM will take longer to receive an update than if it was configured for AS_NEEDED. Security updates will still be applied as soon as they are available.
    Recurrent
    RECURRENTVMs receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean a VM will take longer to receive an update than if it was configured for AS_NEEDED. Security updates will still be applied as soon as they are available. RECURRENT is used for GEN3 and Slice of Hardware VMs.
    AsNeeded
    AS_NEEDEDVMs are eligible to receive infrastructure and hypervisor updates as they become available. This may result in more maintenance operations (live migrations or terminations) for the VM than the PERIODIC and RECURRENT options.
    Periodic
    PERIODICVMs receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean a VM will take longer to receive an update than if it was configured for AS_NEEDED. Security updates will still be applied as soon as they are available.
    Recurrent
    RECURRENTVMs receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean a VM will take longer to receive an update than if it was configured for AS_NEEDED. Security updates will still be applied as soon as they are available. RECURRENT is used for GEN3 and Slice of Hardware VMs.
    AS_NEEDED
    AS_NEEDEDVMs are eligible to receive infrastructure and hypervisor updates as they become available. This may result in more maintenance operations (live migrations or terminations) for the VM than the PERIODIC and RECURRENT options.
    PERIODIC
    PERIODICVMs receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean a VM will take longer to receive an update than if it was configured for AS_NEEDED. Security updates will still be applied as soon as they are available.
    RECURRENT
    RECURRENTVMs receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean a VM will take longer to receive an update than if it was configured for AS_NEEDED. Security updates will still be applied as soon as they are available. RECURRENT is used for GEN3 and Slice of Hardware VMs.
    "AS_NEEDED"
    AS_NEEDEDVMs are eligible to receive infrastructure and hypervisor updates as they become available. This may result in more maintenance operations (live migrations or terminations) for the VM than the PERIODIC and RECURRENT options.
    "PERIODIC"
    PERIODICVMs receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean a VM will take longer to receive an update than if it was configured for AS_NEEDED. Security updates will still be applied as soon as they are available.
    "RECURRENT"
    RECURRENTVMs receive infrastructure and hypervisor updates on a periodic basis, minimizing the number of maintenance operations (live migrations or terminations) on an individual VM. This may mean a VM will take longer to receive an update than if it was configured for AS_NEEDED. Security updates will still be applied as soon as they are available. RECURRENT is used for GEN3 and Slice of Hardware VMs.

    AllocationSpecificSKUAllocationReservedInstancePropertiesResponse, AllocationSpecificSKUAllocationReservedInstancePropertiesResponseArgs

    GuestAccelerators List<Pulumi.GoogleNative.Compute.Alpha.Inputs.AcceleratorConfigResponse>
    Specifies accelerator type and count.
    LocalSsds List<Pulumi.GoogleNative.Compute.Alpha.Inputs.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskResponse>
    Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
    LocationHint string
    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.
    MachineType string
    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.
    MaintenanceFreezeDurationHours int
    Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
    MaintenanceInterval string
    Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC.
    MinCpuPlatform string
    Minimum cpu platform the reservation.
    GuestAccelerators []AcceleratorConfigResponse
    Specifies accelerator type and count.
    LocalSsds []AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskResponse
    Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
    LocationHint string
    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.
    MachineType string
    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.
    MaintenanceFreezeDurationHours int
    Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
    MaintenanceInterval string
    Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC.
    MinCpuPlatform string
    Minimum cpu platform the reservation.
    guestAccelerators List<AcceleratorConfigResponse>
    Specifies accelerator type and count.
    localSsds List<AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskResponse>
    Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
    locationHint String
    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.
    machineType String
    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.
    maintenanceFreezeDurationHours Integer
    Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
    maintenanceInterval String
    Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC.
    minCpuPlatform String
    Minimum cpu platform the reservation.
    guestAccelerators AcceleratorConfigResponse[]
    Specifies accelerator type and count.
    localSsds AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskResponse[]
    Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
    locationHint string
    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.
    machineType string
    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.
    maintenanceFreezeDurationHours number
    Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
    maintenanceInterval string
    Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC.
    minCpuPlatform string
    Minimum cpu platform the reservation.
    guest_accelerators Sequence[AcceleratorConfigResponse]
    Specifies accelerator type and count.
    local_ssds Sequence[AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskResponse]
    Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
    location_hint str
    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 str
    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.
    maintenance_freeze_duration_hours int
    Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
    maintenance_interval str
    Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC.
    min_cpu_platform str
    Minimum cpu platform the reservation.
    guestAccelerators List<Property Map>
    Specifies accelerator type and count.
    localSsds List<Property Map>
    Specifies amount of local ssd to reserve with each instance. The type of disk is local-ssd.
    locationHint String
    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.
    machineType String
    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.
    maintenanceFreezeDurationHours Number
    Specifies the number of hours after reservation creation where instances using the reservation won't be scheduled for maintenance.
    maintenanceInterval String
    Specifies the frequency of planned maintenance events. The accepted values are: PERIODIC.
    minCpuPlatform String
    Minimum cpu platform the reservation.

    AllocationSpecificSKUReservation, AllocationSpecificSKUReservationArgs

    Count string
    Specifies the number of resources that are allocated.
    InstanceProperties Pulumi.GoogleNative.Compute.Alpha.Inputs.AllocationSpecificSKUAllocationReservedInstanceProperties
    The instance properties for the reservation.
    SourceInstanceTemplate string
    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
    Count string
    Specifies the number of resources that are allocated.
    InstanceProperties AllocationSpecificSKUAllocationReservedInstanceProperties
    The instance properties for the reservation.
    SourceInstanceTemplate string
    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
    count String
    Specifies the number of resources that are allocated.
    instanceProperties AllocationSpecificSKUAllocationReservedInstanceProperties
    The instance properties for the reservation.
    sourceInstanceTemplate String
    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
    count string
    Specifies the number of resources that are allocated.
    instanceProperties AllocationSpecificSKUAllocationReservedInstanceProperties
    The instance properties for the reservation.
    sourceInstanceTemplate string
    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
    count str
    Specifies the number of resources that are allocated.
    instance_properties AllocationSpecificSKUAllocationReservedInstanceProperties
    The instance properties for the reservation.
    source_instance_template str
    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
    count String
    Specifies the number of resources that are allocated.
    instanceProperties Property Map
    The instance properties for the reservation.
    sourceInstanceTemplate String
    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

    AllocationSpecificSKUReservationResponse, AllocationSpecificSKUReservationResponseArgs

    AssuredCount string
    Indicates how many instances are actually usable currently.
    Count string
    Specifies the number of resources that are allocated.
    InUseCount string
    Indicates how many instances are in use.
    InstanceProperties Pulumi.GoogleNative.Compute.Alpha.Inputs.AllocationSpecificSKUAllocationReservedInstancePropertiesResponse
    The instance properties for the reservation.
    SourceInstanceTemplate string
    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
    AssuredCount string
    Indicates how many instances are actually usable currently.
    Count string
    Specifies the number of resources that are allocated.
    InUseCount string
    Indicates how many instances are in use.
    InstanceProperties AllocationSpecificSKUAllocationReservedInstancePropertiesResponse
    The instance properties for the reservation.
    SourceInstanceTemplate string
    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
    assuredCount String
    Indicates how many instances are actually usable currently.
    count String
    Specifies the number of resources that are allocated.
    inUseCount String
    Indicates how many instances are in use.
    instanceProperties AllocationSpecificSKUAllocationReservedInstancePropertiesResponse
    The instance properties for the reservation.
    sourceInstanceTemplate String
    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
    assuredCount string
    Indicates how many instances are actually usable currently.
    count string
    Specifies the number of resources that are allocated.
    inUseCount string
    Indicates how many instances are in use.
    instanceProperties AllocationSpecificSKUAllocationReservedInstancePropertiesResponse
    The instance properties for the reservation.
    sourceInstanceTemplate string
    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
    assured_count str
    Indicates how many instances are actually usable currently.
    count str
    Specifies the number of resources that are allocated.
    in_use_count str
    Indicates how many instances are in use.
    instance_properties AllocationSpecificSKUAllocationReservedInstancePropertiesResponse
    The instance properties for the reservation.
    source_instance_template str
    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
    assuredCount String
    Indicates how many instances are actually usable currently.
    count String
    Specifies the number of resources that are allocated.
    inUseCount String
    Indicates how many instances are in use.
    instanceProperties Property Map
    The instance properties for the reservation.
    sourceInstanceTemplate String
    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

    CommitmentResourceStatusCancellationInformationResponse, CommitmentResourceStatusCancellationInformationResponseArgs

    CanceledCommitment Pulumi.GoogleNative.Compute.Alpha.Inputs.MoneyResponse
    An optional amount of CUDs canceled so far in the last 365 days.
    CanceledCommitmentLastUpdatedTimestamp string
    An optional last update time of canceled_commitment. RFC3339 text format.
    CancellationCap Pulumi.GoogleNative.Compute.Alpha.Inputs.MoneyResponse
    An optional,the cancellation cap for how much commitments can be canceled in a rolling 365 per billing account.
    CancellationFee Pulumi.GoogleNative.Compute.Alpha.Inputs.MoneyResponse
    An optional, cancellation fee.
    CancellationFeeExpirationTimestamp string
    An optional, cancellation fee expiration time. RFC3339 text format.
    CanceledCommitment MoneyResponse
    An optional amount of CUDs canceled so far in the last 365 days.
    CanceledCommitmentLastUpdatedTimestamp string
    An optional last update time of canceled_commitment. RFC3339 text format.
    CancellationCap MoneyResponse
    An optional,the cancellation cap for how much commitments can be canceled in a rolling 365 per billing account.
    CancellationFee MoneyResponse
    An optional, cancellation fee.
    CancellationFeeExpirationTimestamp string
    An optional, cancellation fee expiration time. RFC3339 text format.
    canceledCommitment MoneyResponse
    An optional amount of CUDs canceled so far in the last 365 days.
    canceledCommitmentLastUpdatedTimestamp String
    An optional last update time of canceled_commitment. RFC3339 text format.
    cancellationCap MoneyResponse
    An optional,the cancellation cap for how much commitments can be canceled in a rolling 365 per billing account.
    cancellationFee MoneyResponse
    An optional, cancellation fee.
    cancellationFeeExpirationTimestamp String
    An optional, cancellation fee expiration time. RFC3339 text format.
    canceledCommitment MoneyResponse
    An optional amount of CUDs canceled so far in the last 365 days.
    canceledCommitmentLastUpdatedTimestamp string
    An optional last update time of canceled_commitment. RFC3339 text format.
    cancellationCap MoneyResponse
    An optional,the cancellation cap for how much commitments can be canceled in a rolling 365 per billing account.
    cancellationFee MoneyResponse
    An optional, cancellation fee.
    cancellationFeeExpirationTimestamp string
    An optional, cancellation fee expiration time. RFC3339 text format.
    canceled_commitment MoneyResponse
    An optional amount of CUDs canceled so far in the last 365 days.
    canceled_commitment_last_updated_timestamp str
    An optional last update time of canceled_commitment. RFC3339 text format.
    cancellation_cap MoneyResponse
    An optional,the cancellation cap for how much commitments can be canceled in a rolling 365 per billing account.
    cancellation_fee MoneyResponse
    An optional, cancellation fee.
    cancellation_fee_expiration_timestamp str
    An optional, cancellation fee expiration time. RFC3339 text format.
    canceledCommitment Property Map
    An optional amount of CUDs canceled so far in the last 365 days.
    canceledCommitmentLastUpdatedTimestamp String
    An optional last update time of canceled_commitment. RFC3339 text format.
    cancellationCap Property Map
    An optional,the cancellation cap for how much commitments can be canceled in a rolling 365 per billing account.
    cancellationFee Property Map
    An optional, cancellation fee.
    cancellationFeeExpirationTimestamp String
    An optional, cancellation fee expiration time. RFC3339 text format.

    CommitmentResourceStatusResponse, CommitmentResourceStatusResponseArgs

    CancellationInformation CommitmentResourceStatusCancellationInformationResponse
    An optional, contains all the needed information of cancellation.
    cancellationInformation CommitmentResourceStatusCancellationInformationResponse
    An optional, contains all the needed information of cancellation.
    cancellationInformation CommitmentResourceStatusCancellationInformationResponse
    An optional, contains all the needed information of cancellation.
    cancellation_information CommitmentResourceStatusCancellationInformationResponse
    An optional, contains all the needed information of cancellation.
    cancellationInformation Property Map
    An optional, contains all the needed information of cancellation.

    Duration, DurationArgs

    Nanos int
    Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds field and a positive nanos field. Must be from 0 to 999,999,999 inclusive.
    Seconds string
    Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
    Nanos int
    Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds field and a positive nanos field. Must be from 0 to 999,999,999 inclusive.
    Seconds string
    Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
    nanos Integer
    Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds field and a positive nanos field. Must be from 0 to 999,999,999 inclusive.
    seconds String
    Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
    nanos number
    Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds field and a positive nanos field. Must be from 0 to 999,999,999 inclusive.
    seconds string
    Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
    nanos int
    Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds field and a positive nanos field. Must be from 0 to 999,999,999 inclusive.
    seconds str
    Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
    nanos Number
    Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds field and a positive nanos field. Must be from 0 to 999,999,999 inclusive.
    seconds String
    Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years

    DurationResponse, DurationResponseArgs

    Nanos int
    Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds field and a positive nanos field. Must be from 0 to 999,999,999 inclusive.
    Seconds string
    Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
    Nanos int
    Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds field and a positive nanos field. Must be from 0 to 999,999,999 inclusive.
    Seconds string
    Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
    nanos Integer
    Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds field and a positive nanos field. Must be from 0 to 999,999,999 inclusive.
    seconds String
    Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
    nanos number
    Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds field and a positive nanos field. Must be from 0 to 999,999,999 inclusive.
    seconds string
    Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
    nanos int
    Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds field and a positive nanos field. Must be from 0 to 999,999,999 inclusive.
    seconds str
    Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years
    nanos Number
    Span of time that's a fraction of a second at nanosecond resolution. Durations less than one second are represented with a 0 seconds field and a positive nanos field. Must be from 0 to 999,999,999 inclusive.
    seconds String
    Span of time at a resolution of a second. Must be from 0 to 315,576,000,000 inclusive. Note: these bounds are computed from: 60 sec/min * 60 min/hr * 24 hr/day * 365.25 days/year * 10000 years

    LicenseResourceCommitment, LicenseResourceCommitmentArgs

    Amount string
    The number of licenses purchased.
    CoresPerLicense string
    Specifies the core range of the instance for which this license applies.
    License string
    Any applicable license URI.
    Amount string
    The number of licenses purchased.
    CoresPerLicense string
    Specifies the core range of the instance for which this license applies.
    License string
    Any applicable license URI.
    amount String
    The number of licenses purchased.
    coresPerLicense String
    Specifies the core range of the instance for which this license applies.
    license String
    Any applicable license URI.
    amount string
    The number of licenses purchased.
    coresPerLicense string
    Specifies the core range of the instance for which this license applies.
    license string
    Any applicable license URI.
    amount str
    The number of licenses purchased.
    cores_per_license str
    Specifies the core range of the instance for which this license applies.
    license str
    Any applicable license URI.
    amount String
    The number of licenses purchased.
    coresPerLicense String
    Specifies the core range of the instance for which this license applies.
    license String
    Any applicable license URI.

    LicenseResourceCommitmentResponse, LicenseResourceCommitmentResponseArgs

    Amount string
    The number of licenses purchased.
    CoresPerLicense string
    Specifies the core range of the instance for which this license applies.
    License string
    Any applicable license URI.
    Amount string
    The number of licenses purchased.
    CoresPerLicense string
    Specifies the core range of the instance for which this license applies.
    License string
    Any applicable license URI.
    amount String
    The number of licenses purchased.
    coresPerLicense String
    Specifies the core range of the instance for which this license applies.
    license String
    Any applicable license URI.
    amount string
    The number of licenses purchased.
    coresPerLicense string
    Specifies the core range of the instance for which this license applies.
    license string
    Any applicable license URI.
    amount str
    The number of licenses purchased.
    cores_per_license str
    Specifies the core range of the instance for which this license applies.
    license str
    Any applicable license URI.
    amount String
    The number of licenses purchased.
    coresPerLicense String
    Specifies the core range of the instance for which this license applies.
    license String
    Any applicable license URI.

    MoneyResponse, MoneyResponseArgs

    CurrencyCode string
    The three-letter currency code defined in ISO 4217.
    Nanos int
    Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If units is positive, nanos must be positive or zero. If units is zero, nanos can be positive, zero, or negative. If units is negative, nanos must be negative or zero. For example $-1.75 is represented as units=-1 and nanos=-750,000,000.
    Units string
    The whole units of the amount. For example if currencyCode is "USD", then 1 unit is one US dollar.
    CurrencyCode string
    The three-letter currency code defined in ISO 4217.
    Nanos int
    Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If units is positive, nanos must be positive or zero. If units is zero, nanos can be positive, zero, or negative. If units is negative, nanos must be negative or zero. For example $-1.75 is represented as units=-1 and nanos=-750,000,000.
    Units string
    The whole units of the amount. For example if currencyCode is "USD", then 1 unit is one US dollar.
    currencyCode String
    The three-letter currency code defined in ISO 4217.
    nanos Integer
    Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If units is positive, nanos must be positive or zero. If units is zero, nanos can be positive, zero, or negative. If units is negative, nanos must be negative or zero. For example $-1.75 is represented as units=-1 and nanos=-750,000,000.
    units String
    The whole units of the amount. For example if currencyCode is "USD", then 1 unit is one US dollar.
    currencyCode string
    The three-letter currency code defined in ISO 4217.
    nanos number
    Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If units is positive, nanos must be positive or zero. If units is zero, nanos can be positive, zero, or negative. If units is negative, nanos must be negative or zero. For example $-1.75 is represented as units=-1 and nanos=-750,000,000.
    units string
    The whole units of the amount. For example if currencyCode is "USD", then 1 unit is one US dollar.
    currency_code str
    The three-letter currency code defined in ISO 4217.
    nanos int
    Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If units is positive, nanos must be positive or zero. If units is zero, nanos can be positive, zero, or negative. If units is negative, nanos must be negative or zero. For example $-1.75 is represented as units=-1 and nanos=-750,000,000.
    units str
    The whole units of the amount. For example if currencyCode is "USD", then 1 unit is one US dollar.
    currencyCode String
    The three-letter currency code defined in ISO 4217.
    nanos Number
    Number of nano (10^-9) units of the amount. The value must be between -999,999,999 and +999,999,999 inclusive. If units is positive, nanos must be positive or zero. If units is zero, nanos can be positive, zero, or negative. If units is negative, nanos must be negative or zero. For example $-1.75 is represented as units=-1 and nanos=-750,000,000.
    units String
    The whole units of the amount. For example if currencyCode is "USD", then 1 unit is one US dollar.

    RegionCommitmentCategory, RegionCommitmentCategoryArgs

    CategoryUnspecified
    CATEGORY_UNSPECIFIED
    License
    LICENSE
    Machine
    MACHINE
    RegionCommitmentCategoryCategoryUnspecified
    CATEGORY_UNSPECIFIED
    RegionCommitmentCategoryLicense
    LICENSE
    RegionCommitmentCategoryMachine
    MACHINE
    CategoryUnspecified
    CATEGORY_UNSPECIFIED
    License
    LICENSE
    Machine
    MACHINE
    CategoryUnspecified
    CATEGORY_UNSPECIFIED
    License
    LICENSE
    Machine
    MACHINE
    CATEGORY_UNSPECIFIED
    CATEGORY_UNSPECIFIED
    LICENSE
    LICENSE
    MACHINE
    MACHINE
    "CATEGORY_UNSPECIFIED"
    CATEGORY_UNSPECIFIED
    "LICENSE"
    LICENSE
    "MACHINE"
    MACHINE

    RegionCommitmentPlan, RegionCommitmentPlanArgs

    Invalid
    INVALID
    ThirtySixMonth
    THIRTY_SIX_MONTH
    TwelveMonth
    TWELVE_MONTH
    RegionCommitmentPlanInvalid
    INVALID
    RegionCommitmentPlanThirtySixMonth
    THIRTY_SIX_MONTH
    RegionCommitmentPlanTwelveMonth
    TWELVE_MONTH
    Invalid
    INVALID
    ThirtySixMonth
    THIRTY_SIX_MONTH
    TwelveMonth
    TWELVE_MONTH
    Invalid
    INVALID
    ThirtySixMonth
    THIRTY_SIX_MONTH
    TwelveMonth
    TWELVE_MONTH
    INVALID
    INVALID
    THIRTY_SIX_MONTH
    THIRTY_SIX_MONTH
    TWELVE_MONTH
    TWELVE_MONTH
    "INVALID"
    INVALID
    "THIRTY_SIX_MONTH"
    THIRTY_SIX_MONTH
    "TWELVE_MONTH"
    TWELVE_MONTH

    RegionCommitmentType, RegionCommitmentTypeArgs

    AcceleratorOptimized
    ACCELERATOR_OPTIMIZED
    AcceleratorOptimizedA3
    ACCELERATOR_OPTIMIZED_A3
    ComputeOptimized
    COMPUTE_OPTIMIZED
    ComputeOptimizedC2d
    COMPUTE_OPTIMIZED_C2D
    ComputeOptimizedC3
    COMPUTE_OPTIMIZED_C3
    ComputeOptimizedC3d
    COMPUTE_OPTIMIZED_C3D
    ComputeOptimizedH3
    COMPUTE_OPTIMIZED_H3
    GeneralPurpose
    GENERAL_PURPOSE
    GeneralPurposeE2
    GENERAL_PURPOSE_E2
    GeneralPurposeN2
    GENERAL_PURPOSE_N2
    GeneralPurposeN2d
    GENERAL_PURPOSE_N2D
    GeneralPurposeT2d
    GENERAL_PURPOSE_T2D
    GraphicsOptimized
    GRAPHICS_OPTIMIZED
    MemoryOptimized
    MEMORY_OPTIMIZED
    MemoryOptimizedM3
    MEMORY_OPTIMIZED_M3
    TypeUnspecified
    TYPE_UNSPECIFIED
    RegionCommitmentTypeAcceleratorOptimized
    ACCELERATOR_OPTIMIZED
    RegionCommitmentTypeAcceleratorOptimizedA3
    ACCELERATOR_OPTIMIZED_A3
    RegionCommitmentTypeComputeOptimized
    COMPUTE_OPTIMIZED
    RegionCommitmentTypeComputeOptimizedC2d
    COMPUTE_OPTIMIZED_C2D
    RegionCommitmentTypeComputeOptimizedC3
    COMPUTE_OPTIMIZED_C3
    RegionCommitmentTypeComputeOptimizedC3d
    COMPUTE_OPTIMIZED_C3D
    RegionCommitmentTypeComputeOptimizedH3
    COMPUTE_OPTIMIZED_H3
    RegionCommitmentTypeGeneralPurpose
    GENERAL_PURPOSE
    RegionCommitmentTypeGeneralPurposeE2
    GENERAL_PURPOSE_E2
    RegionCommitmentTypeGeneralPurposeN2
    GENERAL_PURPOSE_N2
    RegionCommitmentTypeGeneralPurposeN2d
    GENERAL_PURPOSE_N2D
    RegionCommitmentTypeGeneralPurposeT2d
    GENERAL_PURPOSE_T2D
    RegionCommitmentTypeGraphicsOptimized
    GRAPHICS_OPTIMIZED
    RegionCommitmentTypeMemoryOptimized
    MEMORY_OPTIMIZED
    RegionCommitmentTypeMemoryOptimizedM3
    MEMORY_OPTIMIZED_M3
    RegionCommitmentTypeTypeUnspecified
    TYPE_UNSPECIFIED
    AcceleratorOptimized
    ACCELERATOR_OPTIMIZED
    AcceleratorOptimizedA3
    ACCELERATOR_OPTIMIZED_A3
    ComputeOptimized
    COMPUTE_OPTIMIZED
    ComputeOptimizedC2d
    COMPUTE_OPTIMIZED_C2D
    ComputeOptimizedC3
    COMPUTE_OPTIMIZED_C3
    ComputeOptimizedC3d
    COMPUTE_OPTIMIZED_C3D
    ComputeOptimizedH3
    COMPUTE_OPTIMIZED_H3
    GeneralPurpose
    GENERAL_PURPOSE
    GeneralPurposeE2
    GENERAL_PURPOSE_E2
    GeneralPurposeN2
    GENERAL_PURPOSE_N2
    GeneralPurposeN2d
    GENERAL_PURPOSE_N2D
    GeneralPurposeT2d
    GENERAL_PURPOSE_T2D
    GraphicsOptimized
    GRAPHICS_OPTIMIZED
    MemoryOptimized
    MEMORY_OPTIMIZED
    MemoryOptimizedM3
    MEMORY_OPTIMIZED_M3
    TypeUnspecified
    TYPE_UNSPECIFIED
    AcceleratorOptimized
    ACCELERATOR_OPTIMIZED
    AcceleratorOptimizedA3
    ACCELERATOR_OPTIMIZED_A3
    ComputeOptimized
    COMPUTE_OPTIMIZED
    ComputeOptimizedC2d
    COMPUTE_OPTIMIZED_C2D
    ComputeOptimizedC3
    COMPUTE_OPTIMIZED_C3
    ComputeOptimizedC3d
    COMPUTE_OPTIMIZED_C3D
    ComputeOptimizedH3
    COMPUTE_OPTIMIZED_H3
    GeneralPurpose
    GENERAL_PURPOSE
    GeneralPurposeE2
    GENERAL_PURPOSE_E2
    GeneralPurposeN2
    GENERAL_PURPOSE_N2
    GeneralPurposeN2d
    GENERAL_PURPOSE_N2D
    GeneralPurposeT2d
    GENERAL_PURPOSE_T2D
    GraphicsOptimized
    GRAPHICS_OPTIMIZED
    MemoryOptimized
    MEMORY_OPTIMIZED
    MemoryOptimizedM3
    MEMORY_OPTIMIZED_M3
    TypeUnspecified
    TYPE_UNSPECIFIED
    ACCELERATOR_OPTIMIZED
    ACCELERATOR_OPTIMIZED
    ACCELERATOR_OPTIMIZED_A3
    ACCELERATOR_OPTIMIZED_A3
    COMPUTE_OPTIMIZED
    COMPUTE_OPTIMIZED
    COMPUTE_OPTIMIZED_C2D
    COMPUTE_OPTIMIZED_C2D
    COMPUTE_OPTIMIZED_C3
    COMPUTE_OPTIMIZED_C3
    COMPUTE_OPTIMIZED_C3D
    COMPUTE_OPTIMIZED_C3D
    COMPUTE_OPTIMIZED_H3
    COMPUTE_OPTIMIZED_H3
    GENERAL_PURPOSE
    GENERAL_PURPOSE
    GENERAL_PURPOSE_E2
    GENERAL_PURPOSE_E2
    GENERAL_PURPOSE_N2
    GENERAL_PURPOSE_N2
    GENERAL_PURPOSE_N2D
    GENERAL_PURPOSE_N2D
    GENERAL_PURPOSE_T2D
    GENERAL_PURPOSE_T2D
    GRAPHICS_OPTIMIZED
    GRAPHICS_OPTIMIZED
    MEMORY_OPTIMIZED
    MEMORY_OPTIMIZED
    MEMORY_OPTIMIZED_M3
    MEMORY_OPTIMIZED_M3
    TYPE_UNSPECIFIED
    TYPE_UNSPECIFIED
    "ACCELERATOR_OPTIMIZED"
    ACCELERATOR_OPTIMIZED
    "ACCELERATOR_OPTIMIZED_A3"
    ACCELERATOR_OPTIMIZED_A3
    "COMPUTE_OPTIMIZED"
    COMPUTE_OPTIMIZED
    "COMPUTE_OPTIMIZED_C2D"
    COMPUTE_OPTIMIZED_C2D
    "COMPUTE_OPTIMIZED_C3"
    COMPUTE_OPTIMIZED_C3
    "COMPUTE_OPTIMIZED_C3D"
    COMPUTE_OPTIMIZED_C3D
    "COMPUTE_OPTIMIZED_H3"
    COMPUTE_OPTIMIZED_H3
    "GENERAL_PURPOSE"
    GENERAL_PURPOSE
    "GENERAL_PURPOSE_E2"
    GENERAL_PURPOSE_E2
    "GENERAL_PURPOSE_N2"
    GENERAL_PURPOSE_N2
    "GENERAL_PURPOSE_N2D"
    GENERAL_PURPOSE_N2D
    "GENERAL_PURPOSE_T2D"
    GENERAL_PURPOSE_T2D
    "GRAPHICS_OPTIMIZED"
    GRAPHICS_OPTIMIZED
    "MEMORY_OPTIMIZED"
    MEMORY_OPTIMIZED
    "MEMORY_OPTIMIZED_M3"
    MEMORY_OPTIMIZED_M3
    "TYPE_UNSPECIFIED"
    TYPE_UNSPECIFIED

    Reservation, ReservationArgs

    AggregateReservation Pulumi.GoogleNative.Compute.Alpha.Inputs.AllocationAggregateReservation
    Reservation for aggregated resources, providing shape flexibility.
    DeleteAfterDuration Pulumi.GoogleNative.Compute.Alpha.Inputs.Duration
    Duration time relative to reservation creation when GCE will automatically delete this resource.
    DeleteAtTime string
    Absolute time in future when the reservation will be auto-deleted by GCE. Timestamp is represented in RFC3339 text format.
    Description string
    An optional description of this resource. Provide this property when you create the resource.
    Name string
    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.
    ResourcePolicies Dictionary<string, string>
    Resource policies to be added to this reservation. The key is defined by user, and the value is resource policy url. This is to define placement policy with reservation.
    ShareSettings Pulumi.GoogleNative.Compute.Alpha.Inputs.ShareSettings
    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.
    SpecificReservation Pulumi.GoogleNative.Compute.Alpha.Inputs.AllocationSpecificSKUReservation
    Reservation for instances with specific machine shapes.
    SpecificReservationRequired bool
    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.
    Zone string
    Zone in which the reservation resides. A zone must be provided if the reservation is created within a commitment.
    AggregateReservation AllocationAggregateReservation
    Reservation for aggregated resources, providing shape flexibility.
    DeleteAfterDuration Duration
    Duration time relative to reservation creation when GCE will automatically delete this resource.
    DeleteAtTime string
    Absolute time in future when the reservation will be auto-deleted by GCE. Timestamp is represented in RFC3339 text format.
    Description string
    An optional description of this resource. Provide this property when you create the resource.
    Name string
    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.
    ResourcePolicies map[string]string
    Resource policies to be added to this reservation. The key is defined by user, and the value is resource policy url. This is to define placement policy with reservation.
    ShareSettings ShareSettings
    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.
    SpecificReservation AllocationSpecificSKUReservation
    Reservation for instances with specific machine shapes.
    SpecificReservationRequired bool
    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.
    Zone string
    Zone in which the reservation resides. A zone must be provided if the reservation is created within a commitment.
    aggregateReservation AllocationAggregateReservation
    Reservation for aggregated resources, providing shape flexibility.
    deleteAfterDuration Duration
    Duration time relative to reservation creation when GCE will automatically delete this resource.
    deleteAtTime String
    Absolute time in future when the reservation will be auto-deleted by GCE. Timestamp is represented in RFC3339 text format.
    description String
    An optional description of this resource. Provide this property when you create the resource.
    name String
    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.
    resourcePolicies Map<String,String>
    Resource policies to be added to this reservation. The key is defined by user, and the value is resource policy url. This is to define placement policy with reservation.
    shareSettings ShareSettings
    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.
    specificReservation AllocationSpecificSKUReservation
    Reservation for instances with specific machine shapes.
    specificReservationRequired Boolean
    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.
    zone String
    Zone in which the reservation resides. A zone must be provided if the reservation is created within a commitment.
    aggregateReservation AllocationAggregateReservation
    Reservation for aggregated resources, providing shape flexibility.
    deleteAfterDuration Duration
    Duration time relative to reservation creation when GCE will automatically delete this resource.
    deleteAtTime string
    Absolute time in future when the reservation will be auto-deleted by GCE. Timestamp is represented in RFC3339 text format.
    description string
    An optional description of this resource. Provide this property when you create the resource.
    name string
    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.
    resourcePolicies {[key: string]: string}
    Resource policies to be added to this reservation. The key is defined by user, and the value is resource policy url. This is to define placement policy with reservation.
    shareSettings ShareSettings
    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.
    specificReservation AllocationSpecificSKUReservation
    Reservation for instances with specific machine shapes.
    specificReservationRequired boolean
    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.
    zone string
    Zone in which the reservation resides. A zone must be provided if the reservation is created within a commitment.
    aggregate_reservation AllocationAggregateReservation
    Reservation for aggregated resources, providing shape flexibility.
    delete_after_duration Duration
    Duration time relative to reservation creation when GCE will automatically delete this resource.
    delete_at_time str
    Absolute time in future when the reservation will be auto-deleted by GCE. Timestamp is represented in RFC3339 text format.
    description str
    An optional description of this resource. Provide this property when you create the resource.
    name str
    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.
    resource_policies Mapping[str, str]
    Resource policies to be added to this reservation. The key is defined by user, and the value is resource policy url. This is to define placement policy with reservation.
    share_settings ShareSettings
    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.
    specific_reservation AllocationSpecificSKUReservation
    Reservation for instances with specific machine shapes.
    specific_reservation_required bool
    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.
    zone str
    Zone in which the reservation resides. A zone must be provided if the reservation is created within a commitment.
    aggregateReservation Property Map
    Reservation for aggregated resources, providing shape flexibility.
    deleteAfterDuration Property Map
    Duration time relative to reservation creation when GCE will automatically delete this resource.
    deleteAtTime String
    Absolute time in future when the reservation will be auto-deleted by GCE. Timestamp is represented in RFC3339 text format.
    description String
    An optional description of this resource. Provide this property when you create the resource.
    name String
    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.
    resourcePolicies Map<String>
    Resource policies to be added to this reservation. The key is defined by user, and the value is resource policy url. This is to define placement policy with reservation.
    shareSettings Property Map
    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.
    specificReservation Property Map
    Reservation for instances with specific machine shapes.
    specificReservationRequired Boolean
    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.
    zone String
    Zone in which the reservation resides. A zone must be provided if the reservation is created within a commitment.

    ReservationResponse, ReservationResponseArgs

    AggregateReservation Pulumi.GoogleNative.Compute.Alpha.Inputs.AllocationAggregateReservationResponse
    Reservation for aggregated resources, providing shape flexibility.
    Commitment string
    Full or partial URL to a parent commitment. This field displays for reservations that are tied to a commitment.
    CreationTimestamp string
    Creation timestamp in RFC3339 text format.
    DeleteAfterDuration Pulumi.GoogleNative.Compute.Alpha.Inputs.DurationResponse
    Duration time relative to reservation creation when GCE will automatically delete this resource.
    DeleteAtTime string
    Absolute time in future when the reservation will be auto-deleted by GCE. Timestamp is represented in RFC3339 text format.
    Description string
    An optional description of this resource. Provide this property when you create the resource.
    Kind string
    Type of the resource. Always compute#reservations for reservations.
    Name string
    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.
    ResourcePolicies Dictionary<string, string>
    Resource policies to be added to this reservation. The key is defined by user, and the value is resource policy url. This is to define placement policy with reservation.
    ResourceStatus Pulumi.GoogleNative.Compute.Alpha.Inputs.AllocationResourceStatusResponse
    Status information for Reservation resource.
    SatisfiesPzs bool
    Reserved for future use.
    SelfLink string
    Server-defined fully-qualified URL for this resource.
    SelfLinkWithId string
    Server-defined URL for this resource with the resource id.
    ShareSettings Pulumi.GoogleNative.Compute.Alpha.Inputs.ShareSettingsResponse
    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.
    SpecificReservation Pulumi.GoogleNative.Compute.Alpha.Inputs.AllocationSpecificSKUReservationResponse
    Reservation for instances with specific machine shapes.
    SpecificReservationRequired bool
    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.
    Status string
    The status of the reservation.
    Zone string
    Zone in which the reservation resides. A zone must be provided if the reservation is created within a commitment.
    AggregateReservation AllocationAggregateReservationResponse
    Reservation for aggregated resources, providing shape flexibility.
    Commitment string
    Full or partial URL to a parent commitment. This field displays for reservations that are tied to a commitment.
    CreationTimestamp string
    Creation timestamp in RFC3339 text format.
    DeleteAfterDuration DurationResponse
    Duration time relative to reservation creation when GCE will automatically delete this resource.
    DeleteAtTime string
    Absolute time in future when the reservation will be auto-deleted by GCE. Timestamp is represented in RFC3339 text format.
    Description string
    An optional description of this resource. Provide this property when you create the resource.
    Kind string
    Type of the resource. Always compute#reservations for reservations.
    Name string
    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.
    ResourcePolicies map[string]string
    Resource policies to be added to this reservation. The key is defined by user, and the value is resource policy url. This is to define placement policy with reservation.
    ResourceStatus AllocationResourceStatusResponse
    Status information for Reservation resource.
    SatisfiesPzs bool
    Reserved for future use.
    SelfLink string
    Server-defined fully-qualified URL for this resource.
    SelfLinkWithId string
    Server-defined URL for this resource with the resource id.
    ShareSettings ShareSettingsResponse
    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.
    SpecificReservation AllocationSpecificSKUReservationResponse
    Reservation for instances with specific machine shapes.
    SpecificReservationRequired bool
    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.
    Status string
    The status of the reservation.
    Zone string
    Zone in which the reservation resides. A zone must be provided if the reservation is created within a commitment.
    aggregateReservation AllocationAggregateReservationResponse
    Reservation for aggregated resources, providing shape flexibility.
    commitment String
    Full or partial URL to a parent commitment. This field displays for reservations that are tied to a commitment.
    creationTimestamp String
    Creation timestamp in RFC3339 text format.
    deleteAfterDuration DurationResponse
    Duration time relative to reservation creation when GCE will automatically delete this resource.
    deleteAtTime String
    Absolute time in future when the reservation will be auto-deleted by GCE. Timestamp is represented in RFC3339 text format.
    description String
    An optional description of this resource. Provide this property when you create the resource.
    kind String
    Type of the resource. Always compute#reservations for reservations.
    name String
    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.
    resourcePolicies Map<String,String>
    Resource policies to be added to this reservation. The key is defined by user, and the value is resource policy url. This is to define placement policy with reservation.
    resourceStatus AllocationResourceStatusResponse
    Status information for Reservation resource.
    satisfiesPzs Boolean
    Reserved for future use.
    selfLink String
    Server-defined fully-qualified URL for this resource.
    selfLinkWithId String
    Server-defined URL for this resource with the resource id.
    shareSettings ShareSettingsResponse
    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.
    specificReservation AllocationSpecificSKUReservationResponse
    Reservation for instances with specific machine shapes.
    specificReservationRequired Boolean
    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.
    status String
    The status of the reservation.
    zone String
    Zone in which the reservation resides. A zone must be provided if the reservation is created within a commitment.
    aggregateReservation AllocationAggregateReservationResponse
    Reservation for aggregated resources, providing shape flexibility.
    commitment string
    Full or partial URL to a parent commitment. This field displays for reservations that are tied to a commitment.
    creationTimestamp string
    Creation timestamp in RFC3339 text format.
    deleteAfterDuration DurationResponse
    Duration time relative to reservation creation when GCE will automatically delete this resource.
    deleteAtTime string
    Absolute time in future when the reservation will be auto-deleted by GCE. Timestamp is represented in RFC3339 text format.
    description string
    An optional description of this resource. Provide this property when you create the resource.
    kind string
    Type of the resource. Always compute#reservations for reservations.
    name string
    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.
    resourcePolicies {[key: string]: string}
    Resource policies to be added to this reservation. The key is defined by user, and the value is resource policy url. This is to define placement policy with reservation.
    resourceStatus AllocationResourceStatusResponse
    Status information for Reservation resource.
    satisfiesPzs boolean
    Reserved for future use.
    selfLink string
    Server-defined fully-qualified URL for this resource.
    selfLinkWithId string
    Server-defined URL for this resource with the resource id.
    shareSettings ShareSettingsResponse
    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.
    specificReservation AllocationSpecificSKUReservationResponse
    Reservation for instances with specific machine shapes.
    specificReservationRequired boolean
    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.
    status string
    The status of the reservation.
    zone string
    Zone in which the reservation resides. A zone must be provided if the reservation is created within a commitment.
    aggregate_reservation AllocationAggregateReservationResponse
    Reservation for aggregated resources, providing shape flexibility.
    commitment str
    Full or partial URL to a parent commitment. This field displays for reservations that are tied to a commitment.
    creation_timestamp str
    Creation timestamp in RFC3339 text format.
    delete_after_duration DurationResponse
    Duration time relative to reservation creation when GCE will automatically delete this resource.
    delete_at_time str
    Absolute time in future when the reservation will be auto-deleted by GCE. Timestamp is represented in RFC3339 text format.
    description str
    An optional description of this resource. Provide this property when you create the resource.
    kind str
    Type of the resource. Always compute#reservations for reservations.
    name str
    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.
    resource_policies Mapping[str, str]
    Resource policies to be added to this reservation. The key is defined by user, and the value is resource policy url. This is to define placement policy with reservation.
    resource_status AllocationResourceStatusResponse
    Status information for Reservation resource.
    satisfies_pzs bool
    Reserved for future use.
    self_link str
    Server-defined fully-qualified URL for this resource.
    self_link_with_id str
    Server-defined URL for this resource with the resource id.
    share_settings ShareSettingsResponse
    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.
    specific_reservation AllocationSpecificSKUReservationResponse
    Reservation for instances with specific machine shapes.
    specific_reservation_required bool
    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.
    status str
    The status of the reservation.
    zone str
    Zone in which the reservation resides. A zone must be provided if the reservation is created within a commitment.
    aggregateReservation Property Map
    Reservation for aggregated resources, providing shape flexibility.
    commitment String
    Full or partial URL to a parent commitment. This field displays for reservations that are tied to a commitment.
    creationTimestamp String
    Creation timestamp in RFC3339 text format.
    deleteAfterDuration Property Map
    Duration time relative to reservation creation when GCE will automatically delete this resource.
    deleteAtTime String
    Absolute time in future when the reservation will be auto-deleted by GCE. Timestamp is represented in RFC3339 text format.
    description String
    An optional description of this resource. Provide this property when you create the resource.
    kind String
    Type of the resource. Always compute#reservations for reservations.
    name String
    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.
    resourcePolicies Map<String>
    Resource policies to be added to this reservation. The key is defined by user, and the value is resource policy url. This is to define placement policy with reservation.
    resourceStatus Property Map
    Status information for Reservation resource.
    satisfiesPzs Boolean
    Reserved for future use.
    selfLink String
    Server-defined fully-qualified URL for this resource.
    selfLinkWithId String
    Server-defined URL for this resource with the resource id.
    shareSettings Property Map
    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.
    specificReservation Property Map
    Reservation for instances with specific machine shapes.
    specificReservationRequired Boolean
    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.
    status String
    The status of the reservation.
    zone String
    Zone in which the reservation resides. A zone must be provided if the reservation is created within a commitment.

    ResourceCommitment, ResourceCommitmentArgs

    AcceleratorType string
    Name of the accelerator type resource. Applicable only when the type is ACCELERATOR.
    Amount string
    The amount of the resource purchased (in a type-dependent unit, such as bytes). For vCPUs, this can just be an integer. For memory, this must be provided in MB. Memory must be a multiple of 256 MB, with up to 6.5GB of memory per every vCPU.
    Type Pulumi.GoogleNative.Compute.Alpha.ResourceCommitmentType
    Type of resource for which this commitment applies. Possible values are VCPU, MEMORY, LOCAL_SSD, and ACCELERATOR.
    AcceleratorType string
    Name of the accelerator type resource. Applicable only when the type is ACCELERATOR.
    Amount string
    The amount of the resource purchased (in a type-dependent unit, such as bytes). For vCPUs, this can just be an integer. For memory, this must be provided in MB. Memory must be a multiple of 256 MB, with up to 6.5GB of memory per every vCPU.
    Type ResourceCommitmentType
    Type of resource for which this commitment applies. Possible values are VCPU, MEMORY, LOCAL_SSD, and ACCELERATOR.
    acceleratorType String
    Name of the accelerator type resource. Applicable only when the type is ACCELERATOR.
    amount String
    The amount of the resource purchased (in a type-dependent unit, such as bytes). For vCPUs, this can just be an integer. For memory, this must be provided in MB. Memory must be a multiple of 256 MB, with up to 6.5GB of memory per every vCPU.
    type ResourceCommitmentType
    Type of resource for which this commitment applies. Possible values are VCPU, MEMORY, LOCAL_SSD, and ACCELERATOR.
    acceleratorType string
    Name of the accelerator type resource. Applicable only when the type is ACCELERATOR.
    amount string
    The amount of the resource purchased (in a type-dependent unit, such as bytes). For vCPUs, this can just be an integer. For memory, this must be provided in MB. Memory must be a multiple of 256 MB, with up to 6.5GB of memory per every vCPU.
    type ResourceCommitmentType
    Type of resource for which this commitment applies. Possible values are VCPU, MEMORY, LOCAL_SSD, and ACCELERATOR.
    accelerator_type str
    Name of the accelerator type resource. Applicable only when the type is ACCELERATOR.
    amount str
    The amount of the resource purchased (in a type-dependent unit, such as bytes). For vCPUs, this can just be an integer. For memory, this must be provided in MB. Memory must be a multiple of 256 MB, with up to 6.5GB of memory per every vCPU.
    type ResourceCommitmentType
    Type of resource for which this commitment applies. Possible values are VCPU, MEMORY, LOCAL_SSD, and ACCELERATOR.
    acceleratorType String
    Name of the accelerator type resource. Applicable only when the type is ACCELERATOR.
    amount String
    The amount of the resource purchased (in a type-dependent unit, such as bytes). For vCPUs, this can just be an integer. For memory, this must be provided in MB. Memory must be a multiple of 256 MB, with up to 6.5GB of memory per every vCPU.
    type "ACCELERATOR" | "LOCAL_SSD" | "MEMORY" | "UNSPECIFIED" | "VCPU"
    Type of resource for which this commitment applies. Possible values are VCPU, MEMORY, LOCAL_SSD, and ACCELERATOR.

    ResourceCommitmentResponse, ResourceCommitmentResponseArgs

    AcceleratorType string
    Name of the accelerator type resource. Applicable only when the type is ACCELERATOR.
    Amount string
    The amount of the resource purchased (in a type-dependent unit, such as bytes). For vCPUs, this can just be an integer. For memory, this must be provided in MB. Memory must be a multiple of 256 MB, with up to 6.5GB of memory per every vCPU.
    Type string
    Type of resource for which this commitment applies. Possible values are VCPU, MEMORY, LOCAL_SSD, and ACCELERATOR.
    AcceleratorType string
    Name of the accelerator type resource. Applicable only when the type is ACCELERATOR.
    Amount string
    The amount of the resource purchased (in a type-dependent unit, such as bytes). For vCPUs, this can just be an integer. For memory, this must be provided in MB. Memory must be a multiple of 256 MB, with up to 6.5GB of memory per every vCPU.
    Type string
    Type of resource for which this commitment applies. Possible values are VCPU, MEMORY, LOCAL_SSD, and ACCELERATOR.
    acceleratorType String
    Name of the accelerator type resource. Applicable only when the type is ACCELERATOR.
    amount String
    The amount of the resource purchased (in a type-dependent unit, such as bytes). For vCPUs, this can just be an integer. For memory, this must be provided in MB. Memory must be a multiple of 256 MB, with up to 6.5GB of memory per every vCPU.
    type String
    Type of resource for which this commitment applies. Possible values are VCPU, MEMORY, LOCAL_SSD, and ACCELERATOR.
    acceleratorType string
    Name of the accelerator type resource. Applicable only when the type is ACCELERATOR.
    amount string
    The amount of the resource purchased (in a type-dependent unit, such as bytes). For vCPUs, this can just be an integer. For memory, this must be provided in MB. Memory must be a multiple of 256 MB, with up to 6.5GB of memory per every vCPU.
    type string
    Type of resource for which this commitment applies. Possible values are VCPU, MEMORY, LOCAL_SSD, and ACCELERATOR.
    accelerator_type str
    Name of the accelerator type resource. Applicable only when the type is ACCELERATOR.
    amount str
    The amount of the resource purchased (in a type-dependent unit, such as bytes). For vCPUs, this can just be an integer. For memory, this must be provided in MB. Memory must be a multiple of 256 MB, with up to 6.5GB of memory per every vCPU.
    type str
    Type of resource for which this commitment applies. Possible values are VCPU, MEMORY, LOCAL_SSD, and ACCELERATOR.
    acceleratorType String
    Name of the accelerator type resource. Applicable only when the type is ACCELERATOR.
    amount String
    The amount of the resource purchased (in a type-dependent unit, such as bytes). For vCPUs, this can just be an integer. For memory, this must be provided in MB. Memory must be a multiple of 256 MB, with up to 6.5GB of memory per every vCPU.
    type String
    Type of resource for which this commitment applies. Possible values are VCPU, MEMORY, LOCAL_SSD, and ACCELERATOR.

    ResourceCommitmentType, ResourceCommitmentTypeArgs

    Accelerator
    ACCELERATOR
    LocalSsd
    LOCAL_SSD
    Memory
    MEMORY
    Unspecified
    UNSPECIFIED
    Vcpu
    VCPU
    ResourceCommitmentTypeAccelerator
    ACCELERATOR
    ResourceCommitmentTypeLocalSsd
    LOCAL_SSD
    ResourceCommitmentTypeMemory
    MEMORY
    ResourceCommitmentTypeUnspecified
    UNSPECIFIED
    ResourceCommitmentTypeVcpu
    VCPU
    Accelerator
    ACCELERATOR
    LocalSsd
    LOCAL_SSD
    Memory
    MEMORY
    Unspecified
    UNSPECIFIED
    Vcpu
    VCPU
    Accelerator
    ACCELERATOR
    LocalSsd
    LOCAL_SSD
    Memory
    MEMORY
    Unspecified
    UNSPECIFIED
    Vcpu
    VCPU
    ACCELERATOR
    ACCELERATOR
    LOCAL_SSD
    LOCAL_SSD
    MEMORY
    MEMORY
    UNSPECIFIED
    UNSPECIFIED
    VCPU
    VCPU
    "ACCELERATOR"
    ACCELERATOR
    "LOCAL_SSD"
    LOCAL_SSD
    "MEMORY"
    MEMORY
    "UNSPECIFIED"
    UNSPECIFIED
    "VCPU"
    VCPU

    ShareSettings, ShareSettingsArgs

    FolderMap Dictionary<string, string>
    A map of folder id and folder config to specify consumer projects for this shared-reservation. This is only valid when share_type's value is DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS. Folder id should be a string of number, and without "folders/" prefix.
    ProjectMap Dictionary<string, string>
    A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
    Projects List<string>
    A List of Project names to specify consumer projects for this shared-reservation. This is only valid when share_type's value is SPECIFIC_PROJECTS.
    ShareType Pulumi.GoogleNative.Compute.Alpha.ShareSettingsShareType
    Type of sharing for this shared-reservation
    FolderMap map[string]string
    A map of folder id and folder config to specify consumer projects for this shared-reservation. This is only valid when share_type's value is DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS. Folder id should be a string of number, and without "folders/" prefix.
    ProjectMap map[string]string
    A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
    Projects []string
    A List of Project names to specify consumer projects for this shared-reservation. This is only valid when share_type's value is SPECIFIC_PROJECTS.
    ShareType ShareSettingsShareType
    Type of sharing for this shared-reservation
    folderMap Map<String,String>
    A map of folder id and folder config to specify consumer projects for this shared-reservation. This is only valid when share_type's value is DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS. Folder id should be a string of number, and without "folders/" prefix.
    projectMap Map<String,String>
    A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
    projects List<String>
    A List of Project names to specify consumer projects for this shared-reservation. This is only valid when share_type's value is SPECIFIC_PROJECTS.
    shareType ShareSettingsShareType
    Type of sharing for this shared-reservation
    folderMap {[key: string]: string}
    A map of folder id and folder config to specify consumer projects for this shared-reservation. This is only valid when share_type's value is DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS. Folder id should be a string of number, and without "folders/" prefix.
    projectMap {[key: string]: string}
    A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
    projects string[]
    A List of Project names to specify consumer projects for this shared-reservation. This is only valid when share_type's value is SPECIFIC_PROJECTS.
    shareType ShareSettingsShareType
    Type of sharing for this shared-reservation
    folder_map Mapping[str, str]
    A map of folder id and folder config to specify consumer projects for this shared-reservation. This is only valid when share_type's value is DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS. Folder id should be a string of number, and without "folders/" prefix.
    project_map Mapping[str, str]
    A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
    projects Sequence[str]
    A List of Project names to specify consumer projects for this shared-reservation. This is only valid when share_type's value is SPECIFIC_PROJECTS.
    share_type ShareSettingsShareType
    Type of sharing for this shared-reservation
    folderMap Map<String>
    A map of folder id and folder config to specify consumer projects for this shared-reservation. This is only valid when share_type's value is DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS. Folder id should be a string of number, and without "folders/" prefix.
    projectMap Map<String>
    A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
    projects List<String>
    A List of Project names to specify consumer projects for this shared-reservation. This is only valid when share_type's value is SPECIFIC_PROJECTS.
    shareType "DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS" | "LOCAL" | "ORGANIZATION" | "SHARE_TYPE_UNSPECIFIED" | "SPECIFIC_PROJECTS"
    Type of sharing for this shared-reservation

    ShareSettingsResponse, ShareSettingsResponseArgs

    FolderMap Dictionary<string, string>
    A map of folder id and folder config to specify consumer projects for this shared-reservation. This is only valid when share_type's value is DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS. Folder id should be a string of number, and without "folders/" prefix.
    ProjectMap Dictionary<string, string>
    A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
    Projects List<string>
    A List of Project names to specify consumer projects for this shared-reservation. This is only valid when share_type's value is SPECIFIC_PROJECTS.
    ShareType string
    Type of sharing for this shared-reservation
    FolderMap map[string]string
    A map of folder id and folder config to specify consumer projects for this shared-reservation. This is only valid when share_type's value is DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS. Folder id should be a string of number, and without "folders/" prefix.
    ProjectMap map[string]string
    A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
    Projects []string
    A List of Project names to specify consumer projects for this shared-reservation. This is only valid when share_type's value is SPECIFIC_PROJECTS.
    ShareType string
    Type of sharing for this shared-reservation
    folderMap Map<String,String>
    A map of folder id and folder config to specify consumer projects for this shared-reservation. This is only valid when share_type's value is DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS. Folder id should be a string of number, and without "folders/" prefix.
    projectMap Map<String,String>
    A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
    projects List<String>
    A List of Project names to specify consumer projects for this shared-reservation. This is only valid when share_type's value is SPECIFIC_PROJECTS.
    shareType String
    Type of sharing for this shared-reservation
    folderMap {[key: string]: string}
    A map of folder id and folder config to specify consumer projects for this shared-reservation. This is only valid when share_type's value is DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS. Folder id should be a string of number, and without "folders/" prefix.
    projectMap {[key: string]: string}
    A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
    projects string[]
    A List of Project names to specify consumer projects for this shared-reservation. This is only valid when share_type's value is SPECIFIC_PROJECTS.
    shareType string
    Type of sharing for this shared-reservation
    folder_map Mapping[str, str]
    A map of folder id and folder config to specify consumer projects for this shared-reservation. This is only valid when share_type's value is DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS. Folder id should be a string of number, and without "folders/" prefix.
    project_map Mapping[str, str]
    A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
    projects Sequence[str]
    A List of Project names to specify consumer projects for this shared-reservation. This is only valid when share_type's value is SPECIFIC_PROJECTS.
    share_type str
    Type of sharing for this shared-reservation
    folderMap Map<String>
    A map of folder id and folder config to specify consumer projects for this shared-reservation. This is only valid when share_type's value is DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS. Folder id should be a string of number, and without "folders/" prefix.
    projectMap Map<String>
    A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
    projects List<String>
    A List of Project names to specify consumer projects for this shared-reservation. This is only valid when share_type's value is SPECIFIC_PROJECTS.
    shareType String
    Type of sharing for this shared-reservation

    ShareSettingsShareType, ShareSettingsShareTypeArgs

    DirectProjectsUnderSpecificFolders
    DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERSShared-reservation is open to direct child projects of specific folders.
    Local
    LOCALDefault value.
    Organization
    ORGANIZATIONShared-reservation is open to entire Organization
    ShareTypeUnspecified
    SHARE_TYPE_UNSPECIFIEDDefault value. This value is unused.
    SpecificProjects
    SPECIFIC_PROJECTSShared-reservation is open to specific projects
    ShareSettingsShareTypeDirectProjectsUnderSpecificFolders
    DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERSShared-reservation is open to direct child projects of specific folders.
    ShareSettingsShareTypeLocal
    LOCALDefault value.
    ShareSettingsShareTypeOrganization
    ORGANIZATIONShared-reservation is open to entire Organization
    ShareSettingsShareTypeShareTypeUnspecified
    SHARE_TYPE_UNSPECIFIEDDefault value. This value is unused.
    ShareSettingsShareTypeSpecificProjects
    SPECIFIC_PROJECTSShared-reservation is open to specific projects
    DirectProjectsUnderSpecificFolders
    DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERSShared-reservation is open to direct child projects of specific folders.
    Local
    LOCALDefault value.
    Organization
    ORGANIZATIONShared-reservation is open to entire Organization
    ShareTypeUnspecified
    SHARE_TYPE_UNSPECIFIEDDefault value. This value is unused.
    SpecificProjects
    SPECIFIC_PROJECTSShared-reservation is open to specific projects
    DirectProjectsUnderSpecificFolders
    DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERSShared-reservation is open to direct child projects of specific folders.
    Local
    LOCALDefault value.
    Organization
    ORGANIZATIONShared-reservation is open to entire Organization
    ShareTypeUnspecified
    SHARE_TYPE_UNSPECIFIEDDefault value. This value is unused.
    SpecificProjects
    SPECIFIC_PROJECTSShared-reservation is open to specific projects
    DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS
    DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERSShared-reservation is open to direct child projects of specific folders.
    LOCAL
    LOCALDefault value.
    ORGANIZATION
    ORGANIZATIONShared-reservation is open to entire Organization
    SHARE_TYPE_UNSPECIFIED
    SHARE_TYPE_UNSPECIFIEDDefault value. This value is unused.
    SPECIFIC_PROJECTS
    SPECIFIC_PROJECTSShared-reservation is open to specific projects
    "DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERS"
    DIRECT_PROJECTS_UNDER_SPECIFIC_FOLDERSShared-reservation is open to direct child projects of specific folders.
    "LOCAL"
    LOCALDefault value.
    "ORGANIZATION"
    ORGANIZATIONShared-reservation is open to entire Organization
    "SHARE_TYPE_UNSPECIFIED"
    SHARE_TYPE_UNSPECIFIEDDefault value. This value is unused.
    "SPECIFIC_PROJECTS"
    SPECIFIC_PROJECTSShared-reservation is open to specific projects

    Package Details

    Repository
    Google Cloud Native pulumi/pulumi-google-native
    License
    Apache-2.0
    google-native logo

    Google Cloud Native is in preview. Google Cloud Classic is fully supported.

    Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi