Skip to main content
logoTetrate Service BridgeVersion: 1.6.x

Host Info

Host Info specifies information about the host the workload is running on.

Address

Address specifies network address.

FieldDescriptionValidation Rule

ip

string
REQUIRED
IP address.

string = {
  ip: true
}

type

tetrateio.api.onboarding.config.types.registration.v1alpha1.AddressType
REQUIRED
Address type.

enum = {
  not_in: 0
}

HostInfo

HostInfo specifies information about the host the workload is running on.

FieldDescriptionValidation Rule

addresses

List of tetrateio.api.onboarding.config.types.registration.v1alpha1.Address
REQUIRED
Network addresses of the host the workload is running on.

repeated = {
  min_items: 1
  items: {message:{required:true}}
}

AddressType

AddressType specifies type of a network address associated with the workload.

FieldNumberDescription

UNSPECIFIED

0

Not specified.

VPC

1

IP address from the VPC range. Commonly referred to as Private IP or Internal IP.

INTERNET

2

IP address from the Internet range. Commonly referred to as Public IP or External IP.