Skip to content

Latest commit

 

History

History
134 lines (73 loc) · 4.1 KB

InlinedDhcpRoleServerInterface.md

File metadata and controls

134 lines (73 loc) · 4.1 KB

InlinedDhcpRoleServerInterface

Properties

Name Type Description Notes
Id Pointer to int64 The resource identifier. [optional]
Type Pointer to string The resource type. [optional]
Name Pointer to string The name of the resource. [optional] [readonly]
DeploymentRoleInterfaceType Pointer to string The type of the deployment role server interface [optional]

Methods

NewInlinedDhcpRoleServerInterface

func NewInlinedDhcpRoleServerInterface() *InlinedDhcpRoleServerInterface

NewInlinedDhcpRoleServerInterface instantiates a new InlinedDhcpRoleServerInterface 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

NewInlinedDhcpRoleServerInterfaceWithDefaults

func NewInlinedDhcpRoleServerInterfaceWithDefaults() *InlinedDhcpRoleServerInterface

NewInlinedDhcpRoleServerInterfaceWithDefaults instantiates a new InlinedDhcpRoleServerInterface 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 *InlinedDhcpRoleServerInterface) GetId() int64

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

GetIdOk

func (o *InlinedDhcpRoleServerInterface) GetIdOk() (*int64, 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 *InlinedDhcpRoleServerInterface) SetId(v int64)

SetId sets Id field to given value.

HasId

func (o *InlinedDhcpRoleServerInterface) HasId() bool

HasId returns a boolean if a field has been set.

GetType

func (o *InlinedDhcpRoleServerInterface) GetType() string

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

GetTypeOk

func (o *InlinedDhcpRoleServerInterface) GetTypeOk() (*string, 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 *InlinedDhcpRoleServerInterface) SetType(v string)

SetType sets Type field to given value.

HasType

func (o *InlinedDhcpRoleServerInterface) HasType() bool

HasType returns a boolean if a field has been set.

GetName

func (o *InlinedDhcpRoleServerInterface) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *InlinedDhcpRoleServerInterface) HasName() bool

HasName returns a boolean if a field has been set.

GetDeploymentRoleInterfaceType

func (o *InlinedDhcpRoleServerInterface) GetDeploymentRoleInterfaceType() string

GetDeploymentRoleInterfaceType returns the DeploymentRoleInterfaceType field if non-nil, zero value otherwise.

GetDeploymentRoleInterfaceTypeOk

func (o *InlinedDhcpRoleServerInterface) GetDeploymentRoleInterfaceTypeOk() (*string, bool)

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

SetDeploymentRoleInterfaceType

func (o *InlinedDhcpRoleServerInterface) SetDeploymentRoleInterfaceType(v string)

SetDeploymentRoleInterfaceType sets DeploymentRoleInterfaceType field to given value.

HasDeploymentRoleInterfaceType

func (o *InlinedDhcpRoleServerInterface) HasDeploymentRoleInterfaceType() bool

HasDeploymentRoleInterfaceType returns a boolean if a field has been set.

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