Name | Type | Description | Notes |
---|---|---|---|
PrivateConnectivityInfo | PrivateConnectivityInfo | ||
AppPlatform | Pointer to AppPlatform | [optional] | |
InfluxUrl | Pointer to NullableString | [optional] | |
OtlpHttpUrl | Pointer to NullableString | [optional] | |
OncallApiUrl | Pointer to NullableString | [optional] |
func NewFormattedApiInstanceConnections(privateConnectivityInfo PrivateConnectivityInfo, ) *FormattedApiInstanceConnections
NewFormattedApiInstanceConnections instantiates a new FormattedApiInstanceConnections 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 NewFormattedApiInstanceConnectionsWithDefaults() *FormattedApiInstanceConnections
NewFormattedApiInstanceConnectionsWithDefaults instantiates a new FormattedApiInstanceConnections 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 *FormattedApiInstanceConnections) GetPrivateConnectivityInfo() PrivateConnectivityInfo
GetPrivateConnectivityInfo returns the PrivateConnectivityInfo field if non-nil, zero value otherwise.
func (o *FormattedApiInstanceConnections) GetPrivateConnectivityInfoOk() (*PrivateConnectivityInfo, bool)
GetPrivateConnectivityInfoOk returns a tuple with the PrivateConnectivityInfo field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiInstanceConnections) SetPrivateConnectivityInfo(v PrivateConnectivityInfo)
SetPrivateConnectivityInfo sets PrivateConnectivityInfo field to given value.
func (o *FormattedApiInstanceConnections) GetAppPlatform() AppPlatform
GetAppPlatform returns the AppPlatform field if non-nil, zero value otherwise.
func (o *FormattedApiInstanceConnections) GetAppPlatformOk() (*AppPlatform, bool)
GetAppPlatformOk returns a tuple with the AppPlatform field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiInstanceConnections) SetAppPlatform(v AppPlatform)
SetAppPlatform sets AppPlatform field to given value.
func (o *FormattedApiInstanceConnections) HasAppPlatform() bool
HasAppPlatform returns a boolean if a field has been set.
func (o *FormattedApiInstanceConnections) GetInfluxUrl() string
GetInfluxUrl returns the InfluxUrl field if non-nil, zero value otherwise.
func (o *FormattedApiInstanceConnections) GetInfluxUrlOk() (*string, bool)
GetInfluxUrlOk returns a tuple with the InfluxUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiInstanceConnections) SetInfluxUrl(v string)
SetInfluxUrl sets InfluxUrl field to given value.
func (o *FormattedApiInstanceConnections) HasInfluxUrl() bool
HasInfluxUrl returns a boolean if a field has been set.
func (o *FormattedApiInstanceConnections) SetInfluxUrlNil(b bool)
SetInfluxUrlNil sets the value for InfluxUrl to be an explicit nil
func (o *FormattedApiInstanceConnections) UnsetInfluxUrl()
UnsetInfluxUrl ensures that no value is present for InfluxUrl, not even an explicit nil
func (o *FormattedApiInstanceConnections) GetOtlpHttpUrl() string
GetOtlpHttpUrl returns the OtlpHttpUrl field if non-nil, zero value otherwise.
func (o *FormattedApiInstanceConnections) GetOtlpHttpUrlOk() (*string, bool)
GetOtlpHttpUrlOk returns a tuple with the OtlpHttpUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiInstanceConnections) SetOtlpHttpUrl(v string)
SetOtlpHttpUrl sets OtlpHttpUrl field to given value.
func (o *FormattedApiInstanceConnections) HasOtlpHttpUrl() bool
HasOtlpHttpUrl returns a boolean if a field has been set.
func (o *FormattedApiInstanceConnections) SetOtlpHttpUrlNil(b bool)
SetOtlpHttpUrlNil sets the value for OtlpHttpUrl to be an explicit nil
func (o *FormattedApiInstanceConnections) UnsetOtlpHttpUrl()
UnsetOtlpHttpUrl ensures that no value is present for OtlpHttpUrl, not even an explicit nil
func (o *FormattedApiInstanceConnections) GetOncallApiUrl() string
GetOncallApiUrl returns the OncallApiUrl field if non-nil, zero value otherwise.
func (o *FormattedApiInstanceConnections) GetOncallApiUrlOk() (*string, bool)
GetOncallApiUrlOk returns a tuple with the OncallApiUrl field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
func (o *FormattedApiInstanceConnections) SetOncallApiUrl(v string)
SetOncallApiUrl sets OncallApiUrl field to given value.
func (o *FormattedApiInstanceConnections) HasOncallApiUrl() bool
HasOncallApiUrl returns a boolean if a field has been set.
func (o *FormattedApiInstanceConnections) SetOncallApiUrlNil(b bool)
SetOncallApiUrlNil sets the value for OncallApiUrl to be an explicit nil
func (o *FormattedApiInstanceConnections) UnsetOncallApiUrl()
UnsetOncallApiUrl ensures that no value is present for OncallApiUrl, not even an explicit nil