CreateHostRequest

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val name: String?

The name of the host to be created.

Link copied to clipboard

The endpoint of the infrastructure to be represented by the host after it is created.

Link copied to clipboard

The name of the installed provider to be associated with your connection. The host resource represents the infrastructure where your provider type is installed. The valid provider type is GitHub Enterprise Server.

Link copied to clipboard
val tags: List<Tag>?

Tags for the host to be created.

Link copied to clipboard

The VPC configuration to be provisioned for the host. A VPC must be configured and the infrastructure to be represented by the host must already be connected to the VPC.

Functions

Link copied to clipboard
inline fun copy(block: CreateHostRequest.Builder.() -> Unit = {}): CreateHostRequest
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String