Name | Type | Description | Notes |
---|---|---|---|
Connections | []AwsEndpointConnection | Connections is a list of private endpoints. |
func NewAwsEndpointConnections(connections []AwsEndpointConnection, ) *AwsEndpointConnections
NewAwsEndpointConnections instantiates a new AwsEndpointConnections object. This constructor will assign default values to properties that have it defined, and makes sure properties required by API are set, but the set of arguments will change when the set of required properties is changed.
func NewAwsEndpointConnectionsWithDefaults() *AwsEndpointConnections
NewAwsEndpointConnectionsWithDefaults instantiates a new AwsEndpointConnections object. This constructor will only assign default values to properties that have it defined, but it doesn't guarantee that properties required by API are set.
func (o *AwsEndpointConnections) GetConnections() []AwsEndpointConnection
GetConnections returns the Connections field if non-nil, zero value otherwise.
func (o *AwsEndpointConnections) SetConnections(v []AwsEndpointConnection)
SetConnections sets Connections field to given value.