1. Packages
  2. Google Cloud Native
  3. API Docs
  4. connectors
  5. connectors/v1
  6. getManagedZone

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.connectors/v1.getManagedZone

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 ManagedZone.

    Using getManagedZone

    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 getManagedZone(args: GetManagedZoneArgs, opts?: InvokeOptions): Promise<GetManagedZoneResult>
    function getManagedZoneOutput(args: GetManagedZoneOutputArgs, opts?: InvokeOptions): Output<GetManagedZoneResult>
    def get_managed_zone(managed_zone: Optional[str] = None,
                         project: Optional[str] = None,
                         opts: Optional[InvokeOptions] = None) -> GetManagedZoneResult
    def get_managed_zone_output(managed_zone: Optional[pulumi.Input[str]] = None,
                         project: Optional[pulumi.Input[str]] = None,
                         opts: Optional[InvokeOptions] = None) -> Output[GetManagedZoneResult]
    func LookupManagedZone(ctx *Context, args *LookupManagedZoneArgs, opts ...InvokeOption) (*LookupManagedZoneResult, error)
    func LookupManagedZoneOutput(ctx *Context, args *LookupManagedZoneOutputArgs, opts ...InvokeOption) LookupManagedZoneResultOutput

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

    public static class GetManagedZone 
    {
        public static Task<GetManagedZoneResult> InvokeAsync(GetManagedZoneArgs args, InvokeOptions? opts = null)
        public static Output<GetManagedZoneResult> Invoke(GetManagedZoneInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetManagedZoneResult> getManagedZone(GetManagedZoneArgs args, InvokeOptions options)
    // Output-based functions aren't available in Java yet
    
    fn::invoke:
      function: google-native:connectors/v1:getManagedZone
      arguments:
        # arguments dictionary

    The following arguments are supported:

    ManagedZone string
    Project string
    ManagedZone string
    Project string
    managedZone String
    project String
    managedZone string
    project string
    managedZone String
    project String

    getManagedZone Result

    The following output properties are available:

    CreateTime string
    Created time.
    Description string
    Optional. Description of the resource.
    Dns string
    DNS Name of the resource
    Labels Dictionary<string, string>
    Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
    Name string
    Resource name of the Managed Zone. Format: projects/{project}/locations/global/managedZones/{managed_zone}
    TargetProject string
    The name of the Target Project
    TargetVpc string
    The name of the Target Project VPC Network
    UpdateTime string
    Updated time.
    CreateTime string
    Created time.
    Description string
    Optional. Description of the resource.
    Dns string
    DNS Name of the resource
    Labels map[string]string
    Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
    Name string
    Resource name of the Managed Zone. Format: projects/{project}/locations/global/managedZones/{managed_zone}
    TargetProject string
    The name of the Target Project
    TargetVpc string
    The name of the Target Project VPC Network
    UpdateTime string
    Updated time.
    createTime String
    Created time.
    description String
    Optional. Description of the resource.
    dns String
    DNS Name of the resource
    labels Map<String,String>
    Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
    name String
    Resource name of the Managed Zone. Format: projects/{project}/locations/global/managedZones/{managed_zone}
    targetProject String
    The name of the Target Project
    targetVpc String
    The name of the Target Project VPC Network
    updateTime String
    Updated time.
    createTime string
    Created time.
    description string
    Optional. Description of the resource.
    dns string
    DNS Name of the resource
    labels {[key: string]: string}
    Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
    name string
    Resource name of the Managed Zone. Format: projects/{project}/locations/global/managedZones/{managed_zone}
    targetProject string
    The name of the Target Project
    targetVpc string
    The name of the Target Project VPC Network
    updateTime string
    Updated time.
    create_time str
    Created time.
    description str
    Optional. Description of the resource.
    dns str
    DNS Name of the resource
    labels Mapping[str, str]
    Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
    name str
    Resource name of the Managed Zone. Format: projects/{project}/locations/global/managedZones/{managed_zone}
    target_project str
    The name of the Target Project
    target_vpc str
    The name of the Target Project VPC Network
    update_time str
    Updated time.
    createTime String
    Created time.
    description String
    Optional. Description of the resource.
    dns String
    DNS Name of the resource
    labels Map<String>
    Optional. Resource labels to represent user-provided metadata. Refer to cloud documentation on labels for more details. https://cloud.google.com/compute/docs/labeling-resources
    name String
    Resource name of the Managed Zone. Format: projects/{project}/locations/global/managedZones/{managed_zone}
    targetProject String
    The name of the Target Project
    targetVpc String
    The name of the Target Project VPC Network
    updateTime String
    Updated time.

    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