1. Packages
  2. Google Cloud Native
  3. API Docs
  4. looker
  5. looker/v1
  6. getInstance

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.looker/v1.getInstance

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

    Gets details of a single Instance.

    Using getInstance

    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 getInstance(args: GetInstanceArgs, opts?: InvokeOptions): Promise<GetInstanceResult>
    function getInstanceOutput(args: GetInstanceOutputArgs, opts?: InvokeOptions): Output<GetInstanceResult>
    def get_instance(instance_id: Optional[str] = None,
                     location: Optional[str] = None,
                     project: Optional[str] = None,
                     opts: Optional[InvokeOptions] = None) -> GetInstanceResult
    def get_instance_output(instance_id: Optional[pulumi.Input[str]] = None,
                     location: Optional[pulumi.Input[str]] = None,
                     project: Optional[pulumi.Input[str]] = None,
                     opts: Optional[InvokeOptions] = None) -> Output[GetInstanceResult]
    func LookupInstance(ctx *Context, args *LookupInstanceArgs, opts ...InvokeOption) (*LookupInstanceResult, error)
    func LookupInstanceOutput(ctx *Context, args *LookupInstanceOutputArgs, opts ...InvokeOption) LookupInstanceResultOutput

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

    public static class GetInstance 
    {
        public static Task<GetInstanceResult> InvokeAsync(GetInstanceArgs args, InvokeOptions? opts = null)
        public static Output<GetInstanceResult> Invoke(GetInstanceInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetInstanceResult> getInstance(GetInstanceArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:looker/v1:getInstance
      arguments:
        # arguments dictionary

    The following arguments are supported:

    InstanceId string
    Location string
    Project string
    InstanceId string
    Location string
    Project string
    instanceId String
    location String
    project String
    instanceId string
    location string
    project string
    instanceId String
    location String
    project String

    getInstance Result

    The following output properties are available:

    AdminSettings Pulumi.GoogleNative.Looker.V1.Outputs.AdminSettingsResponse
    Looker Instance Admin settings.
    ConsumerNetwork string
    Network name in the consumer project. Format: projects/{project}/global/networks/{network}. Note that the consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance.
    CreateTime string
    The time when the Looker instance provisioning was first requested.
    CustomDomain Pulumi.GoogleNative.Looker.V1.Outputs.CustomDomainResponse
    DenyMaintenancePeriod Pulumi.GoogleNative.Looker.V1.Outputs.DenyMaintenancePeriodResponse
    Maintenance denial period for this instance.
    EgressPublicIp string
    Public Egress IP (IPv4).
    EncryptionConfig Pulumi.GoogleNative.Looker.V1.Outputs.EncryptionConfigResponse
    Encryption configuration (CMEK). Only set if CMEK has been enabled on the instance.
    IngressPrivateIp string
    Private Ingress IP (IPv4).
    IngressPublicIp string
    Public Ingress IP (IPv4).
    LastDenyMaintenancePeriod Pulumi.GoogleNative.Looker.V1.Outputs.DenyMaintenancePeriodResponse
    Last computed maintenance denial period for this instance.
    LookerUri string
    Looker instance URI which can be used to access the Looker Instance UI.
    LookerVersion string
    The Looker version that the instance is using.
    MaintenanceSchedule Pulumi.GoogleNative.Looker.V1.Outputs.MaintenanceScheduleResponse
    Maintenance schedule for this instance.
    MaintenanceWindow Pulumi.GoogleNative.Looker.V1.Outputs.MaintenanceWindowResponse
    Maintenance window for this instance.
    Name string
    Format: projects/{project}/locations/{location}/instances/{instance}.
    OauthConfig Pulumi.GoogleNative.Looker.V1.Outputs.OAuthConfigResponse
    Looker instance OAuth login settings.
    PlatformEdition string
    Platform edition.
    PrivateIpEnabled bool
    Whether private IP is enabled on the Looker instance.
    PublicIpEnabled bool
    Whether public IP is enabled on the Looker instance.
    ReservedRange string
    Name of a reserved IP address range within the Instance.consumer_network, to be used for private services access connection. May or may not be specified in a create request.
    State string
    The state of the instance.
    UpdateTime string
    The time when the Looker instance was last updated.
    UserMetadata Pulumi.GoogleNative.Looker.V1.Outputs.UserMetadataResponse
    User metadata.
    AdminSettings AdminSettingsResponse
    Looker Instance Admin settings.
    ConsumerNetwork string
    Network name in the consumer project. Format: projects/{project}/global/networks/{network}. Note that the consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance.
    CreateTime string
    The time when the Looker instance provisioning was first requested.
    CustomDomain CustomDomainResponse
    DenyMaintenancePeriod DenyMaintenancePeriodResponse
    Maintenance denial period for this instance.
    EgressPublicIp string
    Public Egress IP (IPv4).
    EncryptionConfig EncryptionConfigResponse
    Encryption configuration (CMEK). Only set if CMEK has been enabled on the instance.
    IngressPrivateIp string
    Private Ingress IP (IPv4).
    IngressPublicIp string
    Public Ingress IP (IPv4).
    LastDenyMaintenancePeriod DenyMaintenancePeriodResponse
    Last computed maintenance denial period for this instance.
    LookerUri string
    Looker instance URI which can be used to access the Looker Instance UI.
    LookerVersion string
    The Looker version that the instance is using.
    MaintenanceSchedule MaintenanceScheduleResponse
    Maintenance schedule for this instance.
    MaintenanceWindow MaintenanceWindowResponse
    Maintenance window for this instance.
    Name string
    Format: projects/{project}/locations/{location}/instances/{instance}.
    OauthConfig OAuthConfigResponse
    Looker instance OAuth login settings.
    PlatformEdition string
    Platform edition.
    PrivateIpEnabled bool
    Whether private IP is enabled on the Looker instance.
    PublicIpEnabled bool
    Whether public IP is enabled on the Looker instance.
    ReservedRange string
    Name of a reserved IP address range within the Instance.consumer_network, to be used for private services access connection. May or may not be specified in a create request.
    State string
    The state of the instance.
    UpdateTime string
    The time when the Looker instance was last updated.
    UserMetadata UserMetadataResponse
    User metadata.
    adminSettings AdminSettingsResponse
    Looker Instance Admin settings.
    consumerNetwork String
    Network name in the consumer project. Format: projects/{project}/global/networks/{network}. Note that the consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance.
    createTime String
    The time when the Looker instance provisioning was first requested.
    customDomain CustomDomainResponse
    denyMaintenancePeriod DenyMaintenancePeriodResponse
    Maintenance denial period for this instance.
    egressPublicIp String
    Public Egress IP (IPv4).
    encryptionConfig EncryptionConfigResponse
    Encryption configuration (CMEK). Only set if CMEK has been enabled on the instance.
    ingressPrivateIp String
    Private Ingress IP (IPv4).
    ingressPublicIp String
    Public Ingress IP (IPv4).
    lastDenyMaintenancePeriod DenyMaintenancePeriodResponse
    Last computed maintenance denial period for this instance.
    lookerUri String
    Looker instance URI which can be used to access the Looker Instance UI.
    lookerVersion String
    The Looker version that the instance is using.
    maintenanceSchedule MaintenanceScheduleResponse
    Maintenance schedule for this instance.
    maintenanceWindow MaintenanceWindowResponse
    Maintenance window for this instance.
    name String
    Format: projects/{project}/locations/{location}/instances/{instance}.
    oauthConfig OAuthConfigResponse
    Looker instance OAuth login settings.
    platformEdition String
    Platform edition.
    privateIpEnabled Boolean
    Whether private IP is enabled on the Looker instance.
    publicIpEnabled Boolean
    Whether public IP is enabled on the Looker instance.
    reservedRange String
    Name of a reserved IP address range within the Instance.consumer_network, to be used for private services access connection. May or may not be specified in a create request.
    state String
    The state of the instance.
    updateTime String
    The time when the Looker instance was last updated.
    userMetadata UserMetadataResponse
    User metadata.
    adminSettings AdminSettingsResponse
    Looker Instance Admin settings.
    consumerNetwork string
    Network name in the consumer project. Format: projects/{project}/global/networks/{network}. Note that the consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance.
    createTime string
    The time when the Looker instance provisioning was first requested.
    customDomain CustomDomainResponse
    denyMaintenancePeriod DenyMaintenancePeriodResponse
    Maintenance denial period for this instance.
    egressPublicIp string
    Public Egress IP (IPv4).
    encryptionConfig EncryptionConfigResponse
    Encryption configuration (CMEK). Only set if CMEK has been enabled on the instance.
    ingressPrivateIp string
    Private Ingress IP (IPv4).
    ingressPublicIp string
    Public Ingress IP (IPv4).
    lastDenyMaintenancePeriod DenyMaintenancePeriodResponse
    Last computed maintenance denial period for this instance.
    lookerUri string
    Looker instance URI which can be used to access the Looker Instance UI.
    lookerVersion string
    The Looker version that the instance is using.
    maintenanceSchedule MaintenanceScheduleResponse
    Maintenance schedule for this instance.
    maintenanceWindow MaintenanceWindowResponse
    Maintenance window for this instance.
    name string
    Format: projects/{project}/locations/{location}/instances/{instance}.
    oauthConfig OAuthConfigResponse
    Looker instance OAuth login settings.
    platformEdition string
    Platform edition.
    privateIpEnabled boolean
    Whether private IP is enabled on the Looker instance.
    publicIpEnabled boolean
    Whether public IP is enabled on the Looker instance.
    reservedRange string
    Name of a reserved IP address range within the Instance.consumer_network, to be used for private services access connection. May or may not be specified in a create request.
    state string
    The state of the instance.
    updateTime string
    The time when the Looker instance was last updated.
    userMetadata UserMetadataResponse
    User metadata.
    admin_settings AdminSettingsResponse
    Looker Instance Admin settings.
    consumer_network str
    Network name in the consumer project. Format: projects/{project}/global/networks/{network}. Note that the consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance.
    create_time str
    The time when the Looker instance provisioning was first requested.
    custom_domain CustomDomainResponse
    deny_maintenance_period DenyMaintenancePeriodResponse
    Maintenance denial period for this instance.
    egress_public_ip str
    Public Egress IP (IPv4).
    encryption_config EncryptionConfigResponse
    Encryption configuration (CMEK). Only set if CMEK has been enabled on the instance.
    ingress_private_ip str
    Private Ingress IP (IPv4).
    ingress_public_ip str
    Public Ingress IP (IPv4).
    last_deny_maintenance_period DenyMaintenancePeriodResponse
    Last computed maintenance denial period for this instance.
    looker_uri str
    Looker instance URI which can be used to access the Looker Instance UI.
    looker_version str
    The Looker version that the instance is using.
    maintenance_schedule MaintenanceScheduleResponse
    Maintenance schedule for this instance.
    maintenance_window MaintenanceWindowResponse
    Maintenance window for this instance.
    name str
    Format: projects/{project}/locations/{location}/instances/{instance}.
    oauth_config OAuthConfigResponse
    Looker instance OAuth login settings.
    platform_edition str
    Platform edition.
    private_ip_enabled bool
    Whether private IP is enabled on the Looker instance.
    public_ip_enabled bool
    Whether public IP is enabled on the Looker instance.
    reserved_range str
    Name of a reserved IP address range within the Instance.consumer_network, to be used for private services access connection. May or may not be specified in a create request.
    state str
    The state of the instance.
    update_time str
    The time when the Looker instance was last updated.
    user_metadata UserMetadataResponse
    User metadata.
    adminSettings Property Map
    Looker Instance Admin settings.
    consumerNetwork String
    Network name in the consumer project. Format: projects/{project}/global/networks/{network}. Note that the consumer network may be in a different GCP project than the consumer project that is hosting the Looker Instance.
    createTime String
    The time when the Looker instance provisioning was first requested.
    customDomain Property Map
    denyMaintenancePeriod Property Map
    Maintenance denial period for this instance.
    egressPublicIp String
    Public Egress IP (IPv4).
    encryptionConfig Property Map
    Encryption configuration (CMEK). Only set if CMEK has been enabled on the instance.
    ingressPrivateIp String
    Private Ingress IP (IPv4).
    ingressPublicIp String
    Public Ingress IP (IPv4).
    lastDenyMaintenancePeriod Property Map
    Last computed maintenance denial period for this instance.
    lookerUri String
    Looker instance URI which can be used to access the Looker Instance UI.
    lookerVersion String
    The Looker version that the instance is using.
    maintenanceSchedule Property Map
    Maintenance schedule for this instance.
    maintenanceWindow Property Map
    Maintenance window for this instance.
    name String
    Format: projects/{project}/locations/{location}/instances/{instance}.
    oauthConfig Property Map
    Looker instance OAuth login settings.
    platformEdition String
    Platform edition.
    privateIpEnabled Boolean
    Whether private IP is enabled on the Looker instance.
    publicIpEnabled Boolean
    Whether public IP is enabled on the Looker instance.
    reservedRange String
    Name of a reserved IP address range within the Instance.consumer_network, to be used for private services access connection. May or may not be specified in a create request.
    state String
    The state of the instance.
    updateTime String
    The time when the Looker instance was last updated.
    userMetadata Property Map
    User metadata.

    Supporting Types

    AdminSettingsResponse

    AllowedEmailDomains List<string>
    Email domain allowlist for the instance.
    AllowedEmailDomains []string
    Email domain allowlist for the instance.
    allowedEmailDomains List<String>
    Email domain allowlist for the instance.
    allowedEmailDomains string[]
    Email domain allowlist for the instance.
    allowed_email_domains Sequence[str]
    Email domain allowlist for the instance.
    allowedEmailDomains List<String>
    Email domain allowlist for the instance.

    CustomDomainResponse

    Domain string
    Domain name.
    State string
    Domain state.
    Domain string
    Domain name.
    State string
    Domain state.
    domain String
    Domain name.
    state String
    Domain state.
    domain string
    Domain name.
    state string
    Domain state.
    domain str
    Domain name.
    state str
    Domain state.
    domain String
    Domain name.
    state String
    Domain state.

    DateResponse

    Day int
    Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
    Month int
    Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
    Year int
    Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
    Day int
    Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
    Month int
    Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
    Year int
    Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
    day Integer
    Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
    month Integer
    Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
    year Integer
    Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
    day number
    Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
    month number
    Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
    year number
    Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
    day int
    Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
    month int
    Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
    year int
    Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
    day Number
    Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.
    month Number
    Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
    year Number
    Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.

    DenyMaintenancePeriodResponse

    EndDate Pulumi.GoogleNative.Looker.V1.Inputs.DateResponse
    End date of the deny maintenance period.
    StartDate Pulumi.GoogleNative.Looker.V1.Inputs.DateResponse
    Start date of the deny maintenance period.
    Time Pulumi.GoogleNative.Looker.V1.Inputs.TimeOfDayResponse
    Time in UTC when the period starts and ends.
    EndDate DateResponse
    End date of the deny maintenance period.
    StartDate DateResponse
    Start date of the deny maintenance period.
    Time TimeOfDayResponse
    Time in UTC when the period starts and ends.
    endDate DateResponse
    End date of the deny maintenance period.
    startDate DateResponse
    Start date of the deny maintenance period.
    time TimeOfDayResponse
    Time in UTC when the period starts and ends.
    endDate DateResponse
    End date of the deny maintenance period.
    startDate DateResponse
    Start date of the deny maintenance period.
    time TimeOfDayResponse
    Time in UTC when the period starts and ends.
    end_date DateResponse
    End date of the deny maintenance period.
    start_date DateResponse
    Start date of the deny maintenance period.
    time TimeOfDayResponse
    Time in UTC when the period starts and ends.
    endDate Property Map
    End date of the deny maintenance period.
    startDate Property Map
    Start date of the deny maintenance period.
    time Property Map
    Time in UTC when the period starts and ends.

    EncryptionConfigResponse

    KmsKeyName string
    Name of the CMEK key in KMS (input parameter).
    KmsKeyNameVersion string
    Full name and version of the CMEK key currently in use to encrypt Looker data. Format: projects/{project}/locations/{location}/keyRings/{ring}/cryptoKeys/{key}/cryptoKeyVersions/{version}. Empty if CMEK is not configured in this instance.
    KmsKeyState string
    Status of the CMEK key.
    KmsKeyName string
    Name of the CMEK key in KMS (input parameter).
    KmsKeyNameVersion string
    Full name and version of the CMEK key currently in use to encrypt Looker data. Format: projects/{project}/locations/{location}/keyRings/{ring}/cryptoKeys/{key}/cryptoKeyVersions/{version}. Empty if CMEK is not configured in this instance.
    KmsKeyState string
    Status of the CMEK key.
    kmsKeyName String
    Name of the CMEK key in KMS (input parameter).
    kmsKeyNameVersion String
    Full name and version of the CMEK key currently in use to encrypt Looker data. Format: projects/{project}/locations/{location}/keyRings/{ring}/cryptoKeys/{key}/cryptoKeyVersions/{version}. Empty if CMEK is not configured in this instance.
    kmsKeyState String
    Status of the CMEK key.
    kmsKeyName string
    Name of the CMEK key in KMS (input parameter).
    kmsKeyNameVersion string
    Full name and version of the CMEK key currently in use to encrypt Looker data. Format: projects/{project}/locations/{location}/keyRings/{ring}/cryptoKeys/{key}/cryptoKeyVersions/{version}. Empty if CMEK is not configured in this instance.
    kmsKeyState string
    Status of the CMEK key.
    kms_key_name str
    Name of the CMEK key in KMS (input parameter).
    kms_key_name_version str
    Full name and version of the CMEK key currently in use to encrypt Looker data. Format: projects/{project}/locations/{location}/keyRings/{ring}/cryptoKeys/{key}/cryptoKeyVersions/{version}. Empty if CMEK is not configured in this instance.
    kms_key_state str
    Status of the CMEK key.
    kmsKeyName String
    Name of the CMEK key in KMS (input parameter).
    kmsKeyNameVersion String
    Full name and version of the CMEK key currently in use to encrypt Looker data. Format: projects/{project}/locations/{location}/keyRings/{ring}/cryptoKeys/{key}/cryptoKeyVersions/{version}. Empty if CMEK is not configured in this instance.
    kmsKeyState String
    Status of the CMEK key.

    MaintenanceScheduleResponse

    EndTime string
    The scheduled end time for the maintenance.
    StartTime string
    The scheduled start time for the maintenance.
    EndTime string
    The scheduled end time for the maintenance.
    StartTime string
    The scheduled start time for the maintenance.
    endTime String
    The scheduled end time for the maintenance.
    startTime String
    The scheduled start time for the maintenance.
    endTime string
    The scheduled end time for the maintenance.
    startTime string
    The scheduled start time for the maintenance.
    end_time str
    The scheduled end time for the maintenance.
    start_time str
    The scheduled start time for the maintenance.
    endTime String
    The scheduled end time for the maintenance.
    startTime String
    The scheduled start time for the maintenance.

    MaintenanceWindowResponse

    DayOfWeek string
    Day of the week for this MaintenanceWindow (in UTC).
    StartTime Pulumi.GoogleNative.Looker.V1.Inputs.TimeOfDayResponse
    Time in UTC when the period starts. Maintenance will be scheduled within 60 minutes.
    DayOfWeek string
    Day of the week for this MaintenanceWindow (in UTC).
    StartTime TimeOfDayResponse
    Time in UTC when the period starts. Maintenance will be scheduled within 60 minutes.
    dayOfWeek String
    Day of the week for this MaintenanceWindow (in UTC).
    startTime TimeOfDayResponse
    Time in UTC when the period starts. Maintenance will be scheduled within 60 minutes.
    dayOfWeek string
    Day of the week for this MaintenanceWindow (in UTC).
    startTime TimeOfDayResponse
    Time in UTC when the period starts. Maintenance will be scheduled within 60 minutes.
    day_of_week str
    Day of the week for this MaintenanceWindow (in UTC).
    start_time TimeOfDayResponse
    Time in UTC when the period starts. Maintenance will be scheduled within 60 minutes.
    dayOfWeek String
    Day of the week for this MaintenanceWindow (in UTC).
    startTime Property Map
    Time in UTC when the period starts. Maintenance will be scheduled within 60 minutes.

    OAuthConfigResponse

    ClientId string
    Input only. Client ID from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
    ClientSecret string
    Input only. Client secret from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
    ClientId string
    Input only. Client ID from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
    ClientSecret string
    Input only. Client secret from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
    clientId String
    Input only. Client ID from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
    clientSecret String
    Input only. Client secret from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
    clientId string
    Input only. Client ID from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
    clientSecret string
    Input only. Client secret from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
    client_id str
    Input only. Client ID from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
    client_secret str
    Input only. Client secret from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
    clientId String
    Input only. Client ID from an external OAuth application. This is an input-only field, and thus will not be set in any responses.
    clientSecret String
    Input only. Client secret from an external OAuth application. This is an input-only field, and thus will not be set in any responses.

    TimeOfDayResponse

    Hours int
    Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    Minutes int
    Minutes of hour of day. Must be from 0 to 59.
    Nanos int
    Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
    Seconds int
    Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
    Hours int
    Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    Minutes int
    Minutes of hour of day. Must be from 0 to 59.
    Nanos int
    Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
    Seconds int
    Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
    hours Integer
    Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    minutes Integer
    Minutes of hour of day. Must be from 0 to 59.
    nanos Integer
    Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
    seconds Integer
    Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
    hours number
    Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    minutes number
    Minutes of hour of day. Must be from 0 to 59.
    nanos number
    Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
    seconds number
    Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
    hours int
    Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    minutes int
    Minutes of hour of day. Must be from 0 to 59.
    nanos int
    Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
    seconds int
    Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.
    hours Number
    Hours of day in 24 hour format. Should be from 0 to 23. An API may choose to allow the value "24:00:00" for scenarios like business closing time.
    minutes Number
    Minutes of hour of day. Must be from 0 to 59.
    nanos Number
    Fractions of seconds in nanoseconds. Must be from 0 to 999,999,999.
    seconds Number
    Seconds of minutes of the time. Must normally be from 0 to 59. An API may allow the value 60 if it allows leap-seconds.

    UserMetadataResponse

    AdditionalDeveloperUserCount int
    Optional. The number of additional developer users the instance owner has purchased.
    AdditionalStandardUserCount int
    Optional. The number of additional standard users the instance owner has purchased.
    AdditionalViewerUserCount int
    Optional. The number of additional viewer users the instance owner has purchased.
    AdditionalDeveloperUserCount int
    Optional. The number of additional developer users the instance owner has purchased.
    AdditionalStandardUserCount int
    Optional. The number of additional standard users the instance owner has purchased.
    AdditionalViewerUserCount int
    Optional. The number of additional viewer users the instance owner has purchased.
    additionalDeveloperUserCount Integer
    Optional. The number of additional developer users the instance owner has purchased.
    additionalStandardUserCount Integer
    Optional. The number of additional standard users the instance owner has purchased.
    additionalViewerUserCount Integer
    Optional. The number of additional viewer users the instance owner has purchased.
    additionalDeveloperUserCount number
    Optional. The number of additional developer users the instance owner has purchased.
    additionalStandardUserCount number
    Optional. The number of additional standard users the instance owner has purchased.
    additionalViewerUserCount number
    Optional. The number of additional viewer users the instance owner has purchased.
    additional_developer_user_count int
    Optional. The number of additional developer users the instance owner has purchased.
    additional_standard_user_count int
    Optional. The number of additional standard users the instance owner has purchased.
    additional_viewer_user_count int
    Optional. The number of additional viewer users the instance owner has purchased.
    additionalDeveloperUserCount Number
    Optional. The number of additional developer users the instance owner has purchased.
    additionalStandardUserCount Number
    Optional. The number of additional standard users the instance owner has purchased.
    additionalViewerUserCount Number
    Optional. The number of additional viewer users the instance owner has purchased.

    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