Reference documentation and code samples for the Developer Connect V1 API class Google::Cloud::Developerconnect::V1::RuntimeConfig.
RuntimeConfig represents the runtimes where the application is deployed.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#app_hub_workload
def app_hub_workload() -> ::Google::Cloud::Developerconnect::V1::AppHubWorkload
Returns
- (::Google::Cloud::Developerconnect::V1::AppHubWorkload) — Output only. App Hub Workload.
#gke_workload
def gke_workload() -> ::Google::Cloud::Developerconnect::V1::GKEWorkload
Returns
- (::Google::Cloud::Developerconnect::V1::GKEWorkload) — Output only. Google Kubernetes Engine runtime.
#state
def state() -> ::Google::Cloud::Developerconnect::V1::RuntimeConfig::State
Returns
- (::Google::Cloud::Developerconnect::V1::RuntimeConfig::State) — Output only. The state of the Runtime.
#uri
def uri() -> ::String
Returns
- (::String) — Required. Immutable. The URI of the runtime configuration. For GKE, this is the cluster name. For Cloud Run, this is the service name.
#uri=
def uri=(value) -> ::String
Parameter
- value (::String) — Required. Immutable. The URI of the runtime configuration. For GKE, this is the cluster name. For Cloud Run, this is the service name.
Returns
- (::String) — Required. Immutable. The URI of the runtime configuration. For GKE, this is the cluster name. For Cloud Run, this is the service name.