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.apigee/v1.getInstance
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
Gets the details for an Apigee runtime instance. Note: Not supported for Apigee hybrid.
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,
organization_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetInstanceResult
def get_instance_output(instance_id: Optional[pulumi.Input[str]] = None,
organization_id: 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:apigee/v1:getInstance
arguments:
# arguments dictionary
The following arguments are supported:
- Instance
Id string - Organization
Id string
- Instance
Id string - Organization
Id string
- instance
Id String - organization
Id String
- instance
Id string - organization
Id string
- instance_
id str - organization_
id str
- instance
Id String - organization
Id String
getInstance Result
The following output properties are available:
- Consumer
Accept List<string>List - Optional. Customer accept list represents the list of projects (id/number) on customer side that can privately connect to the service attachment. It is an optional field which the customers can provide during the instance creation. By default, the customer project associated with the Apigee organization will be included to the list.
- Created
At string - Time the instance was created in milliseconds since epoch.
- Description string
- Optional. Description of the instance.
- Disk
Encryption stringKey Name - Customer Managed Encryption Key (CMEK) used for disk and volume encryption. Required for Apigee paid subscriptions only. Use the following format:
projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)
- Display
Name string - Optional. Display name for the instance.
- Host string
- Internal hostname or IP address of the Apigee endpoint used by clients to connect to the service.
- Ip
Range string - Optional. Comma-separated list of CIDR blocks of length 22 and/or 28 used to create the Apigee instance. Providing CIDR ranges is optional. You can provide just /22 or /28 or both (or neither). Ranges you provide should be freely available as part of a larger named range you have allocated to the Service Networking peering. If this parameter is not provided, Apigee automatically requests an available /22 and /28 CIDR block from Service Networking. Use the /22 CIDR block for configuring your firewall needs to allow traffic from Apigee. Input formats:
a.b.c.d/22
ore.f.g.h/28
ora.b.c.d/22,e.f.g.h/28
- Last
Modified stringAt - Time the instance was last modified in milliseconds since epoch.
- Location string
- Compute Engine location where the instance resides.
- Name string
- Resource ID of the instance. Values must match the regular expression
^a-z{0,30}[a-z\d]$
. - Peering
Cidr stringRange - Optional. Size of the CIDR block range that will be reserved by the instance. PAID organizations support
SLASH_16
toSLASH_20
and defaults toSLASH_16
. Evaluation organizations support onlySLASH_23
. - Port string
- Port number of the exposed Apigee endpoint.
- Runtime
Version string - Version of the runtime system running in the instance. The runtime system is the set of components that serve the API Proxy traffic in your Environments.
- Service
Attachment string - Resource name of the service attachment created for the instance in the format:
projects/*/regions/*/serviceAttachments/*
Apigee customers can privately forward traffic to this service attachment using the PSC endpoints. - State string
- State of the instance. Values other than
ACTIVE
means the resource is not ready to use.
- Consumer
Accept []stringList - Optional. Customer accept list represents the list of projects (id/number) on customer side that can privately connect to the service attachment. It is an optional field which the customers can provide during the instance creation. By default, the customer project associated with the Apigee organization will be included to the list.
- Created
At string - Time the instance was created in milliseconds since epoch.
- Description string
- Optional. Description of the instance.
- Disk
Encryption stringKey Name - Customer Managed Encryption Key (CMEK) used for disk and volume encryption. Required for Apigee paid subscriptions only. Use the following format:
projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)
- Display
Name string - Optional. Display name for the instance.
- Host string
- Internal hostname or IP address of the Apigee endpoint used by clients to connect to the service.
- Ip
Range string - Optional. Comma-separated list of CIDR blocks of length 22 and/or 28 used to create the Apigee instance. Providing CIDR ranges is optional. You can provide just /22 or /28 or both (or neither). Ranges you provide should be freely available as part of a larger named range you have allocated to the Service Networking peering. If this parameter is not provided, Apigee automatically requests an available /22 and /28 CIDR block from Service Networking. Use the /22 CIDR block for configuring your firewall needs to allow traffic from Apigee. Input formats:
a.b.c.d/22
ore.f.g.h/28
ora.b.c.d/22,e.f.g.h/28
- Last
Modified stringAt - Time the instance was last modified in milliseconds since epoch.
- Location string
- Compute Engine location where the instance resides.
- Name string
- Resource ID of the instance. Values must match the regular expression
^a-z{0,30}[a-z\d]$
. - Peering
Cidr stringRange - Optional. Size of the CIDR block range that will be reserved by the instance. PAID organizations support
SLASH_16
toSLASH_20
and defaults toSLASH_16
. Evaluation organizations support onlySLASH_23
. - Port string
- Port number of the exposed Apigee endpoint.
- Runtime
Version string - Version of the runtime system running in the instance. The runtime system is the set of components that serve the API Proxy traffic in your Environments.
- Service
Attachment string - Resource name of the service attachment created for the instance in the format:
projects/*/regions/*/serviceAttachments/*
Apigee customers can privately forward traffic to this service attachment using the PSC endpoints. - State string
- State of the instance. Values other than
ACTIVE
means the resource is not ready to use.
- consumer
Accept List<String>List - Optional. Customer accept list represents the list of projects (id/number) on customer side that can privately connect to the service attachment. It is an optional field which the customers can provide during the instance creation. By default, the customer project associated with the Apigee organization will be included to the list.
- created
At String - Time the instance was created in milliseconds since epoch.
- description String
- Optional. Description of the instance.
- disk
Encryption StringKey Name - Customer Managed Encryption Key (CMEK) used for disk and volume encryption. Required for Apigee paid subscriptions only. Use the following format:
projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)
- display
Name String - Optional. Display name for the instance.
- host String
- Internal hostname or IP address of the Apigee endpoint used by clients to connect to the service.
- ip
Range String - Optional. Comma-separated list of CIDR blocks of length 22 and/or 28 used to create the Apigee instance. Providing CIDR ranges is optional. You can provide just /22 or /28 or both (or neither). Ranges you provide should be freely available as part of a larger named range you have allocated to the Service Networking peering. If this parameter is not provided, Apigee automatically requests an available /22 and /28 CIDR block from Service Networking. Use the /22 CIDR block for configuring your firewall needs to allow traffic from Apigee. Input formats:
a.b.c.d/22
ore.f.g.h/28
ora.b.c.d/22,e.f.g.h/28
- last
Modified StringAt - Time the instance was last modified in milliseconds since epoch.
- location String
- Compute Engine location where the instance resides.
- name String
- Resource ID of the instance. Values must match the regular expression
^a-z{0,30}[a-z\d]$
. - peering
Cidr StringRange - Optional. Size of the CIDR block range that will be reserved by the instance. PAID organizations support
SLASH_16
toSLASH_20
and defaults toSLASH_16
. Evaluation organizations support onlySLASH_23
. - port String
- Port number of the exposed Apigee endpoint.
- runtime
Version String - Version of the runtime system running in the instance. The runtime system is the set of components that serve the API Proxy traffic in your Environments.
- service
Attachment String - Resource name of the service attachment created for the instance in the format:
projects/*/regions/*/serviceAttachments/*
Apigee customers can privately forward traffic to this service attachment using the PSC endpoints. - state String
- State of the instance. Values other than
ACTIVE
means the resource is not ready to use.
- consumer
Accept string[]List - Optional. Customer accept list represents the list of projects (id/number) on customer side that can privately connect to the service attachment. It is an optional field which the customers can provide during the instance creation. By default, the customer project associated with the Apigee organization will be included to the list.
- created
At string - Time the instance was created in milliseconds since epoch.
- description string
- Optional. Description of the instance.
- disk
Encryption stringKey Name - Customer Managed Encryption Key (CMEK) used for disk and volume encryption. Required for Apigee paid subscriptions only. Use the following format:
projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)
- display
Name string - Optional. Display name for the instance.
- host string
- Internal hostname or IP address of the Apigee endpoint used by clients to connect to the service.
- ip
Range string - Optional. Comma-separated list of CIDR blocks of length 22 and/or 28 used to create the Apigee instance. Providing CIDR ranges is optional. You can provide just /22 or /28 or both (or neither). Ranges you provide should be freely available as part of a larger named range you have allocated to the Service Networking peering. If this parameter is not provided, Apigee automatically requests an available /22 and /28 CIDR block from Service Networking. Use the /22 CIDR block for configuring your firewall needs to allow traffic from Apigee. Input formats:
a.b.c.d/22
ore.f.g.h/28
ora.b.c.d/22,e.f.g.h/28
- last
Modified stringAt - Time the instance was last modified in milliseconds since epoch.
- location string
- Compute Engine location where the instance resides.
- name string
- Resource ID of the instance. Values must match the regular expression
^a-z{0,30}[a-z\d]$
. - peering
Cidr stringRange - Optional. Size of the CIDR block range that will be reserved by the instance. PAID organizations support
SLASH_16
toSLASH_20
and defaults toSLASH_16
. Evaluation organizations support onlySLASH_23
. - port string
- Port number of the exposed Apigee endpoint.
- runtime
Version string - Version of the runtime system running in the instance. The runtime system is the set of components that serve the API Proxy traffic in your Environments.
- service
Attachment string - Resource name of the service attachment created for the instance in the format:
projects/*/regions/*/serviceAttachments/*
Apigee customers can privately forward traffic to this service attachment using the PSC endpoints. - state string
- State of the instance. Values other than
ACTIVE
means the resource is not ready to use.
- consumer_
accept_ Sequence[str]list - Optional. Customer accept list represents the list of projects (id/number) on customer side that can privately connect to the service attachment. It is an optional field which the customers can provide during the instance creation. By default, the customer project associated with the Apigee organization will be included to the list.
- created_
at str - Time the instance was created in milliseconds since epoch.
- description str
- Optional. Description of the instance.
- disk_
encryption_ strkey_ name - Customer Managed Encryption Key (CMEK) used for disk and volume encryption. Required for Apigee paid subscriptions only. Use the following format:
projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)
- display_
name str - Optional. Display name for the instance.
- host str
- Internal hostname or IP address of the Apigee endpoint used by clients to connect to the service.
- ip_
range str - Optional. Comma-separated list of CIDR blocks of length 22 and/or 28 used to create the Apigee instance. Providing CIDR ranges is optional. You can provide just /22 or /28 or both (or neither). Ranges you provide should be freely available as part of a larger named range you have allocated to the Service Networking peering. If this parameter is not provided, Apigee automatically requests an available /22 and /28 CIDR block from Service Networking. Use the /22 CIDR block for configuring your firewall needs to allow traffic from Apigee. Input formats:
a.b.c.d/22
ore.f.g.h/28
ora.b.c.d/22,e.f.g.h/28
- last_
modified_ strat - Time the instance was last modified in milliseconds since epoch.
- location str
- Compute Engine location where the instance resides.
- name str
- Resource ID of the instance. Values must match the regular expression
^a-z{0,30}[a-z\d]$
. - peering_
cidr_ strrange - Optional. Size of the CIDR block range that will be reserved by the instance. PAID organizations support
SLASH_16
toSLASH_20
and defaults toSLASH_16
. Evaluation organizations support onlySLASH_23
. - port str
- Port number of the exposed Apigee endpoint.
- runtime_
version str - Version of the runtime system running in the instance. The runtime system is the set of components that serve the API Proxy traffic in your Environments.
- service_
attachment str - Resource name of the service attachment created for the instance in the format:
projects/*/regions/*/serviceAttachments/*
Apigee customers can privately forward traffic to this service attachment using the PSC endpoints. - state str
- State of the instance. Values other than
ACTIVE
means the resource is not ready to use.
- consumer
Accept List<String>List - Optional. Customer accept list represents the list of projects (id/number) on customer side that can privately connect to the service attachment. It is an optional field which the customers can provide during the instance creation. By default, the customer project associated with the Apigee organization will be included to the list.
- created
At String - Time the instance was created in milliseconds since epoch.
- description String
- Optional. Description of the instance.
- disk
Encryption StringKey Name - Customer Managed Encryption Key (CMEK) used for disk and volume encryption. Required for Apigee paid subscriptions only. Use the following format:
projects/([^/]+)/locations/([^/]+)/keyRings/([^/]+)/cryptoKeys/([^/]+)
- display
Name String - Optional. Display name for the instance.
- host String
- Internal hostname or IP address of the Apigee endpoint used by clients to connect to the service.
- ip
Range String - Optional. Comma-separated list of CIDR blocks of length 22 and/or 28 used to create the Apigee instance. Providing CIDR ranges is optional. You can provide just /22 or /28 or both (or neither). Ranges you provide should be freely available as part of a larger named range you have allocated to the Service Networking peering. If this parameter is not provided, Apigee automatically requests an available /22 and /28 CIDR block from Service Networking. Use the /22 CIDR block for configuring your firewall needs to allow traffic from Apigee. Input formats:
a.b.c.d/22
ore.f.g.h/28
ora.b.c.d/22,e.f.g.h/28
- last
Modified StringAt - Time the instance was last modified in milliseconds since epoch.
- location String
- Compute Engine location where the instance resides.
- name String
- Resource ID of the instance. Values must match the regular expression
^a-z{0,30}[a-z\d]$
. - peering
Cidr StringRange - Optional. Size of the CIDR block range that will be reserved by the instance. PAID organizations support
SLASH_16
toSLASH_20
and defaults toSLASH_16
. Evaluation organizations support onlySLASH_23
. - port String
- Port number of the exposed Apigee endpoint.
- runtime
Version String - Version of the runtime system running in the instance. The runtime system is the set of components that serve the API Proxy traffic in your Environments.
- service
Attachment String - Resource name of the service attachment created for the instance in the format:
projects/*/regions/*/serviceAttachments/*
Apigee customers can privately forward traffic to this service attachment using the PSC endpoints. - state String
- State of the instance. Values other than
ACTIVE
means the resource is not ready to use.
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