GetEnvironmentResult

data class GetEnvironmentResult(val apiProxyType: String, val createdAt: String, val deploymentType: String, val description: String, val displayName: String, val forwardProxyUri: String, val lastModifiedAt: String, val name: String, val nodeConfig: GoogleCloudApigeeV1NodeConfigResponse, val properties: GoogleCloudApigeeV1PropertiesResponse, val state: String)

Constructors

Link copied to clipboard
fun GetEnvironmentResult(apiProxyType: String, createdAt: String, deploymentType: String, description: String, displayName: String, forwardProxyUri: String, lastModifiedAt: String, name: String, nodeConfig: GoogleCloudApigeeV1NodeConfigResponse, properties: GoogleCloudApigeeV1PropertiesResponse, state: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Optional. API Proxy type supported by the environment. The type can be set when creating the Environment and cannot be changed.

Link copied to clipboard

Creation time of this environment as milliseconds since epoch.

Link copied to clipboard

Optional. Deployment type supported by the environment. The deployment type can be set when creating the environment and cannot be changed. When you enable archive deployment, you will be prevented from performing a /apigee/docs/api-platform/local-development/overview#prevented-actions within the environment, including: * Managing the deployment of API proxy or shared flow revisions * Creating, updating, or deleting resource files * Creating, updating, or deleting target servers

Link copied to clipboard

Optional. Description of the environment.

Link copied to clipboard

Optional. Display name for this environment.

Link copied to clipboard

Optional. Url of the forward proxy to be applied to the runtime instances in this environment. Must be in the format of {scheme}://{hostname}:{port}. Note that scheme must be one of "http" or "https", and port must be supplied.

Link copied to clipboard

Last modification time of this environment as milliseconds since epoch.

Link copied to clipboard

Name of the environment. Values must match the regular expression ^[.\\p{Alnum}-_]{1,255}$

Link copied to clipboard

Optional. NodeConfig of the environment.

Link copied to clipboard

Optional. Key-value pairs that may be used for customizing the environment.

Link copied to clipboard

State of the environment. Values other than ACTIVE means the resource is not ready to use.