Google Cloud Native is in preview. Google Cloud Classic is fully supported.
google-native.compute/v1.RegionCommitment
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
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
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new RegionCommitment(name: string, args: RegionCommitmentArgs, opts?: CustomResourceOptions);@overload
def RegionCommitment(resource_name: str,
                     args: RegionCommitmentArgs,
                     opts: Optional[ResourceOptions] = None)
@overload
def RegionCommitment(resource_name: str,
                     opts: Optional[ResourceOptions] = None,
                     region: Optional[str] = None,
                     plan: Optional[RegionCommitmentPlan] = None,
                     description: Optional[str] = None,
                     license_resource: Optional[LicenseResourceCommitmentArgs] = None,
                     merge_source_commitments: Optional[Sequence[str]] = None,
                     name: Optional[str] = None,
                     auto_renew: Optional[bool] = None,
                     project: Optional[str] = None,
                     category: Optional[RegionCommitmentCategory] = 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)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/v1:RegionCommitment
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
Parameters
- 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.
Constructor example
The following reference example uses placeholder values for all input properties.
var exampleregionCommitmentResourceResourceFromComputev1 = new GoogleNative.Compute.V1.RegionCommitment("exampleregionCommitmentResourceResourceFromComputev1", new()
{
    Region = "string",
    Plan = GoogleNative.Compute.V1.RegionCommitmentPlan.Invalid,
    Description = "string",
    LicenseResource = new GoogleNative.Compute.V1.Inputs.LicenseResourceCommitmentArgs
    {
        Amount = "string",
        CoresPerLicense = "string",
        License = "string",
    },
    MergeSourceCommitments = new[]
    {
        "string",
    },
    Name = "string",
    AutoRenew = false,
    Project = "string",
    Category = GoogleNative.Compute.V1.RegionCommitmentCategory.CategoryUnspecified,
    RequestId = "string",
    Reservations = new[]
    {
        new GoogleNative.Compute.V1.Inputs.ReservationArgs
        {
            Description = "string",
            Name = "string",
            ResourcePolicies = 
            {
                { "string", "string" },
            },
            ShareSettings = new GoogleNative.Compute.V1.Inputs.ShareSettingsArgs
            {
                ProjectMap = 
                {
                    { "string", "string" },
                },
                ShareType = GoogleNative.Compute.V1.ShareSettingsShareType.Local,
            },
            SpecificReservation = new GoogleNative.Compute.V1.Inputs.AllocationSpecificSKUReservationArgs
            {
                Count = "string",
                InstanceProperties = new GoogleNative.Compute.V1.Inputs.AllocationSpecificSKUAllocationReservedInstancePropertiesArgs
                {
                    GuestAccelerators = new[]
                    {
                        new GoogleNative.Compute.V1.Inputs.AcceleratorConfigArgs
                        {
                            AcceleratorCount = 0,
                            AcceleratorType = "string",
                        },
                    },
                    LocalSsds = new[]
                    {
                        new GoogleNative.Compute.V1.Inputs.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskArgs
                        {
                            DiskSizeGb = "string",
                            Interface = GoogleNative.Compute.V1.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskInterface.Nvme,
                        },
                    },
                    LocationHint = "string",
                    MachineType = "string",
                    MinCpuPlatform = "string",
                },
                SourceInstanceTemplate = "string",
            },
            SpecificReservationRequired = false,
            Zone = "string",
        },
    },
    Resources = new[]
    {
        new GoogleNative.Compute.V1.Inputs.ResourceCommitmentArgs
        {
            AcceleratorType = "string",
            Amount = "string",
            Type = GoogleNative.Compute.V1.ResourceCommitmentType.Accelerator,
        },
    },
    SplitSourceCommitment = "string",
    Type = GoogleNative.Compute.V1.RegionCommitmentType.AcceleratorOptimized,
});
example, err := computev1.NewRegionCommitment(ctx, "exampleregionCommitmentResourceResourceFromComputev1", &computev1.RegionCommitmentArgs{
	Region:      pulumi.String("string"),
	Plan:        computev1.RegionCommitmentPlanInvalid,
	Description: pulumi.String("string"),
	LicenseResource: &compute.LicenseResourceCommitmentArgs{
		Amount:          pulumi.String("string"),
		CoresPerLicense: pulumi.String("string"),
		License:         pulumi.String("string"),
	},
	MergeSourceCommitments: pulumi.StringArray{
		pulumi.String("string"),
	},
	Name:      pulumi.String("string"),
	AutoRenew: pulumi.Bool(false),
	Project:   pulumi.String("string"),
	Category:  computev1.RegionCommitmentCategoryCategoryUnspecified,
	RequestId: pulumi.String("string"),
	Reservations: compute.ReservationTypeArray{
		&compute.ReservationTypeArgs{
			Description: pulumi.String("string"),
			Name:        pulumi.String("string"),
			ResourcePolicies: pulumi.StringMap{
				"string": pulumi.String("string"),
			},
			ShareSettings: &compute.ShareSettingsArgs{
				ProjectMap: pulumi.StringMap{
					"string": pulumi.String("string"),
				},
				ShareType: computev1.ShareSettingsShareTypeLocal,
			},
			SpecificReservation: &compute.AllocationSpecificSKUReservationArgs{
				Count: pulumi.String("string"),
				InstanceProperties: &compute.AllocationSpecificSKUAllocationReservedInstancePropertiesArgs{
					GuestAccelerators: compute.AcceleratorConfigArray{
						&compute.AcceleratorConfigArgs{
							AcceleratorCount: pulumi.Int(0),
							AcceleratorType:  pulumi.String("string"),
						},
					},
					LocalSsds: compute.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskArray{
						&compute.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskArgs{
							DiskSizeGb: pulumi.String("string"),
							Interface:  computev1.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskInterfaceNvme,
						},
					},
					LocationHint:   pulumi.String("string"),
					MachineType:    pulumi.String("string"),
					MinCpuPlatform: pulumi.String("string"),
				},
				SourceInstanceTemplate: pulumi.String("string"),
			},
			SpecificReservationRequired: pulumi.Bool(false),
			Zone:                        pulumi.String("string"),
		},
	},
	Resources: compute.ResourceCommitmentArray{
		&compute.ResourceCommitmentArgs{
			AcceleratorType: pulumi.String("string"),
			Amount:          pulumi.String("string"),
			Type:            computev1.ResourceCommitmentTypeAccelerator,
		},
	},
	SplitSourceCommitment: pulumi.String("string"),
	Type:                  computev1.RegionCommitmentTypeAcceleratorOptimized,
})
var exampleregionCommitmentResourceResourceFromComputev1 = new RegionCommitment("exampleregionCommitmentResourceResourceFromComputev1", RegionCommitmentArgs.builder()
    .region("string")
    .plan("INVALID")
    .description("string")
    .licenseResource(LicenseResourceCommitmentArgs.builder()
        .amount("string")
        .coresPerLicense("string")
        .license("string")
        .build())
    .mergeSourceCommitments("string")
    .name("string")
    .autoRenew(false)
    .project("string")
    .category("CATEGORY_UNSPECIFIED")
    .requestId("string")
    .reservations(ReservationArgs.builder()
        .description("string")
        .name("string")
        .resourcePolicies(Map.of("string", "string"))
        .shareSettings(ShareSettingsArgs.builder()
            .projectMap(Map.of("string", "string"))
            .shareType("LOCAL")
            .build())
        .specificReservation(AllocationSpecificSKUReservationArgs.builder()
            .count("string")
            .instanceProperties(AllocationSpecificSKUAllocationReservedInstancePropertiesArgs.builder()
                .guestAccelerators(AcceleratorConfigArgs.builder()
                    .acceleratorCount(0)
                    .acceleratorType("string")
                    .build())
                .localSsds(AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskArgs.builder()
                    .diskSizeGb("string")
                    .interface_("NVME")
                    .build())
                .locationHint("string")
                .machineType("string")
                .minCpuPlatform("string")
                .build())
            .sourceInstanceTemplate("string")
            .build())
        .specificReservationRequired(false)
        .zone("string")
        .build())
    .resources(ResourceCommitmentArgs.builder()
        .acceleratorType("string")
        .amount("string")
        .type("ACCELERATOR")
        .build())
    .splitSourceCommitment("string")
    .type("ACCELERATOR_OPTIMIZED")
    .build());
exampleregion_commitment_resource_resource_from_computev1 = google_native.compute.v1.RegionCommitment("exampleregionCommitmentResourceResourceFromComputev1",
    region="string",
    plan=google_native.compute.v1.RegionCommitmentPlan.INVALID,
    description="string",
    license_resource={
        "amount": "string",
        "cores_per_license": "string",
        "license": "string",
    },
    merge_source_commitments=["string"],
    name="string",
    auto_renew=False,
    project="string",
    category=google_native.compute.v1.RegionCommitmentCategory.CATEGORY_UNSPECIFIED,
    request_id="string",
    reservations=[{
        "description": "string",
        "name": "string",
        "resource_policies": {
            "string": "string",
        },
        "share_settings": {
            "project_map": {
                "string": "string",
            },
            "share_type": google_native.compute.v1.ShareSettingsShareType.LOCAL,
        },
        "specific_reservation": {
            "count": "string",
            "instance_properties": {
                "guest_accelerators": [{
                    "accelerator_count": 0,
                    "accelerator_type": "string",
                }],
                "local_ssds": [{
                    "disk_size_gb": "string",
                    "interface": google_native.compute.v1.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskInterface.NVME,
                }],
                "location_hint": "string",
                "machine_type": "string",
                "min_cpu_platform": "string",
            },
            "source_instance_template": "string",
        },
        "specific_reservation_required": False,
        "zone": "string",
    }],
    resources=[{
        "accelerator_type": "string",
        "amount": "string",
        "type": google_native.compute.v1.ResourceCommitmentType.ACCELERATOR,
    }],
    split_source_commitment="string",
    type=google_native.compute.v1.RegionCommitmentType.ACCELERATOR_OPTIMIZED)
const exampleregionCommitmentResourceResourceFromComputev1 = new google_native.compute.v1.RegionCommitment("exampleregionCommitmentResourceResourceFromComputev1", {
    region: "string",
    plan: google_native.compute.v1.RegionCommitmentPlan.Invalid,
    description: "string",
    licenseResource: {
        amount: "string",
        coresPerLicense: "string",
        license: "string",
    },
    mergeSourceCommitments: ["string"],
    name: "string",
    autoRenew: false,
    project: "string",
    category: google_native.compute.v1.RegionCommitmentCategory.CategoryUnspecified,
    requestId: "string",
    reservations: [{
        description: "string",
        name: "string",
        resourcePolicies: {
            string: "string",
        },
        shareSettings: {
            projectMap: {
                string: "string",
            },
            shareType: google_native.compute.v1.ShareSettingsShareType.Local,
        },
        specificReservation: {
            count: "string",
            instanceProperties: {
                guestAccelerators: [{
                    acceleratorCount: 0,
                    acceleratorType: "string",
                }],
                localSsds: [{
                    diskSizeGb: "string",
                    "interface": google_native.compute.v1.AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskInterface.Nvme,
                }],
                locationHint: "string",
                machineType: "string",
                minCpuPlatform: "string",
            },
            sourceInstanceTemplate: "string",
        },
        specificReservationRequired: false,
        zone: "string",
    }],
    resources: [{
        acceleratorType: "string",
        amount: "string",
        type: google_native.compute.v1.ResourceCommitmentType.Accelerator,
    }],
    splitSourceCommitment: "string",
    type: google_native.compute.v1.RegionCommitmentType.AcceleratorOptimized,
});
type: google-native:compute/v1:RegionCommitment
properties:
    autoRenew: false
    category: CATEGORY_UNSPECIFIED
    description: string
    licenseResource:
        amount: string
        coresPerLicense: string
        license: string
    mergeSourceCommitments:
        - string
    name: string
    plan: INVALID
    project: string
    region: string
    requestId: string
    reservations:
        - description: string
          name: string
          resourcePolicies:
            string: string
          shareSettings:
            projectMap:
                string: string
            shareType: LOCAL
          specificReservation:
            count: string
            instanceProperties:
                guestAccelerators:
                    - acceleratorCount: 0
                      acceleratorType: string
                localSsds:
                    - diskSizeGb: string
                      interface: NVME
                locationHint: string
                machineType: string
                minCpuPlatform: string
            sourceInstanceTemplate: string
          specificReservationRequired: false
          zone: string
    resources:
        - acceleratorType: string
          amount: string
          type: ACCELERATOR
    splitSourceCommitment: string
    type: ACCELERATOR_OPTIMIZED
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
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
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.Google Native. Compute. V1. Region Commitment Category 
- 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.
- LicenseResource Pulumi.Google Native. Compute. V1. Inputs. License Resource Commitment 
- The license specification required as part of a license commitment.
- MergeSource List<string>Commitments 
- 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.Google Native. Compute. V1. Region Commitment Plan 
- 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.Google Native. Compute. V1. Inputs. Reservation> 
- List of create-on-create reseravtions for this commitment.
- Resources
List<Pulumi.Google Native. Compute. V1. Inputs. Resource Commitment> 
- A list of commitment amounts for particular resources. Note that VCPU and MEMORY resource commitments must occur together.
- SplitSource stringCommitment 
- Source commitment to be split into a new commitment.
- Type
Pulumi.Google Native. Compute. V1. Region Commitment Type 
- 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
RegionCommitment Category 
- 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.
- LicenseResource LicenseResource Commitment Args 
- The license specification required as part of a license commitment.
- MergeSource []stringCommitments 
- 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
RegionCommitment Plan 
- 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
[]ReservationType Args 
- List of create-on-create reseravtions for this commitment.
- Resources
[]ResourceCommitment Args 
- A list of commitment amounts for particular resources. Note that VCPU and MEMORY resource commitments must occur together.
- SplitSource stringCommitment 
- Source commitment to be split into a new commitment.
- Type
RegionCommitment Type 
- 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
RegionCommitment Category 
- 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.
- licenseResource LicenseResource Commitment 
- The license specification required as part of a license commitment.
- mergeSource List<String>Commitments 
- 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
RegionCommitment Plan 
- 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.
- splitSource StringCommitment 
- Source commitment to be split into a new commitment.
- type
RegionCommitment Type 
- 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
RegionCommitment Category 
- 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.
- licenseResource LicenseResource Commitment 
- The license specification required as part of a license commitment.
- mergeSource string[]Commitments 
- 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
RegionCommitment Plan 
- 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.
- splitSource stringCommitment 
- Source commitment to be split into a new commitment.
- type
RegionCommitment Type 
- 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
RegionCommitment Category 
- 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.
- license_resource LicenseResource Commitment Args 
- The license specification required as part of a license commitment.
- merge_source_ Sequence[str]commitments 
- 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
RegionCommitment Plan 
- 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[ResourceCommitment Args] 
- A list of commitment amounts for particular resources. Note that VCPU and MEMORY resource commitments must occur together.
- split_source_ strcommitment 
- Source commitment to be split into a new commitment.
- type
RegionCommitment Type 
- 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.
- licenseResource Property Map
- The license specification required as part of a license commitment.
- mergeSource List<String>Commitments 
- 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.
- splitSource StringCommitment 
- 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.
- SelfLink string
- Server-defined URL for the resource.
- 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.
- SelfLink string
- Server-defined URL for the resource.
- 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.
- selfLink String
- Server-defined URL for the resource.
- 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.
- selfLink string
- Server-defined URL for the resource.
- 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.
- self_link str
- Server-defined URL for the resource.
- 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.
- selfLink String
- Server-defined URL for the resource.
- 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.
AllocationResourceStatusResponse, AllocationResourceStatusResponseArgs        
- SpecificSku Pulumi.Allocation Google Native. Compute. V1. Inputs. Allocation Resource Status Specific SKUAllocation Response 
- Allocation Properties of this reservation.
- SpecificSku AllocationAllocation Resource Status Specific SKUAllocation Response 
- Allocation Properties of this reservation.
- specificSku AllocationAllocation Resource Status Specific SKUAllocation Response 
- Allocation Properties of this reservation.
- specificSku AllocationAllocation Resource Status Specific SKUAllocation Response 
- Allocation Properties of this reservation.
- specific_sku_ Allocationallocation Resource Status Specific SKUAllocation Response 
- Allocation Properties of this reservation.
- specificSku Property MapAllocation 
- Allocation Properties of this reservation.
AllocationResourceStatusSpecificSKUAllocationResponse, AllocationResourceStatusSpecificSKUAllocationResponseArgs            
- SourceInstance stringTemplate Id 
- ID of the instance template used to populate reservation properties.
- SourceInstance stringTemplate Id 
- ID of the instance template used to populate reservation properties.
- sourceInstance StringTemplate Id 
- ID of the instance template used to populate reservation properties.
- sourceInstance stringTemplate Id 
- ID of the instance template used to populate reservation properties.
- source_instance_ strtemplate_ id 
- ID of the instance template used to populate reservation properties.
- sourceInstance StringTemplate Id 
- ID of the instance template used to populate reservation properties.
AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDisk, AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskArgs                
- DiskSize stringGb 
- Specifies the size of the disk in base-2 GB.
- Interface
Pulumi.Google Native. Compute. V1. Allocation Specific SKUAllocation Allocated Instance Properties Reserved Disk Interface 
- 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.
- DiskSize stringGb 
- Specifies the size of the disk in base-2 GB.
- Interface
AllocationSpecific SKUAllocation Allocated Instance Properties Reserved Disk Interface 
- 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.
- diskSize StringGb 
- Specifies the size of the disk in base-2 GB.
- interface_
AllocationSpecific SKUAllocation Allocated Instance Properties Reserved Disk Interface 
- 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.
- diskSize stringGb 
- Specifies the size of the disk in base-2 GB.
- interface
AllocationSpecific SKUAllocation Allocated Instance Properties Reserved Disk Interface 
- 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_ strgb 
- Specifies the size of the disk in base-2 GB.
- interface
AllocationSpecific SKUAllocation Allocated Instance Properties Reserved Disk Interface 
- 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.
- diskSize StringGb 
- Specifies the size of the disk in base-2 GB.
- interface "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                  
- Nvme
- NVME
- Scsi
- SCSI
- AllocationSpecific SKUAllocation Allocated Instance Properties Reserved Disk Interface Nvme 
- NVME
- AllocationSpecific SKUAllocation Allocated Instance Properties Reserved Disk Interface Scsi 
- SCSI
- Nvme
- NVME
- Scsi
- SCSI
- Nvme
- NVME
- Scsi
- SCSI
- NVME
- NVME
- SCSI
- SCSI
- "NVME"
- NVME
- "SCSI"
- SCSI
AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskResponse, AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskResponseArgs                  
- DiskSize stringGb 
- 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.
- DiskSize stringGb 
- 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.
- diskSize StringGb 
- 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.
- diskSize stringGb 
- 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_ strgb 
- 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.
- diskSize StringGb 
- 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.Google Native. Compute. V1. Inputs. Accelerator Config> 
- Specifies accelerator type and count.
- LocalSsds List<Pulumi.Google Native. Compute. V1. Inputs. Allocation Specific SKUAllocation Allocated Instance Properties Reserved Disk> 
- 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.
- MinCpu stringPlatform 
- Minimum cpu platform the reservation.
- GuestAccelerators []AcceleratorConfig 
- Specifies accelerator type and count.
- LocalSsds []AllocationSpecific SKUAllocation Allocated Instance Properties Reserved Disk 
- 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.
- MinCpu stringPlatform 
- Minimum cpu platform the reservation.
- guestAccelerators List<AcceleratorConfig> 
- Specifies accelerator type and count.
- localSsds List<AllocationSpecific SKUAllocation Allocated Instance Properties Reserved Disk> 
- 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.
- minCpu StringPlatform 
- Minimum cpu platform the reservation.
- guestAccelerators AcceleratorConfig[] 
- Specifies accelerator type and count.
- localSsds AllocationSpecific SKUAllocation Allocated Instance Properties Reserved Disk[] 
- 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.
- minCpu stringPlatform 
- Minimum cpu platform the reservation.
- guest_accelerators Sequence[AcceleratorConfig] 
- Specifies accelerator type and count.
- local_ssds Sequence[AllocationSpecific SKUAllocation Allocated Instance Properties Reserved Disk] 
- 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.
- min_cpu_ strplatform 
- 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.
- minCpu StringPlatform 
- Minimum cpu platform the reservation.
AllocationSpecificSKUAllocationReservedInstancePropertiesResponse, AllocationSpecificSKUAllocationReservedInstancePropertiesResponseArgs              
- GuestAccelerators List<Pulumi.Google Native. Compute. V1. Inputs. Accelerator Config Response> 
- Specifies accelerator type and count.
- LocalSsds List<Pulumi.Google Native. Compute. V1. Inputs. Allocation Specific SKUAllocation Allocated Instance Properties Reserved Disk Response> 
- 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.
- MinCpu stringPlatform 
- Minimum cpu platform the reservation.
- GuestAccelerators []AcceleratorConfig Response 
- Specifies accelerator type and count.
- LocalSsds []AllocationSpecific SKUAllocation Allocated Instance Properties Reserved Disk Response 
- 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.
- MinCpu stringPlatform 
- Minimum cpu platform the reservation.
- guestAccelerators List<AcceleratorConfig Response> 
- Specifies accelerator type and count.
- localSsds List<AllocationSpecific SKUAllocation Allocated Instance Properties Reserved Disk Response> 
- 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.
- minCpu StringPlatform 
- Minimum cpu platform the reservation.
- guestAccelerators AcceleratorConfig Response[] 
- Specifies accelerator type and count.
- localSsds AllocationSpecific SKUAllocation Allocated Instance Properties Reserved Disk Response[] 
- 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.
- minCpu stringPlatform 
- Minimum cpu platform the reservation.
- guest_accelerators Sequence[AcceleratorConfig Response] 
- Specifies accelerator type and count.
- local_ssds Sequence[AllocationSpecific SKUAllocation Allocated Instance Properties Reserved Disk Response] 
- 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.
- min_cpu_ strplatform 
- 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.
- minCpu StringPlatform 
- Minimum cpu platform the reservation.
AllocationSpecificSKUReservation, AllocationSpecificSKUReservationArgs      
- Count string
- Specifies the number of resources that are allocated.
- InstanceProperties Pulumi.Google Native. Compute. V1. Inputs. Allocation Specific SKUAllocation Reserved Instance Properties 
- The instance properties for the reservation.
- SourceInstance stringTemplate 
- 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 AllocationSpecific SKUAllocation Reserved Instance Properties 
- The instance properties for the reservation.
- SourceInstance stringTemplate 
- 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 AllocationSpecific SKUAllocation Reserved Instance Properties 
- The instance properties for the reservation.
- sourceInstance StringTemplate 
- 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 AllocationSpecific SKUAllocation Reserved Instance Properties 
- The instance properties for the reservation.
- sourceInstance stringTemplate 
- 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 AllocationSpecific SKUAllocation Reserved Instance Properties 
- The instance properties for the reservation.
- source_instance_ strtemplate 
- 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.
- sourceInstance StringTemplate 
- 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.
- InUse stringCount 
- Indicates how many instances are in use.
- InstanceProperties Pulumi.Google Native. Compute. V1. Inputs. Allocation Specific SKUAllocation Reserved Instance Properties Response 
- The instance properties for the reservation.
- SourceInstance stringTemplate 
- 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.
- InUse stringCount 
- Indicates how many instances are in use.
- InstanceProperties AllocationSpecific SKUAllocation Reserved Instance Properties Response 
- The instance properties for the reservation.
- SourceInstance stringTemplate 
- 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.
- inUse StringCount 
- Indicates how many instances are in use.
- instanceProperties AllocationSpecific SKUAllocation Reserved Instance Properties Response 
- The instance properties for the reservation.
- sourceInstance StringTemplate 
- 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.
- inUse stringCount 
- Indicates how many instances are in use.
- instanceProperties AllocationSpecific SKUAllocation Reserved Instance Properties Response 
- The instance properties for the reservation.
- sourceInstance stringTemplate 
- 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_ strcount 
- Indicates how many instances are in use.
- instance_properties AllocationSpecific SKUAllocation Reserved Instance Properties Response 
- The instance properties for the reservation.
- source_instance_ strtemplate 
- 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.
- inUse StringCount 
- Indicates how many instances are in use.
- instanceProperties Property Map
- The instance properties for the reservation.
- sourceInstance StringTemplate 
- 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
LicenseResourceCommitment, LicenseResourceCommitmentArgs      
- Amount string
- The number of licenses purchased.
- CoresPer stringLicense 
- 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.
- CoresPer stringLicense 
- 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.
- coresPer StringLicense 
- 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.
- coresPer stringLicense 
- 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_ strlicense 
- 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.
- coresPer StringLicense 
- 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.
- CoresPer stringLicense 
- 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.
- CoresPer stringLicense 
- 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.
- coresPer StringLicense 
- 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.
- coresPer stringLicense 
- 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_ strlicense 
- 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.
- coresPer StringLicense 
- Specifies the core range of the instance for which this license applies.
- license String
- Any applicable license URI.
RegionCommitmentCategory, RegionCommitmentCategoryArgs      
- CategoryUnspecified 
- CATEGORY_UNSPECIFIED
- License
- LICENSE
- Machine
- MACHINE
- RegionCommitment Category Category Unspecified 
- CATEGORY_UNSPECIFIED
- RegionCommitment Category License 
- LICENSE
- RegionCommitment Category Machine 
- 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
- ThirtySix Month 
- THIRTY_SIX_MONTH
- TwelveMonth 
- TWELVE_MONTH
- RegionCommitment Plan Invalid 
- INVALID
- RegionCommitment Plan Thirty Six Month 
- THIRTY_SIX_MONTH
- RegionCommitment Plan Twelve Month 
- TWELVE_MONTH
- Invalid
- INVALID
- ThirtySix Month 
- THIRTY_SIX_MONTH
- TwelveMonth 
- TWELVE_MONTH
- Invalid
- INVALID
- ThirtySix Month 
- 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
- AcceleratorOptimized A3 
- ACCELERATOR_OPTIMIZED_A3
- ComputeOptimized 
- COMPUTE_OPTIMIZED
- ComputeOptimized C2d 
- COMPUTE_OPTIMIZED_C2D
- ComputeOptimized C3 
- COMPUTE_OPTIMIZED_C3
- ComputeOptimized C3d 
- COMPUTE_OPTIMIZED_C3D
- ComputeOptimized H3 
- COMPUTE_OPTIMIZED_H3
- GeneralPurpose 
- GENERAL_PURPOSE
- GeneralPurpose E2 
- GENERAL_PURPOSE_E2
- GeneralPurpose N2 
- GENERAL_PURPOSE_N2
- GeneralPurpose N2d 
- GENERAL_PURPOSE_N2D
- GeneralPurpose T2d 
- GENERAL_PURPOSE_T2D
- GraphicsOptimized 
- GRAPHICS_OPTIMIZED
- MemoryOptimized 
- MEMORY_OPTIMIZED
- MemoryOptimized M3 
- MEMORY_OPTIMIZED_M3
- TypeUnspecified 
- TYPE_UNSPECIFIED
- RegionCommitment Type Accelerator Optimized 
- ACCELERATOR_OPTIMIZED
- RegionCommitment Type Accelerator Optimized A3 
- ACCELERATOR_OPTIMIZED_A3
- RegionCommitment Type Compute Optimized 
- COMPUTE_OPTIMIZED
- RegionCommitment Type Compute Optimized C2d 
- COMPUTE_OPTIMIZED_C2D
- RegionCommitment Type Compute Optimized C3 
- COMPUTE_OPTIMIZED_C3
- RegionCommitment Type Compute Optimized C3d 
- COMPUTE_OPTIMIZED_C3D
- RegionCommitment Type Compute Optimized H3 
- COMPUTE_OPTIMIZED_H3
- RegionCommitment Type General Purpose 
- GENERAL_PURPOSE
- RegionCommitment Type General Purpose E2 
- GENERAL_PURPOSE_E2
- RegionCommitment Type General Purpose N2 
- GENERAL_PURPOSE_N2
- RegionCommitment Type General Purpose N2d 
- GENERAL_PURPOSE_N2D
- RegionCommitment Type General Purpose T2d 
- GENERAL_PURPOSE_T2D
- RegionCommitment Type Graphics Optimized 
- GRAPHICS_OPTIMIZED
- RegionCommitment Type Memory Optimized 
- MEMORY_OPTIMIZED
- RegionCommitment Type Memory Optimized M3 
- MEMORY_OPTIMIZED_M3
- RegionCommitment Type Type Unspecified 
- TYPE_UNSPECIFIED
- AcceleratorOptimized 
- ACCELERATOR_OPTIMIZED
- AcceleratorOptimized A3 
- ACCELERATOR_OPTIMIZED_A3
- ComputeOptimized 
- COMPUTE_OPTIMIZED
- ComputeOptimized C2d 
- COMPUTE_OPTIMIZED_C2D
- ComputeOptimized C3 
- COMPUTE_OPTIMIZED_C3
- ComputeOptimized C3d 
- COMPUTE_OPTIMIZED_C3D
- ComputeOptimized H3 
- COMPUTE_OPTIMIZED_H3
- GeneralPurpose 
- GENERAL_PURPOSE
- GeneralPurpose E2 
- GENERAL_PURPOSE_E2
- GeneralPurpose N2 
- GENERAL_PURPOSE_N2
- GeneralPurpose N2d 
- GENERAL_PURPOSE_N2D
- GeneralPurpose T2d 
- GENERAL_PURPOSE_T2D
- GraphicsOptimized 
- GRAPHICS_OPTIMIZED
- MemoryOptimized 
- MEMORY_OPTIMIZED
- MemoryOptimized M3 
- MEMORY_OPTIMIZED_M3
- TypeUnspecified 
- TYPE_UNSPECIFIED
- AcceleratorOptimized 
- ACCELERATOR_OPTIMIZED
- AcceleratorOptimized A3 
- ACCELERATOR_OPTIMIZED_A3
- ComputeOptimized 
- COMPUTE_OPTIMIZED
- ComputeOptimized C2d 
- COMPUTE_OPTIMIZED_C2D
- ComputeOptimized C3 
- COMPUTE_OPTIMIZED_C3
- ComputeOptimized C3d 
- COMPUTE_OPTIMIZED_C3D
- ComputeOptimized H3 
- COMPUTE_OPTIMIZED_H3
- GeneralPurpose 
- GENERAL_PURPOSE
- GeneralPurpose E2 
- GENERAL_PURPOSE_E2
- GeneralPurpose N2 
- GENERAL_PURPOSE_N2
- GeneralPurpose N2d 
- GENERAL_PURPOSE_N2D
- GeneralPurpose T2d 
- GENERAL_PURPOSE_T2D
- GraphicsOptimized 
- GRAPHICS_OPTIMIZED
- MemoryOptimized 
- MEMORY_OPTIMIZED
- MemoryOptimized M3 
- 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  
- 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.
- 
Pulumi.Google Native. Compute. V1. Inputs. Share Settings 
- 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.Google Native. Compute. V1. Inputs. Allocation Specific SKUReservation 
- Reservation for instances with specific machine shapes.
- SpecificReservation boolRequired 
- 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.
- 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 
- 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 AllocationSpecific SKUReservation 
- Reservation for instances with specific machine shapes.
- SpecificReservation boolRequired 
- 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.
- 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 
- 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 AllocationSpecific SKUReservation 
- Reservation for instances with specific machine shapes.
- specificReservation BooleanRequired 
- 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.
- 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 
- 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 AllocationSpecific SKUReservation 
- Reservation for instances with specific machine shapes.
- specificReservation booleanRequired 
- 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.
- 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.
- 
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 AllocationSpecific SKUReservation 
- Reservation for instances with specific machine shapes.
- specific_reservation_ boolrequired 
- 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.
- 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.
- 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.
- specificReservation BooleanRequired 
- 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    
- 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.
- 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.Google Native. Compute. V1. Inputs. Allocation Resource Status Response 
- Status information for Reservation resource.
- SatisfiesPzs bool
- Reserved for future use.
- SelfLink string
- Server-defined fully-qualified URL for this resource.
- 
Pulumi.Google Native. Compute. V1. Inputs. Share Settings Response 
- 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.Google Native. Compute. V1. Inputs. Allocation Specific SKUReservation Response 
- Reservation for instances with specific machine shapes.
- SpecificReservation boolRequired 
- 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.
- 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.
- 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 AllocationResource Status Response 
- Status information for Reservation resource.
- SatisfiesPzs bool
- Reserved for future use.
- SelfLink string
- Server-defined fully-qualified URL for this resource.
- 
ShareSettings Response 
- 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 AllocationSpecific SKUReservation Response 
- Reservation for instances with specific machine shapes.
- SpecificReservation boolRequired 
- 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.
- 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.
- 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 AllocationResource Status Response 
- Status information for Reservation resource.
- satisfiesPzs Boolean
- Reserved for future use.
- selfLink String
- Server-defined fully-qualified URL for this resource.
- 
ShareSettings Response 
- 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 AllocationSpecific SKUReservation Response 
- Reservation for instances with specific machine shapes.
- specificReservation BooleanRequired 
- 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.
- 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.
- 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 AllocationResource Status Response 
- Status information for Reservation resource.
- satisfiesPzs boolean
- Reserved for future use.
- selfLink string
- Server-defined fully-qualified URL for this resource.
- 
ShareSettings Response 
- 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 AllocationSpecific SKUReservation Response 
- Reservation for instances with specific machine shapes.
- specificReservation booleanRequired 
- 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.
- 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.
- 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 AllocationResource Status Response 
- Status information for Reservation resource.
- satisfies_pzs bool
- Reserved for future use.
- self_link str
- Server-defined fully-qualified URL for this resource.
- 
ShareSettings Response 
- 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 AllocationSpecific SKUReservation Response 
- Reservation for instances with specific machine shapes.
- specific_reservation_ boolrequired 
- 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.
- 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.
- 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.
- 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.
- specificReservation BooleanRequired 
- 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.Google Native. Compute. V1. Resource Commitment Type 
- 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
ResourceCommitment Type 
- 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
ResourceCommitment Type 
- 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
ResourceCommitment Type 
- 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
ResourceCommitment Type 
- 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
- ResourceCommitment Type Accelerator 
- ACCELERATOR
- ResourceCommitment Type Local Ssd 
- LOCAL_SSD
- ResourceCommitment Type Memory 
- MEMORY
- ResourceCommitment Type Unspecified 
- UNSPECIFIED
- ResourceCommitment Type Vcpu 
- 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    
- ProjectMap Dictionary<string, string>
- A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
- 
Pulumi.Google Native. Compute. V1. Share Settings Share Type 
- Type of sharing for this shared-reservation
- ProjectMap map[string]string
- A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
- 
ShareSettings Share Type 
- Type of sharing for this shared-reservation
- projectMap Map<String,String>
- A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
- 
ShareSettings Share Type 
- Type of sharing for this shared-reservation
- projectMap {[key: string]: string}
- A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
- 
ShareSettings Share Type 
- Type of sharing for this shared-reservation
- 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.
- 
ShareSettings Share Type 
- Type of sharing for this shared-reservation
- projectMap Map<String>
- A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
- "LOCAL" | "ORGANIZATION" | "SHARE_TYPE_UNSPECIFIED" | "SPECIFIC_PROJECTS"
- Type of sharing for this shared-reservation
ShareSettingsResponse, ShareSettingsResponseArgs      
- ProjectMap Dictionary<string, string>
- A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
- string
- Type of sharing for this shared-reservation
- ProjectMap map[string]string
- A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
- string
- Type of sharing for this shared-reservation
- projectMap Map<String,String>
- A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
- String
- Type of sharing for this shared-reservation
- projectMap {[key: string]: string}
- A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
- string
- Type of sharing for this shared-reservation
- 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.
- str
- Type of sharing for this shared-reservation
- projectMap Map<String>
- A map of project id and project config. This is only valid when share_type's value is SPECIFIC_PROJECTS.
- String
- Type of sharing for this shared-reservation
ShareSettingsShareType, ShareSettingsShareTypeArgs        
- Local
- LOCALDefault value.
- Organization
- ORGANIZATIONShared-reservation is open to entire Organization
- ShareType Unspecified 
- SHARE_TYPE_UNSPECIFIEDDefault value. This value is unused.
- SpecificProjects 
- SPECIFIC_PROJECTSShared-reservation is open to specific projects
- ShareSettings Share Type Local 
- LOCALDefault value.
- ShareSettings Share Type Organization 
- ORGANIZATIONShared-reservation is open to entire Organization
- ShareSettings Share Type Share Type Unspecified 
- SHARE_TYPE_UNSPECIFIEDDefault value. This value is unused.
- ShareSettings Share Type Specific Projects 
- SPECIFIC_PROJECTSShared-reservation is open to specific projects
- Local
- LOCALDefault value.
- Organization
- ORGANIZATIONShared-reservation is open to entire Organization
- ShareType Unspecified 
- SHARE_TYPE_UNSPECIFIEDDefault value. This value is unused.
- SpecificProjects 
- SPECIFIC_PROJECTSShared-reservation is open to specific projects
- Local
- LOCALDefault value.
- Organization
- ORGANIZATIONShared-reservation is open to entire Organization
- ShareType Unspecified 
- SHARE_TYPE_UNSPECIFIEDDefault value. This value is unused.
- SpecificProjects 
- SPECIFIC_PROJECTSShared-reservation is open to specific projects
- 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
- "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 Cloud Native is in preview. Google Cloud Classic is fully supported.