Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.49 KB

ApiAtlasServerlessAzureTenantEndpointUpdateViewAllOf.md

File metadata and controls

56 lines (31 loc) · 2.49 KB

ApiAtlasServerlessAzureTenantEndpointUpdateViewAllOf

Properties

Name Type Description Notes
PrivateEndpointIpAddress Pointer to string IPv4 address of the private endpoint in your Azure VNet that someone added to this private endpoint service. [optional]

Methods

NewApiAtlasServerlessAzureTenantEndpointUpdateViewAllOf

func NewApiAtlasServerlessAzureTenantEndpointUpdateViewAllOf() *ApiAtlasServerlessAzureTenantEndpointUpdateViewAllOf

NewApiAtlasServerlessAzureTenantEndpointUpdateViewAllOf instantiates a new ApiAtlasServerlessAzureTenantEndpointUpdateViewAllOf 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

NewApiAtlasServerlessAzureTenantEndpointUpdateViewAllOfWithDefaults

func NewApiAtlasServerlessAzureTenantEndpointUpdateViewAllOfWithDefaults() *ApiAtlasServerlessAzureTenantEndpointUpdateViewAllOf

NewApiAtlasServerlessAzureTenantEndpointUpdateViewAllOfWithDefaults instantiates a new ApiAtlasServerlessAzureTenantEndpointUpdateViewAllOf 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

GetPrivateEndpointIpAddress

func (o *ApiAtlasServerlessAzureTenantEndpointUpdateViewAllOf) GetPrivateEndpointIpAddress() string

GetPrivateEndpointIpAddress returns the PrivateEndpointIpAddress field if non-nil, zero value otherwise.

GetPrivateEndpointIpAddressOk

func (o *ApiAtlasServerlessAzureTenantEndpointUpdateViewAllOf) GetPrivateEndpointIpAddressOk() (*string, bool)

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

SetPrivateEndpointIpAddress

func (o *ApiAtlasServerlessAzureTenantEndpointUpdateViewAllOf) SetPrivateEndpointIpAddress(v string)

SetPrivateEndpointIpAddress sets PrivateEndpointIpAddress field to given value.

HasPrivateEndpointIpAddress

func (o *ApiAtlasServerlessAzureTenantEndpointUpdateViewAllOf) HasPrivateEndpointIpAddress() bool

HasPrivateEndpointIpAddress returns a boolean if a field has been set.

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