Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 5.02 KB

GetOrganizationInsightMonitoredMediaServers200ResponseInner.md

File metadata and controls

134 lines (73 loc) · 5.02 KB

GetOrganizationInsightMonitoredMediaServers200ResponseInner

Properties

Name Type Description Notes
Id Pointer to string Monitored media server id [optional]
Name Pointer to string The name of the VoIP provider [optional]
Address Pointer to string The IP address (IPv4 only) or hostname of the media server to monitor [optional]
BestEffortMonitoringEnabled Pointer to bool Indicates that if the media server doesn't respond to ICMP pings, the nearest hop will be used in its stead [optional]

Methods

NewGetOrganizationInsightMonitoredMediaServers200ResponseInner

func NewGetOrganizationInsightMonitoredMediaServers200ResponseInner() *GetOrganizationInsightMonitoredMediaServers200ResponseInner

NewGetOrganizationInsightMonitoredMediaServers200ResponseInner instantiates a new GetOrganizationInsightMonitoredMediaServers200ResponseInner 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

NewGetOrganizationInsightMonitoredMediaServers200ResponseInnerWithDefaults

func NewGetOrganizationInsightMonitoredMediaServers200ResponseInnerWithDefaults() *GetOrganizationInsightMonitoredMediaServers200ResponseInner

NewGetOrganizationInsightMonitoredMediaServers200ResponseInnerWithDefaults instantiates a new GetOrganizationInsightMonitoredMediaServers200ResponseInner 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

GetId

func (o *GetOrganizationInsightMonitoredMediaServers200ResponseInner) GetId() string

GetId returns the Id field if non-nil, zero value otherwise.

GetIdOk

func (o *GetOrganizationInsightMonitoredMediaServers200ResponseInner) GetIdOk() (*string, bool)

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

SetId

func (o *GetOrganizationInsightMonitoredMediaServers200ResponseInner) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *GetOrganizationInsightMonitoredMediaServers200ResponseInner) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *GetOrganizationInsightMonitoredMediaServers200ResponseInner) GetName() string

GetName returns the Name field if non-nil, zero value otherwise.

GetNameOk

func (o *GetOrganizationInsightMonitoredMediaServers200ResponseInner) GetNameOk() (*string, bool)

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

SetName

func (o *GetOrganizationInsightMonitoredMediaServers200ResponseInner) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *GetOrganizationInsightMonitoredMediaServers200ResponseInner) HasName() bool

HasName returns a boolean if a field has been set.

GetAddress

func (o *GetOrganizationInsightMonitoredMediaServers200ResponseInner) GetAddress() string

GetAddress returns the Address field if non-nil, zero value otherwise.

GetAddressOk

func (o *GetOrganizationInsightMonitoredMediaServers200ResponseInner) GetAddressOk() (*string, bool)

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

SetAddress

func (o *GetOrganizationInsightMonitoredMediaServers200ResponseInner) SetAddress(v string)

SetAddress sets Address field to given value.

HasAddress

func (o *GetOrganizationInsightMonitoredMediaServers200ResponseInner) HasAddress() bool

HasAddress returns a boolean if a field has been set.

GetBestEffortMonitoringEnabled

func (o *GetOrganizationInsightMonitoredMediaServers200ResponseInner) GetBestEffortMonitoringEnabled() bool

GetBestEffortMonitoringEnabled returns the BestEffortMonitoringEnabled field if non-nil, zero value otherwise.

GetBestEffortMonitoringEnabledOk

func (o *GetOrganizationInsightMonitoredMediaServers200ResponseInner) GetBestEffortMonitoringEnabledOk() (*bool, bool)

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

SetBestEffortMonitoringEnabled

func (o *GetOrganizationInsightMonitoredMediaServers200ResponseInner) SetBestEffortMonitoringEnabled(v bool)

SetBestEffortMonitoringEnabled sets BestEffortMonitoringEnabled field to given value.

HasBestEffortMonitoringEnabled

func (o *GetOrganizationInsightMonitoredMediaServers200ResponseInner) HasBestEffortMonitoringEnabled() bool

HasBestEffortMonitoringEnabled returns a boolean if a field has been set.

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