Skip to content

Files

105 lines (59 loc) · 3.94 KB
·

OutboundControlPlaneCloudProviderIPAddresses.md

File metadata and controls

105 lines (59 loc) · 3.94 KB
·

OutboundControlPlaneCloudProviderIPAddresses

Properties

Name Type Description Notes
Aws Pointer to map[string][]string Control plane IP addresses in AWS. Each key identifies an Amazon Web Services (AWS) region. Each value identifies control plane IP addresses in the AWS region. [optional] [readonly]
Azure Pointer to map[string][]string Control plane IP addresses in Azure. Each key identifies an Azure region. Each value identifies control plane IP addresses in the Azure region. [optional] [readonly]
Gcp Pointer to map[string][]string Control plane IP addresses in GCP. Each key identifies a Google Cloud (GCP) region. Each value identifies control plane IP addresses in the GCP region. [optional] [readonly]

Methods

NewOutboundControlPlaneCloudProviderIPAddresses

func NewOutboundControlPlaneCloudProviderIPAddresses() *OutboundControlPlaneCloudProviderIPAddresses

NewOutboundControlPlaneCloudProviderIPAddresses instantiates a new OutboundControlPlaneCloudProviderIPAddresses 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

NewOutboundControlPlaneCloudProviderIPAddressesWithDefaults

func NewOutboundControlPlaneCloudProviderIPAddressesWithDefaults() *OutboundControlPlaneCloudProviderIPAddresses

NewOutboundControlPlaneCloudProviderIPAddressesWithDefaults instantiates a new OutboundControlPlaneCloudProviderIPAddresses 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

GetAws

func (o *OutboundControlPlaneCloudProviderIPAddresses) GetAws() map[string][]string

GetAws returns the Aws field if non-nil, zero value otherwise.

GetAwsOk

func (o *OutboundControlPlaneCloudProviderIPAddresses) GetAwsOk() (*map[string][]string, bool)

GetAwsOk returns a tuple with the Aws field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAws

func (o *OutboundControlPlaneCloudProviderIPAddresses) SetAws(v map[string][]string)

SetAws sets Aws field to given value.

HasAws

func (o *OutboundControlPlaneCloudProviderIPAddresses) HasAws() bool

HasAws returns a boolean if a field has been set.

GetAzure

func (o *OutboundControlPlaneCloudProviderIPAddresses) GetAzure() map[string][]string

GetAzure returns the Azure field if non-nil, zero value otherwise.

GetAzureOk

func (o *OutboundControlPlaneCloudProviderIPAddresses) GetAzureOk() (*map[string][]string, bool)

GetAzureOk returns a tuple with the Azure field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetAzure

func (o *OutboundControlPlaneCloudProviderIPAddresses) SetAzure(v map[string][]string)

SetAzure sets Azure field to given value.

HasAzure

func (o *OutboundControlPlaneCloudProviderIPAddresses) HasAzure() bool

HasAzure returns a boolean if a field has been set.

GetGcp

func (o *OutboundControlPlaneCloudProviderIPAddresses) GetGcp() map[string][]string

GetGcp returns the Gcp field if non-nil, zero value otherwise.

GetGcpOk

func (o *OutboundControlPlaneCloudProviderIPAddresses) GetGcpOk() (*map[string][]string, bool)

GetGcpOk returns a tuple with the Gcp field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.

SetGcp

func (o *OutboundControlPlaneCloudProviderIPAddresses) SetGcp(v map[string][]string)

SetGcp sets Gcp field to given value.

HasGcp

func (o *OutboundControlPlaneCloudProviderIPAddresses) HasGcp() bool

HasGcp returns a boolean if a field has been set.

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