Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 2.55 KB

GetNetworkSwitchDhcpServerPolicyArpInspectionTrustedServers200ResponseInnerIpv4.md

File metadata and controls

56 lines (31 loc) · 2.55 KB

GetNetworkSwitchDhcpServerPolicyArpInspectionTrustedServers200ResponseInnerIpv4

Properties

Name Type Description Notes
Address Pointer to string IPv4 address of the trusted server. [optional]

Methods

NewGetNetworkSwitchDhcpServerPolicyArpInspectionTrustedServers200ResponseInnerIpv4

func NewGetNetworkSwitchDhcpServerPolicyArpInspectionTrustedServers200ResponseInnerIpv4() *GetNetworkSwitchDhcpServerPolicyArpInspectionTrustedServers200ResponseInnerIpv4

NewGetNetworkSwitchDhcpServerPolicyArpInspectionTrustedServers200ResponseInnerIpv4 instantiates a new GetNetworkSwitchDhcpServerPolicyArpInspectionTrustedServers200ResponseInnerIpv4 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

NewGetNetworkSwitchDhcpServerPolicyArpInspectionTrustedServers200ResponseInnerIpv4WithDefaults

func NewGetNetworkSwitchDhcpServerPolicyArpInspectionTrustedServers200ResponseInnerIpv4WithDefaults() *GetNetworkSwitchDhcpServerPolicyArpInspectionTrustedServers200ResponseInnerIpv4

NewGetNetworkSwitchDhcpServerPolicyArpInspectionTrustedServers200ResponseInnerIpv4WithDefaults instantiates a new GetNetworkSwitchDhcpServerPolicyArpInspectionTrustedServers200ResponseInnerIpv4 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

GetAddress

func (o *GetNetworkSwitchDhcpServerPolicyArpInspectionTrustedServers200ResponseInnerIpv4) GetAddress() string

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

GetAddressOk

func (o *GetNetworkSwitchDhcpServerPolicyArpInspectionTrustedServers200ResponseInnerIpv4) 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 *GetNetworkSwitchDhcpServerPolicyArpInspectionTrustedServers200ResponseInnerIpv4) SetAddress(v string)

SetAddress sets Address field to given value.

HasAddress

func (o *GetNetworkSwitchDhcpServerPolicyArpInspectionTrustedServers200ResponseInnerIpv4) HasAddress() bool

HasAddress returns a boolean if a field has been set.

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