Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.compute/v1.getReservation
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
Retrieves information about the specified reservation.
Using getReservation
Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.
function getReservation(args: GetReservationArgs, opts?: InvokeOptions): Promise<GetReservationResult>
function getReservationOutput(args: GetReservationOutputArgs, opts?: InvokeOptions): Output<GetReservationResult>def get_reservation(project: Optional[str] = None,
                    reservation: Optional[str] = None,
                    zone: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetReservationResult
def get_reservation_output(project: Optional[pulumi.Input[str]] = None,
                    reservation: Optional[pulumi.Input[str]] = None,
                    zone: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetReservationResult]func LookupReservation(ctx *Context, args *LookupReservationArgs, opts ...InvokeOption) (*LookupReservationResult, error)
func LookupReservationOutput(ctx *Context, args *LookupReservationOutputArgs, opts ...InvokeOption) LookupReservationResultOutput> Note: This function is named LookupReservation in the Go SDK.
public static class GetReservation 
{
    public static Task<GetReservationResult> InvokeAsync(GetReservationArgs args, InvokeOptions? opts = null)
    public static Output<GetReservationResult> Invoke(GetReservationInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetReservationResult> getReservation(GetReservationArgs args, InvokeOptions options)
public static Output<GetReservationResult> getReservation(GetReservationArgs args, InvokeOptions options)
fn::invoke:
  function: google-native:compute/v1:getReservation
  arguments:
    # arguments dictionaryThe following arguments are supported:
- Reservation string
- Zone string
- Project string
- Reservation string
- Zone string
- Project string
- reservation String
- zone String
- project String
- reservation string
- zone string
- project string
- reservation str
- zone str
- project str
- reservation String
- zone String
- project String
getReservation Result
The following output properties are available:
- 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. Outputs. 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. Outputs. 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. Outputs. 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.
Supporting Types
AcceleratorConfigResponse  
- 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   
- 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     
- 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.
AllocationSpecificSKUAllocationAllocatedInstancePropertiesReservedDiskResponse        
- 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.
AllocationSpecificSKUAllocationReservedInstancePropertiesResponse      
- 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.
AllocationSpecificSKUReservationResponse   
- 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
ShareSettingsResponse  
- 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
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.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi