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] |
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
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
func (o *V1Accelerator) GetDestinationIp() string
GetDestinationIp returns the DestinationIp field if non-nil, zero value otherwise.
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.
func (o *V1Accelerator) SetDestinationIp(v string)
SetDestinationIp sets DestinationIp field to given value.
func (o *V1Accelerator) HasDestinationIp() bool
HasDestinationIp returns a boolean if a field has been set.
func (o *V1Accelerator) GetDestinationPort() int64
GetDestinationPort returns the DestinationPort field if non-nil, zero value otherwise.
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.
func (o *V1Accelerator) SetDestinationPort(v int64)
SetDestinationPort sets DestinationPort field to given value.
func (o *V1Accelerator) HasDestinationPort() bool
HasDestinationPort returns a boolean if a field has been set.
func (o *V1Accelerator) GetId() string
GetId returns the Id field if non-nil, zero value otherwise.
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.
func (o *V1Accelerator) SetId(v string)
SetId sets Id field to given value.
func (o *V1Accelerator) HasId() bool
HasId returns a boolean if a field has been set.
func (o *V1Accelerator) GetName() string
GetName returns the Name field if non-nil, zero value otherwise.
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.
func (o *V1Accelerator) SetName(v string)
SetName sets Name field to given value.
func (o *V1Accelerator) HasName() bool
HasName returns a boolean if a field has been set.
func (o *V1Accelerator) GetSubspaceIpv4() string
GetSubspaceIpv4 returns the SubspaceIpv4 field if non-nil, zero value otherwise.
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.
func (o *V1Accelerator) SetSubspaceIpv4(v string)
SetSubspaceIpv4 sets SubspaceIpv4 field to given value.
func (o *V1Accelerator) HasSubspaceIpv4() bool
HasSubspaceIpv4 returns a boolean if a field has been set.
func (o *V1Accelerator) GetSubspacePort() int64
GetSubspacePort returns the SubspacePort field if non-nil, zero value otherwise.
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.
func (o *V1Accelerator) SetSubspacePort(v int64)
SetSubspacePort sets SubspacePort field to given value.
func (o *V1Accelerator) HasSubspacePort() bool
HasSubspacePort returns a boolean if a field has been set.