Skip to content

Latest commit

 

History

History
43 lines (24 loc) · 1.51 KB

AwsEndpointConnections.md

File metadata and controls

43 lines (24 loc) · 1.51 KB

AwsEndpointConnections

Properties

Name Type Description Notes
Connections []AwsEndpointConnection Connections is a list of private endpoints.

Methods

NewAwsEndpointConnections

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.

NewAwsEndpointConnectionsWithDefaults

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.

GetConnections

func (o *AwsEndpointConnections) GetConnections() []AwsEndpointConnection

GetConnections returns the Connections field if non-nil, zero value otherwise.

SetConnections

func (o *AwsEndpointConnections) SetConnections(v []AwsEndpointConnection)

SetConnections sets Connections field to given value.

[Back to Model list] [Back to API list] [Back to README]