Builder

class Builder

Properties

Link copied to clipboard
var 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
var 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