Skip to content

Latest commit

 

History

History
186 lines (101 loc) · 4.87 KB

V1Accelerator.md

File metadata and controls

186 lines (101 loc) · 4.87 KB

V1Accelerator

Properties

Name Type Description Notes
DestinationIp Pointer to string [optional]
DestinationPort Pointer to int64 [optional]
Id Pointer to string [optional]
Name Pointer to string [optional]
SubspaceIpv4 Pointer to string [optional]
SubspacePort Pointer to int64 [optional]

Methods

NewV1Accelerator

func NewV1Accelerator() *V1Accelerator

NewV1Accelerator instantiates a new V1Accelerator 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

NewV1AcceleratorWithDefaults

func NewV1AcceleratorWithDefaults() *V1Accelerator

NewV1AcceleratorWithDefaults instantiates a new V1Accelerator 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

GetDestinationIp

func (o *V1Accelerator) GetDestinationIp() string

GetDestinationIp returns the DestinationIp field if non-nil, zero value otherwise.

GetDestinationIpOk

func (o *V1Accelerator) GetDestinationIpOk() (*string, bool)

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

SetDestinationIp

func (o *V1Accelerator) SetDestinationIp(v string)

SetDestinationIp sets DestinationIp field to given value.

HasDestinationIp

func (o *V1Accelerator) HasDestinationIp() bool

HasDestinationIp returns a boolean if a field has been set.

GetDestinationPort

func (o *V1Accelerator) GetDestinationPort() int64

GetDestinationPort returns the DestinationPort field if non-nil, zero value otherwise.

GetDestinationPortOk

func (o *V1Accelerator) GetDestinationPortOk() (*int64, bool)

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

SetDestinationPort

func (o *V1Accelerator) SetDestinationPort(v int64)

SetDestinationPort sets DestinationPort field to given value.

HasDestinationPort

func (o *V1Accelerator) HasDestinationPort() bool

HasDestinationPort returns a boolean if a field has been set.

GetId

func (o *V1Accelerator) GetId() string

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

GetIdOk

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

SetId sets Id field to given value.

HasId

func (o *V1Accelerator) HasId() bool

HasId returns a boolean if a field has been set.

GetName

func (o *V1Accelerator) GetName() string

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

GetNameOk

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

SetName sets Name field to given value.

HasName

func (o *V1Accelerator) HasName() bool

HasName returns a boolean if a field has been set.

GetSubspaceIpv4

func (o *V1Accelerator) GetSubspaceIpv4() string

GetSubspaceIpv4 returns the SubspaceIpv4 field if non-nil, zero value otherwise.

GetSubspaceIpv4Ok

func (o *V1Accelerator) GetSubspaceIpv4Ok() (*string, bool)

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

SetSubspaceIpv4

func (o *V1Accelerator) SetSubspaceIpv4(v string)

SetSubspaceIpv4 sets SubspaceIpv4 field to given value.

HasSubspaceIpv4

func (o *V1Accelerator) HasSubspaceIpv4() bool

HasSubspaceIpv4 returns a boolean if a field has been set.

GetSubspacePort

func (o *V1Accelerator) GetSubspacePort() int64

GetSubspacePort returns the SubspacePort field if non-nil, zero value otherwise.

GetSubspacePortOk

func (o *V1Accelerator) GetSubspacePortOk() (*int64, bool)

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

SetSubspacePort

func (o *V1Accelerator) SetSubspacePort(v int64)

SetSubspacePort sets SubspacePort field to given value.

HasSubspacePort

func (o *V1Accelerator) HasSubspacePort() bool

HasSubspacePort returns a boolean if a field has been set.

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