OsgMdnsRuleTemplateOpenApiVO
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| ClientNetworks | []string | LAN Network ID list of selected client networks. LAN Network can be created using 'Create LAN network template' interface, and LAN Network ID can be obtained from 'Get LAN network template list' interface | |
| ServiceNetworks | []string | LAN Network ID list of selected service networks. LAN Network can be created using 'Create LAN network template' interface, and LAN Network ID can be obtained from 'Get LAN network template list' interface |
Methods
NewOsgMdnsRuleTemplateOpenApiVO
func NewOsgMdnsRuleTemplateOpenApiVO(clientNetworks []string, serviceNetworks []string, ) *OsgMdnsRuleTemplateOpenApiVO
NewOsgMdnsRuleTemplateOpenApiVO instantiates a new OsgMdnsRuleTemplateOpenApiVO 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
NewOsgMdnsRuleTemplateOpenApiVOWithDefaults
func NewOsgMdnsRuleTemplateOpenApiVOWithDefaults() *OsgMdnsRuleTemplateOpenApiVO
NewOsgMdnsRuleTemplateOpenApiVOWithDefaults instantiates a new OsgMdnsRuleTemplateOpenApiVO 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
GetClientNetworks
func (o *OsgMdnsRuleTemplateOpenApiVO) GetClientNetworks() []string
GetClientNetworks returns the ClientNetworks field if non-nil, zero value otherwise.
GetClientNetworksOk
func (o *OsgMdnsRuleTemplateOpenApiVO) GetClientNetworksOk() (*[]string, bool)
GetClientNetworksOk returns a tuple with the ClientNetworks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetClientNetworks
func (o *OsgMdnsRuleTemplateOpenApiVO) SetClientNetworks(v []string)
SetClientNetworks sets ClientNetworks field to given value.
GetServiceNetworks
func (o *OsgMdnsRuleTemplateOpenApiVO) GetServiceNetworks() []string
GetServiceNetworks returns the ServiceNetworks field if non-nil, zero value otherwise.
GetServiceNetworksOk
func (o *OsgMdnsRuleTemplateOpenApiVO) GetServiceNetworksOk() (*[]string, bool)
GetServiceNetworksOk returns a tuple with the ServiceNetworks field if it's non-nil, zero value otherwise and a boolean to check if the value has been set.
SetServiceNetworks
func (o *OsgMdnsRuleTemplateOpenApiVO) SetServiceNetworks(v []string)
SetServiceNetworks sets ServiceNetworks field to given value.