Skip to content

MdnsRuleOpenApiVO

Properties

Name Type Description Notes
Ap Pointer to ApMdnsRuleOpenApiVO [optional]
Id Pointer to string MDNS rule ID [optional]
Name Pointer to string MDNS rule name [optional]
Osg Pointer to OsgMdnsRuleOpenApiVO [optional]
ProfileIds Pointer to []string ID list of selected Bonjour Service Profile [optional]
Status Pointer to bool MDNS rule enable status [optional]
Type Pointer to int32 MDNS rule type, 0: AP, 1: Gateway [optional]

Methods

NewMdnsRuleOpenApiVO

func NewMdnsRuleOpenApiVO() *MdnsRuleOpenApiVO

NewMdnsRuleOpenApiVO instantiates a new MdnsRuleOpenApiVO 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

NewMdnsRuleOpenApiVOWithDefaults

func NewMdnsRuleOpenApiVOWithDefaults() *MdnsRuleOpenApiVO

NewMdnsRuleOpenApiVOWithDefaults instantiates a new MdnsRuleOpenApiVO 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

GetAp

func (o *MdnsRuleOpenApiVO) GetAp() ApMdnsRuleOpenApiVO

GetAp returns the Ap field if non-nil, zero value otherwise.

GetApOk

func (o *MdnsRuleOpenApiVO) GetApOk() (*ApMdnsRuleOpenApiVO, bool)

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

SetAp

func (o *MdnsRuleOpenApiVO) SetAp(v ApMdnsRuleOpenApiVO)

SetAp sets Ap field to given value.

HasAp

func (o *MdnsRuleOpenApiVO) HasAp() bool

HasAp returns a boolean if a field has been set.

GetId

func (o *MdnsRuleOpenApiVO) GetId() string

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

GetIdOk

func (o *MdnsRuleOpenApiVO) 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 *MdnsRuleOpenApiVO) SetId(v string)

SetId sets Id field to given value.

HasId

func (o *MdnsRuleOpenApiVO) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *MdnsRuleOpenApiVO) GetName() string

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

GetNameOk

func (o *MdnsRuleOpenApiVO) 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 *MdnsRuleOpenApiVO) SetName(v string)

SetName sets Name field to given value.

HasName

func (o *MdnsRuleOpenApiVO) HasName() bool

HasName returns a boolean if a field has been set.

GetOsg

func (o *MdnsRuleOpenApiVO) GetOsg() OsgMdnsRuleOpenApiVO

GetOsg returns the Osg field if non-nil, zero value otherwise.

GetOsgOk

func (o *MdnsRuleOpenApiVO) GetOsgOk() (*OsgMdnsRuleOpenApiVO, bool)

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

SetOsg

func (o *MdnsRuleOpenApiVO) SetOsg(v OsgMdnsRuleOpenApiVO)

SetOsg sets Osg field to given value.

HasOsg

func (o *MdnsRuleOpenApiVO) HasOsg() bool

HasOsg returns a boolean if a field has been set.

GetProfileIds

func (o *MdnsRuleOpenApiVO) GetProfileIds() []string

GetProfileIds returns the ProfileIds field if non-nil, zero value otherwise.

GetProfileIdsOk

func (o *MdnsRuleOpenApiVO) GetProfileIdsOk() (*[]string, bool)

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

SetProfileIds

func (o *MdnsRuleOpenApiVO) SetProfileIds(v []string)

SetProfileIds sets ProfileIds field to given value.

HasProfileIds

func (o *MdnsRuleOpenApiVO) HasProfileIds() bool

HasProfileIds returns a boolean if a field has been set.

GetStatus

func (o *MdnsRuleOpenApiVO) GetStatus() bool

GetStatus returns the Status field if non-nil, zero value otherwise.

GetStatusOk

func (o *MdnsRuleOpenApiVO) GetStatusOk() (*bool, bool)

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

SetStatus

func (o *MdnsRuleOpenApiVO) SetStatus(v bool)

SetStatus sets Status field to given value.

HasStatus

func (o *MdnsRuleOpenApiVO) HasStatus() bool

HasStatus returns a boolean if a field has been set.

GetType

func (o *MdnsRuleOpenApiVO) GetType() int32

GetType returns the Type field if non-nil, zero value otherwise.

GetTypeOk

func (o *MdnsRuleOpenApiVO) GetTypeOk() (*int32, bool)

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

SetType

func (o *MdnsRuleOpenApiVO) SetType(v int32)

SetType sets Type field to given value.

HasType

func (o *MdnsRuleOpenApiVO) HasType() bool

HasType returns a boolean if a field has been set.

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