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

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

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

google-native.compute/alpha.getInstanceGroupManagerResizeRequest

Explore with Pulumi AI

google-native logo

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

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

    Returns all of the details about the specified resize request.

    Using getInstanceGroupManagerResizeRequest

    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 getInstanceGroupManagerResizeRequest(args: GetInstanceGroupManagerResizeRequestArgs, opts?: InvokeOptions): Promise<GetInstanceGroupManagerResizeRequestResult>
    function getInstanceGroupManagerResizeRequestOutput(args: GetInstanceGroupManagerResizeRequestOutputArgs, opts?: InvokeOptions): Output<GetInstanceGroupManagerResizeRequestResult>
    def get_instance_group_manager_resize_request(instance_group_manager: Optional[str] = None,
                                                  project: Optional[str] = None,
                                                  resize_request: Optional[str] = None,
                                                  zone: Optional[str] = None,
                                                  opts: Optional[InvokeOptions] = None) -> GetInstanceGroupManagerResizeRequestResult
    def get_instance_group_manager_resize_request_output(instance_group_manager: Optional[pulumi.Input[str]] = None,
                                                  project: Optional[pulumi.Input[str]] = None,
                                                  resize_request: Optional[pulumi.Input[str]] = None,
                                                  zone: Optional[pulumi.Input[str]] = None,
                                                  opts: Optional[InvokeOptions] = None) -> Output[GetInstanceGroupManagerResizeRequestResult]
    func LookupInstanceGroupManagerResizeRequest(ctx *Context, args *LookupInstanceGroupManagerResizeRequestArgs, opts ...InvokeOption) (*LookupInstanceGroupManagerResizeRequestResult, error)
    func LookupInstanceGroupManagerResizeRequestOutput(ctx *Context, args *LookupInstanceGroupManagerResizeRequestOutputArgs, opts ...InvokeOption) LookupInstanceGroupManagerResizeRequestResultOutput

    > Note: This function is named LookupInstanceGroupManagerResizeRequest in the Go SDK.

    public static class GetInstanceGroupManagerResizeRequest 
    {
        public static Task<GetInstanceGroupManagerResizeRequestResult> InvokeAsync(GetInstanceGroupManagerResizeRequestArgs args, InvokeOptions? opts = null)
        public static Output<GetInstanceGroupManagerResizeRequestResult> Invoke(GetInstanceGroupManagerResizeRequestInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetInstanceGroupManagerResizeRequestResult> getInstanceGroupManagerResizeRequest(GetInstanceGroupManagerResizeRequestArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:compute/alpha:getInstanceGroupManagerResizeRequest
      arguments:
        # arguments dictionary

    The following arguments are supported:

    getInstanceGroupManagerResizeRequest Result

    The following output properties are available:

    Count int
    The count of instances to create as part of this resize request.
    CreationTimestamp string
    The creation timestamp for this resize request in RFC3339 text format.
    Description string
    An optional description of this resource.
    Kind string
    The resource type, which is always compute#instanceGroupManagerResizeRequest for resize requests.
    Name string
    The name of this resize request. The name must be 1-63 characters long, and comply with RFC1035.
    QueuingPolicy Pulumi.GoogleNative.Compute.Alpha.Outputs.QueuingPolicyResponse
    When set, defines queing parameters for the requested deferred capacity. When unset, the request starts provisioning immediately, or fails if immediate provisioning is not possible.
    RequestedRunDuration Pulumi.GoogleNative.Compute.Alpha.Outputs.DurationResponse
    Requested run duration for instances that will be created by this request. At the end of the run duration instance will be deleted.
    ResizeBy int
    The number of instances to be created by this resize request. The group's target size will be increased by this number.
    SelfLink string
    The URL for this resize request. The server defines this URL.
    SelfLinkWithId string
    Server-defined URL for this resource with the resource id.
    State string
    [Output only] Current state of the request.
    Status Pulumi.GoogleNative.Compute.Alpha.Outputs.InstanceGroupManagerResizeRequestStatusResponse
    [Output only] Status of the request.
    Zone string
    The URL of a zone where the resize request is located. Populated only for zonal resize requests.
    Count int
    The count of instances to create as part of this resize request.
    CreationTimestamp string
    The creation timestamp for this resize request in RFC3339 text format.
    Description string
    An optional description of this resource.
    Kind string
    The resource type, which is always compute#instanceGroupManagerResizeRequest for resize requests.
    Name string
    The name of this resize request. The name must be 1-63 characters long, and comply with RFC1035.
    QueuingPolicy QueuingPolicyResponse
    When set, defines queing parameters for the requested deferred capacity. When unset, the request starts provisioning immediately, or fails if immediate provisioning is not possible.
    RequestedRunDuration DurationResponse
    Requested run duration for instances that will be created by this request. At the end of the run duration instance will be deleted.
    ResizeBy int
    The number of instances to be created by this resize request. The group's target size will be increased by this number.
    SelfLink string
    The URL for this resize request. The server defines this URL.
    SelfLinkWithId string
    Server-defined URL for this resource with the resource id.
    State string
    [Output only] Current state of the request.
    Status InstanceGroupManagerResizeRequestStatusResponse
    [Output only] Status of the request.
    Zone string
    The URL of a zone where the resize request is located. Populated only for zonal resize requests.
    count Integer
    The count of instances to create as part of this resize request.
    creationTimestamp String
    The creation timestamp for this resize request in RFC3339 text format.
    description String
    An optional description of this resource.
    kind String
    The resource type, which is always compute#instanceGroupManagerResizeRequest for resize requests.
    name String
    The name of this resize request. The name must be 1-63 characters long, and comply with RFC1035.
    queuingPolicy QueuingPolicyResponse
    When set, defines queing parameters for the requested deferred capacity. When unset, the request starts provisioning immediately, or fails if immediate provisioning is not possible.
    requestedRunDuration DurationResponse
    Requested run duration for instances that will be created by this request. At the end of the run duration instance will be deleted.
    resizeBy Integer
    The number of instances to be created by this resize request. The group's target size will be increased by this number.
    selfLink String
    The URL for this resize request. The server defines this URL.
    selfLinkWithId String
    Server-defined URL for this resource with the resource id.
    state String
    [Output only] Current state of the request.
    status InstanceGroupManagerResizeRequestStatusResponse
    [Output only] Status of the request.
    zone String
    The URL of a zone where the resize request is located. Populated only for zonal resize requests.
    count number
    The count of instances to create as part of this resize request.
    creationTimestamp string
    The creation timestamp for this resize request in RFC3339 text format.
    description string
    An optional description of this resource.
    kind string
    The resource type, which is always compute#instanceGroupManagerResizeRequest for resize requests.
    name string
    The name of this resize request. The name must be 1-63 characters long, and comply with RFC1035.
    queuingPolicy QueuingPolicyResponse
    When set, defines queing parameters for the requested deferred capacity. When unset, the request starts provisioning immediately, or fails if immediate provisioning is not possible.
    requestedRunDuration DurationResponse
    Requested run duration for instances that will be created by this request. At the end of the run duration instance will be deleted.
    resizeBy number
    The number of instances to be created by this resize request. The group's target size will be increased by this number.
    selfLink string
    The URL for this resize request. The server defines this URL.
    selfLinkWithId string
    Server-defined URL for this resource with the resource id.
    state string
    [Output only] Current state of the request.
    status InstanceGroupManagerResizeRequestStatusResponse
    [Output only] Status of the request.
    zone string
    The URL of a zone where the resize request is located. Populated only for zonal resize requests.
    count int
    The count of instances to create as part of this resize request.
    creation_timestamp str
    The creation timestamp for this resize request in RFC3339 text format.
    description str
    An optional description of this resource.
    kind str
    The resource type, which is always compute#instanceGroupManagerResizeRequest for resize requests.
    name str
    The name of this resize request. The name must be 1-63 characters long, and comply with RFC1035.
    queuing_policy QueuingPolicyResponse
    When set, defines queing parameters for the requested deferred capacity. When unset, the request starts provisioning immediately, or fails if immediate provisioning is not possible.
    requested_run_duration DurationResponse
    Requested run duration for instances that will be created by this request. At the end of the run duration instance will be deleted.
    resize_by int
    The number of instances to be created by this resize request. The group's target size will be increased by this number.
    self_link str
    The URL for this resize request. The server defines this URL.
    self_link_with_id str
    Server-defined URL for this resource with the resource id.
    state str
    [Output only] Current state of the request.
    status InstanceGroupManagerResizeRequestStatusResponse
    [Output only] Status of the request.
    zone str
    The URL of a zone where the resize request is located. Populated only for zonal resize requests.
    count Number
    The count of instances to create as part of this resize request.
    creationTimestamp String
    The creation timestamp for this resize request in RFC3339 text format.
    description String
    An optional description of this resource.
    kind String
    The resource type, which is always compute#instanceGroupManagerResizeRequest for resize requests.
    name String
    The name of this resize request. The name must be 1-63 characters long, and comply with RFC1035.
    queuingPolicy Property Map
    When set, defines queing parameters for the requested deferred capacity. When unset, the request starts provisioning immediately, or fails if immediate provisioning is not possible.
    requestedRunDuration Property Map
    Requested run duration for instances that will be created by this request. At the end of the run duration instance will be deleted.
    resizeBy Number
    The number of instances to be created by this resize request. The group's target size will be increased by this number.
    selfLink String
    The URL for this resize request. The server defines this URL.
    selfLinkWithId String
    Server-defined URL for this resource with the resource id.
    state String
    [Output only] Current state of the request.
    status Property Map
    [Output only] Status of the request.
    zone String
    The URL of a zone where the resize request is located. Populated only for zonal resize requests.

    Supporting Types

    DurationResponse

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

    ErrorInfoResponse

    Domain string
    The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is "googleapis.com".
    Metadatas Dictionary<string, string>
    Additional structured details about this error. Keys should match /[a-zA-Z0-9-_]/ and be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than {"instanceLimit": "100/request"}, should be returned as, {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be created in a single (batch) request.
    Reason string
    The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors. This should be at most 63 characters and match a regular expression of A-Z+[A-Z0-9], which represents UPPER_SNAKE_CASE.
    Domain string
    The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is "googleapis.com".
    Metadatas map[string]string
    Additional structured details about this error. Keys should match /[a-zA-Z0-9-_]/ and be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than {"instanceLimit": "100/request"}, should be returned as, {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be created in a single (batch) request.
    Reason string
    The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors. This should be at most 63 characters and match a regular expression of A-Z+[A-Z0-9], which represents UPPER_SNAKE_CASE.
    domain String
    The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is "googleapis.com".
    metadatas Map<String,String>
    Additional structured details about this error. Keys should match /[a-zA-Z0-9-_]/ and be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than {"instanceLimit": "100/request"}, should be returned as, {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be created in a single (batch) request.
    reason String
    The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors. This should be at most 63 characters and match a regular expression of A-Z+[A-Z0-9], which represents UPPER_SNAKE_CASE.
    domain string
    The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is "googleapis.com".
    metadatas {[key: string]: string}
    Additional structured details about this error. Keys should match /[a-zA-Z0-9-_]/ and be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than {"instanceLimit": "100/request"}, should be returned as, {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be created in a single (batch) request.
    reason string
    The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors. This should be at most 63 characters and match a regular expression of A-Z+[A-Z0-9], which represents UPPER_SNAKE_CASE.
    domain str
    The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is "googleapis.com".
    metadatas Mapping[str, str]
    Additional structured details about this error. Keys should match /[a-zA-Z0-9-_]/ and be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than {"instanceLimit": "100/request"}, should be returned as, {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be created in a single (batch) request.
    reason str
    The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors. This should be at most 63 characters and match a regular expression of A-Z+[A-Z0-9], which represents UPPER_SNAKE_CASE.
    domain String
    The logical grouping to which the "reason" belongs. The error domain is typically the registered service name of the tool or product that generates the error. Example: "pubsub.googleapis.com". If the error is generated by some common infrastructure, the error domain must be a globally unique value that identifies the infrastructure. For Google API infrastructure, the error domain is "googleapis.com".
    metadatas Map<String>
    Additional structured details about this error. Keys should match /[a-zA-Z0-9-_]/ and be limited to 64 characters in length. When identifying the current value of an exceeded limit, the units should be contained in the key, not the value. For example, rather than {"instanceLimit": "100/request"}, should be returned as, {"instanceLimitPerRequest": "100"}, if the client exceeds the number of instances that can be created in a single (batch) request.
    reason String
    The reason of the error. This is a constant value that identifies the proximate cause of the error. Error reasons are unique within a particular domain of errors. This should be at most 63 characters and match a regular expression of A-Z+[A-Z0-9], which represents UPPER_SNAKE_CASE.

    HelpLinkResponse

    Description string
    Describes what the link offers.
    Url string
    The URL of the link.
    Description string
    Describes what the link offers.
    Url string
    The URL of the link.
    description String
    Describes what the link offers.
    url String
    The URL of the link.
    description string
    Describes what the link offers.
    url string
    The URL of the link.
    description str
    Describes what the link offers.
    url str
    The URL of the link.
    description String
    Describes what the link offers.
    url String
    The URL of the link.

    HelpResponse

    Links List<Pulumi.GoogleNative.Compute.Alpha.Inputs.HelpLinkResponse>
    URL(s) pointing to additional information on handling the current error.
    Links []HelpLinkResponse
    URL(s) pointing to additional information on handling the current error.
    links List<HelpLinkResponse>
    URL(s) pointing to additional information on handling the current error.
    links HelpLinkResponse[]
    URL(s) pointing to additional information on handling the current error.
    links Sequence[HelpLinkResponse]
    URL(s) pointing to additional information on handling the current error.
    links List<Property Map>
    URL(s) pointing to additional information on handling the current error.

    InstanceGroupManagerResizeRequestStatusErrorErrorsItemErrorDetailsItemResponse

    InstanceGroupManagerResizeRequestStatusErrorErrorsItemResponse

    Code string
    The error type identifier for this error.
    ErrorDetails List<Pulumi.GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerResizeRequestStatusErrorErrorsItemErrorDetailsItemResponse>
    An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.
    Location string
    Indicates the field in the request that caused the error. This property is optional.
    Message string
    An optional, human-readable error message.
    Code string
    The error type identifier for this error.
    ErrorDetails []InstanceGroupManagerResizeRequestStatusErrorErrorsItemErrorDetailsItemResponse
    An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.
    Location string
    Indicates the field in the request that caused the error. This property is optional.
    Message string
    An optional, human-readable error message.
    code String
    The error type identifier for this error.
    errorDetails List<InstanceGroupManagerResizeRequestStatusErrorErrorsItemErrorDetailsItemResponse>
    An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.
    location String
    Indicates the field in the request that caused the error. This property is optional.
    message String
    An optional, human-readable error message.
    code string
    The error type identifier for this error.
    errorDetails InstanceGroupManagerResizeRequestStatusErrorErrorsItemErrorDetailsItemResponse[]
    An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.
    location string
    Indicates the field in the request that caused the error. This property is optional.
    message string
    An optional, human-readable error message.
    code str
    The error type identifier for this error.
    error_details Sequence[InstanceGroupManagerResizeRequestStatusErrorErrorsItemErrorDetailsItemResponse]
    An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.
    location str
    Indicates the field in the request that caused the error. This property is optional.
    message str
    An optional, human-readable error message.
    code String
    The error type identifier for this error.
    errorDetails List<Property Map>
    An optional list of messages that contain the error details. There is a set of defined message types to use for providing details.The syntax depends on the error code. For example, QuotaExceededInfo will have details when the error code is QUOTA_EXCEEDED.
    location String
    Indicates the field in the request that caused the error. This property is optional.
    message String
    An optional, human-readable error message.

    InstanceGroupManagerResizeRequestStatusErrorResponse

    Errors []InstanceGroupManagerResizeRequestStatusErrorErrorsItemResponse
    The array of errors encountered while processing this operation.
    errors List<InstanceGroupManagerResizeRequestStatusErrorErrorsItemResponse>
    The array of errors encountered while processing this operation.
    errors InstanceGroupManagerResizeRequestStatusErrorErrorsItemResponse[]
    The array of errors encountered while processing this operation.
    errors Sequence[InstanceGroupManagerResizeRequestStatusErrorErrorsItemResponse]
    The array of errors encountered while processing this operation.
    errors List<Property Map>
    The array of errors encountered while processing this operation.

    InstanceGroupManagerResizeRequestStatusResponse

    Error Pulumi.GoogleNative.Compute.Alpha.Inputs.InstanceGroupManagerResizeRequestStatusErrorResponse
    Errors encountered during the queueing or provisioning phases of the ResizeRequest.
    QueuingPolicy Pulumi.GoogleNative.Compute.Alpha.Inputs.QueuingPolicyResponse
    Constraints for the time when the instances start provisioning. Always exposed as absolute time.
    Error InstanceGroupManagerResizeRequestStatusErrorResponse
    Errors encountered during the queueing or provisioning phases of the ResizeRequest.
    QueuingPolicy QueuingPolicyResponse
    Constraints for the time when the instances start provisioning. Always exposed as absolute time.
    error InstanceGroupManagerResizeRequestStatusErrorResponse
    Errors encountered during the queueing or provisioning phases of the ResizeRequest.
    queuingPolicy QueuingPolicyResponse
    Constraints for the time when the instances start provisioning. Always exposed as absolute time.
    error InstanceGroupManagerResizeRequestStatusErrorResponse
    Errors encountered during the queueing or provisioning phases of the ResizeRequest.
    queuingPolicy QueuingPolicyResponse
    Constraints for the time when the instances start provisioning. Always exposed as absolute time.
    error InstanceGroupManagerResizeRequestStatusErrorResponse
    Errors encountered during the queueing or provisioning phases of the ResizeRequest.
    queuing_policy QueuingPolicyResponse
    Constraints for the time when the instances start provisioning. Always exposed as absolute time.
    error Property Map
    Errors encountered during the queueing or provisioning phases of the ResizeRequest.
    queuingPolicy Property Map
    Constraints for the time when the instances start provisioning. Always exposed as absolute time.

    LocalizedMessageResponse

    Locale string
    The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
    Message string
    The localized error message in the above locale.
    Locale string
    The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
    Message string
    The localized error message in the above locale.
    locale String
    The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
    message String
    The localized error message in the above locale.
    locale string
    The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
    message string
    The localized error message in the above locale.
    locale str
    The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
    message str
    The localized error message in the above locale.
    locale String
    The locale used following the specification defined at https://www.rfc-editor.org/rfc/bcp/bcp47.txt. Examples are: "en-US", "fr-CH", "es-MX"
    message String
    The localized error message in the above locale.

    QueuingPolicyResponse

    ValidUntilDuration Pulumi.GoogleNative.Compute.Alpha.Inputs.DurationResponse
    Relative deadline for waiting for capacity.
    ValidUntilTime string
    Absolute deadline for waiting for capacity in RFC3339 text format.
    ValidUntilDuration DurationResponse
    Relative deadline for waiting for capacity.
    ValidUntilTime string
    Absolute deadline for waiting for capacity in RFC3339 text format.
    validUntilDuration DurationResponse
    Relative deadline for waiting for capacity.
    validUntilTime String
    Absolute deadline for waiting for capacity in RFC3339 text format.
    validUntilDuration DurationResponse
    Relative deadline for waiting for capacity.
    validUntilTime string
    Absolute deadline for waiting for capacity in RFC3339 text format.
    valid_until_duration DurationResponse
    Relative deadline for waiting for capacity.
    valid_until_time str
    Absolute deadline for waiting for capacity in RFC3339 text format.
    validUntilDuration Property Map
    Relative deadline for waiting for capacity.
    validUntilTime String
    Absolute deadline for waiting for capacity in RFC3339 text format.

    QuotaExceededInfoResponse

    Dimensions Dictionary<string, string>
    The map holding related quota dimensions.
    FutureLimit double
    Future quota limit being rolled out. The limit's unit depends on the quota type or metric.
    Limit double
    Current effective quota limit. The limit's unit depends on the quota type or metric.
    LimitName string
    The name of the quota limit.
    MetricName string
    The Compute Engine quota metric name.
    RolloutStatus string
    Rollout status of the future quota limit.
    Dimensions map[string]string
    The map holding related quota dimensions.
    FutureLimit float64
    Future quota limit being rolled out. The limit's unit depends on the quota type or metric.
    Limit float64
    Current effective quota limit. The limit's unit depends on the quota type or metric.
    LimitName string
    The name of the quota limit.
    MetricName string
    The Compute Engine quota metric name.
    RolloutStatus string
    Rollout status of the future quota limit.
    dimensions Map<String,String>
    The map holding related quota dimensions.
    futureLimit Double
    Future quota limit being rolled out. The limit's unit depends on the quota type or metric.
    limit Double
    Current effective quota limit. The limit's unit depends on the quota type or metric.
    limitName String
    The name of the quota limit.
    metricName String
    The Compute Engine quota metric name.
    rolloutStatus String
    Rollout status of the future quota limit.
    dimensions {[key: string]: string}
    The map holding related quota dimensions.
    futureLimit number
    Future quota limit being rolled out. The limit's unit depends on the quota type or metric.
    limit number
    Current effective quota limit. The limit's unit depends on the quota type or metric.
    limitName string
    The name of the quota limit.
    metricName string
    The Compute Engine quota metric name.
    rolloutStatus string
    Rollout status of the future quota limit.
    dimensions Mapping[str, str]
    The map holding related quota dimensions.
    future_limit float
    Future quota limit being rolled out. The limit's unit depends on the quota type or metric.
    limit float
    Current effective quota limit. The limit's unit depends on the quota type or metric.
    limit_name str
    The name of the quota limit.
    metric_name str
    The Compute Engine quota metric name.
    rollout_status str
    Rollout status of the future quota limit.
    dimensions Map<String>
    The map holding related quota dimensions.
    futureLimit Number
    Future quota limit being rolled out. The limit's unit depends on the quota type or metric.
    limit Number
    Current effective quota limit. The limit's unit depends on the quota type or metric.
    limitName String
    The name of the quota limit.
    metricName String
    The Compute Engine quota metric name.
    rolloutStatus String
    Rollout status of the future quota limit.

    Package Details

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

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

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