public_client

package
v0.12.76 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 28, 2024 License: Apache-2.0 Imports: 41 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ListPublicDevicesDescriptor added in v0.4.28

type ListPublicDevicesDescriptor struct{}

func GetListPublicDevicesDescriptor added in v0.4.28

func GetListPublicDevicesDescriptor() *ListPublicDevicesDescriptor

func (*ListPublicDevicesDescriptor) GetApiDescriptor added in v0.4.28

func (*ListPublicDevicesDescriptor) GetApiName added in v0.4.28

func (d *ListPublicDevicesDescriptor) GetApiName() string

func (*ListPublicDevicesDescriptor) GetClientMsgReflectHandle added in v0.4.28

func (d *ListPublicDevicesDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ListPublicDevicesDescriptor) GetFullMethodName added in v0.4.28

func (d *ListPublicDevicesDescriptor) GetFullMethodName() string

func (*ListPublicDevicesDescriptor) GetMethodName added in v0.4.28

func (d *ListPublicDevicesDescriptor) GetMethodName() string

func (*ListPublicDevicesDescriptor) GetProtoPkgName added in v0.4.28

func (d *ListPublicDevicesDescriptor) GetProtoPkgName() string

func (*ListPublicDevicesDescriptor) GetResourceDescriptor added in v0.4.30

func (d *ListPublicDevicesDescriptor) GetResourceDescriptor() gotenresource.Descriptor

func (*ListPublicDevicesDescriptor) GetServerMsgReflectHandle added in v0.4.28

func (d *ListPublicDevicesDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle

func (*ListPublicDevicesDescriptor) GetServiceDomain added in v0.4.28

func (d *ListPublicDevicesDescriptor) GetServiceDomain() string

func (*ListPublicDevicesDescriptor) GetServiceVersion added in v0.4.28

func (d *ListPublicDevicesDescriptor) GetServiceVersion() string

func (*ListPublicDevicesDescriptor) GetVerb added in v0.4.28

func (d *ListPublicDevicesDescriptor) GetVerb() string

func (*ListPublicDevicesDescriptor) HasResource added in v0.4.30

func (d *ListPublicDevicesDescriptor) HasResource() bool

func (*ListPublicDevicesDescriptor) IsClientStream added in v0.4.28

func (d *ListPublicDevicesDescriptor) IsClientStream() bool

func (*ListPublicDevicesDescriptor) IsCollection added in v0.4.30

func (d *ListPublicDevicesDescriptor) IsCollection() bool

func (*ListPublicDevicesDescriptor) IsPlural added in v0.4.30

func (d *ListPublicDevicesDescriptor) IsPlural() bool

func (*ListPublicDevicesDescriptor) IsServerStream added in v0.4.28

func (d *ListPublicDevicesDescriptor) IsServerStream() bool

func (*ListPublicDevicesDescriptor) IsUnary added in v0.4.28

func (d *ListPublicDevicesDescriptor) IsUnary() bool

func (*ListPublicDevicesDescriptor) NewEmptyClientMsg added in v0.4.28

func (d *ListPublicDevicesDescriptor) NewEmptyClientMsg() proto.Message

func (*ListPublicDevicesDescriptor) NewEmptyServerMsg added in v0.4.28

func (d *ListPublicDevicesDescriptor) NewEmptyServerMsg() proto.Message

func (*ListPublicDevicesDescriptor) RequestHasResourceBody added in v0.4.28

func (d *ListPublicDevicesDescriptor) RequestHasResourceBody() bool

type ListPublicDevicesDescriptorClientMsgHandle added in v0.4.28

type ListPublicDevicesDescriptorClientMsgHandle struct{}

func (*ListPublicDevicesDescriptorClientMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListPublicDevicesDescriptorClientMsgHandle) ExtractResourceName added in v0.4.30

func (*ListPublicDevicesDescriptorClientMsgHandle) ExtractResourceNames added in v0.4.30

type ListPublicDevicesDescriptorServerMsgHandle added in v0.4.28

type ListPublicDevicesDescriptorServerMsgHandle struct{}

func (*ListPublicDevicesDescriptorServerMsgHandle) ExtractCollectionName added in v0.4.30

func (*ListPublicDevicesDescriptorServerMsgHandle) ExtractResourceName added in v0.4.30

func (*ListPublicDevicesDescriptorServerMsgHandle) ExtractResourceNames added in v0.4.30

type ListPublicDevicesRequest

type ListPublicDevicesRequest struct {

	// Name of Project_Reference
	Parent *device.ParentName `protobuf:"bytes,1,opt,customtype=ParentName,name=parent,proto3" json:"parent,omitempty" firestore:"parent"`
	// Requested page size. Server may return fewer Devices than requested.
	// If unspecified, server will pick an appropriate default.
	PageSize int32 `protobuf:"varint,2,opt,name=page_size,json=pageSize,proto3" json:"page_size,omitempty" firestore:"pageSize"`
	// A token identifying a page of results the server should return.
	// Typically, this is the value of
	// [ListDevicesResponse.next_page_token][ntt.devices.v1alpha.ListDevicesResponse.next_page_token]
	PageToken *device.PagerCursor `` /* 133-byte string literal not displayed */
	// Order By -
	// https://cloud.google.com/apis/design/design_patterns#list_pagination list
	// of field path with order directive, either 'asc' or 'desc'. If direction is
	// not provided, 'asc' is assumed. e.g. "state.nested_field asc,
	// state.something.else desc, theme"
	OrderBy *device.OrderBy `protobuf:"bytes,4,opt,customtype=OrderBy,name=order_by,json=orderBy,proto3" json:"order_by,omitempty" firestore:"orderBy"`
	// Filter - filter results by field criteria. Simplified SQL-like syntax with
	// following operators:
	// <=, >=, =, !=, <, >, LIKE, CONTAINS (aliases CONTAIN, HAS, HAVE), IN, IS
	// [NOT] NULL | NaN . Combine conditions with OR | AND example: 'meta.labels
	// CONTAINS "severity:important" OR (state.last_error_time >
	// "2018-11-15T10:00:00Z" AND state.status = "ERROR")'
	Filter *device.Filter `protobuf:"bytes,5,opt,customtype=Filter,name=filter,proto3" json:"filter,omitempty" firestore:"filter"`
	// A list of extra fields to be requested on top of those defined by request
	// field View.
	FieldMask *device.Device_FieldMask `` /* 138-byte string literal not displayed */
	// View defines list of standard response fields present in response items.
	// Additional fields can be amended by request field field_mask
	View view.View `protobuf:"varint,7,opt,name=view,proto3,enum=goten.view.View" json:"view,omitempty" firestore:"view"`
	// contains filtered or unexported fields
}

Request message for method [ListPublicDevices][ntt.devices.v1alpha.ListPublicDevices]

func (*ListPublicDevicesRequest) Clone

func (*ListPublicDevicesRequest) CloneRaw

func (*ListPublicDevicesRequest) Descriptor

func (*ListPublicDevicesRequest) Descriptor() ([]byte, []int)

Deprecated, Use ListPublicDevicesRequest.ProtoReflect.Descriptor instead.

func (*ListPublicDevicesRequest) GetFieldMask

func (*ListPublicDevicesRequest) GetFilter

func (m *ListPublicDevicesRequest) GetFilter() *device.Filter

func (*ListPublicDevicesRequest) GetOrderBy

func (m *ListPublicDevicesRequest) GetOrderBy() *device.OrderBy

func (*ListPublicDevicesRequest) GetPageSize

func (m *ListPublicDevicesRequest) GetPageSize() int32

func (*ListPublicDevicesRequest) GetPageToken

func (m *ListPublicDevicesRequest) GetPageToken() *device.PagerCursor

func (*ListPublicDevicesRequest) GetParent

func (m *ListPublicDevicesRequest) GetParent() *device.ParentName

func (*ListPublicDevicesRequest) GetView

func (m *ListPublicDevicesRequest) GetView() view.View

func (*ListPublicDevicesRequest) GotenMessage

func (*ListPublicDevicesRequest) GotenMessage()

func (*ListPublicDevicesRequest) GotenObjectExt

func (o *ListPublicDevicesRequest) GotenObjectExt()

func (*ListPublicDevicesRequest) GotenValidate

func (obj *ListPublicDevicesRequest) GotenValidate() error

func (*ListPublicDevicesRequest) MakeDiffFieldMask

func (*ListPublicDevicesRequest) MakeFullFieldMask

func (*ListPublicDevicesRequest) MakeRawDiffFieldMask

func (*ListPublicDevicesRequest) MakeRawFullFieldMask

func (o *ListPublicDevicesRequest) MakeRawFullFieldMask() gotenobject.FieldMask

func (*ListPublicDevicesRequest) Marshal

func (m *ListPublicDevicesRequest) Marshal() ([]byte, error)

func (*ListPublicDevicesRequest) MarshalJSON

func (m *ListPublicDevicesRequest) MarshalJSON() ([]byte, error)

func (*ListPublicDevicesRequest) Merge

func (*ListPublicDevicesRequest) MergeRaw

func (*ListPublicDevicesRequest) ProtoMessage

func (*ListPublicDevicesRequest) ProtoMessage()

func (*ListPublicDevicesRequest) ProtoReflect

func (m *ListPublicDevicesRequest) ProtoReflect() preflect.Message

func (*ListPublicDevicesRequest) Reset

func (m *ListPublicDevicesRequest) Reset()

func (*ListPublicDevicesRequest) SetFieldMask

func (m *ListPublicDevicesRequest) SetFieldMask(fv *device.Device_FieldMask)

func (*ListPublicDevicesRequest) SetFilter

func (m *ListPublicDevicesRequest) SetFilter(fv *device.Filter)

func (*ListPublicDevicesRequest) SetOrderBy

func (m *ListPublicDevicesRequest) SetOrderBy(fv *device.OrderBy)

func (*ListPublicDevicesRequest) SetPageSize

func (m *ListPublicDevicesRequest) SetPageSize(fv int32)

func (*ListPublicDevicesRequest) SetPageToken

func (m *ListPublicDevicesRequest) SetPageToken(fv *device.PagerCursor)

func (*ListPublicDevicesRequest) SetParent

func (m *ListPublicDevicesRequest) SetParent(fv *device.ParentName)

func (*ListPublicDevicesRequest) SetView

func (m *ListPublicDevicesRequest) SetView(fv view.View)

func (*ListPublicDevicesRequest) String

func (m *ListPublicDevicesRequest) String() string

func (*ListPublicDevicesRequest) Unmarshal

func (m *ListPublicDevicesRequest) Unmarshal(b []byte) error

func (*ListPublicDevicesRequest) UnmarshalJSON

func (m *ListPublicDevicesRequest) UnmarshalJSON(data []byte) error

type ListPublicDevicesRequestFieldPathBuilder

type ListPublicDevicesRequestFieldPathBuilder struct{}

func NewListPublicDevicesRequestFieldPathBuilder

func NewListPublicDevicesRequestFieldPathBuilder() ListPublicDevicesRequestFieldPathBuilder

func (ListPublicDevicesRequestFieldPathBuilder) FieldMask

func (ListPublicDevicesRequestFieldPathBuilder) Filter

func (ListPublicDevicesRequestFieldPathBuilder) OrderBy

func (ListPublicDevicesRequestFieldPathBuilder) PageSize

func (ListPublicDevicesRequestFieldPathBuilder) PageToken

func (ListPublicDevicesRequestFieldPathBuilder) Parent

func (ListPublicDevicesRequestFieldPathBuilder) View

type ListPublicDevicesRequestPathSelectorFieldMask

type ListPublicDevicesRequestPathSelectorFieldMask struct{}

func (ListPublicDevicesRequestPathSelectorFieldMask) FieldPath

func (ListPublicDevicesRequestPathSelectorFieldMask) WithArrayOfValues

func (ListPublicDevicesRequestPathSelectorFieldMask) WithValue

type ListPublicDevicesRequestPathSelectorFilter

type ListPublicDevicesRequestPathSelectorFilter struct{}

func (ListPublicDevicesRequestPathSelectorFilter) FieldPath

func (ListPublicDevicesRequestPathSelectorFilter) WithArrayOfValues

func (ListPublicDevicesRequestPathSelectorFilter) WithValue

type ListPublicDevicesRequestPathSelectorOrderBy

type ListPublicDevicesRequestPathSelectorOrderBy struct{}

func (ListPublicDevicesRequestPathSelectorOrderBy) FieldPath

func (ListPublicDevicesRequestPathSelectorOrderBy) WithArrayOfValues

func (ListPublicDevicesRequestPathSelectorOrderBy) WithValue

type ListPublicDevicesRequestPathSelectorPageSize

type ListPublicDevicesRequestPathSelectorPageSize struct{}

func (ListPublicDevicesRequestPathSelectorPageSize) FieldPath

func (ListPublicDevicesRequestPathSelectorPageSize) WithArrayOfValues

func (ListPublicDevicesRequestPathSelectorPageSize) WithValue

type ListPublicDevicesRequestPathSelectorPageToken

type ListPublicDevicesRequestPathSelectorPageToken struct{}

func (ListPublicDevicesRequestPathSelectorPageToken) FieldPath

func (ListPublicDevicesRequestPathSelectorPageToken) WithArrayOfValues

func (ListPublicDevicesRequestPathSelectorPageToken) WithValue

type ListPublicDevicesRequestPathSelectorParent

type ListPublicDevicesRequestPathSelectorParent struct{}

func (ListPublicDevicesRequestPathSelectorParent) FieldPath

func (ListPublicDevicesRequestPathSelectorParent) WithArrayOfValues

func (ListPublicDevicesRequestPathSelectorParent) WithValue

type ListPublicDevicesRequestPathSelectorView

type ListPublicDevicesRequestPathSelectorView struct{}

func (ListPublicDevicesRequestPathSelectorView) FieldPath

func (ListPublicDevicesRequestPathSelectorView) WithArrayOfValues

func (ListPublicDevicesRequestPathSelectorView) WithValue

type ListPublicDevicesRequest_FieldMask

type ListPublicDevicesRequest_FieldMask struct {
	Paths []ListPublicDevicesRequest_FieldPath
}

func FullListPublicDevicesRequest_FieldMask

func FullListPublicDevicesRequest_FieldMask() *ListPublicDevicesRequest_FieldMask

func (*ListPublicDevicesRequest_FieldMask) AppendPath

func (*ListPublicDevicesRequest_FieldMask) AppendRawPath

func (fieldMask *ListPublicDevicesRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*ListPublicDevicesRequest_FieldMask) DecodeFirestore

func (fieldMask *ListPublicDevicesRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*ListPublicDevicesRequest_FieldMask) EncodeFirestore

func (fieldMask *ListPublicDevicesRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*ListPublicDevicesRequest_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListPublicDevicesRequest_FieldMask) FromProtoFieldMask

func (fieldMask *ListPublicDevicesRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*ListPublicDevicesRequest_FieldMask) GetPaths

func (*ListPublicDevicesRequest_FieldMask) GetRawPaths

func (fieldMask *ListPublicDevicesRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*ListPublicDevicesRequest_FieldMask) IsFull

func (fieldMask *ListPublicDevicesRequest_FieldMask) IsFull() bool

func (ListPublicDevicesRequest_FieldMask) Marshal

func (fieldMask ListPublicDevicesRequest_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (ListPublicDevicesRequest_FieldMask) MarshalJSON

func (fieldMask ListPublicDevicesRequest_FieldMask) MarshalJSON() ([]byte, error)

func (*ListPublicDevicesRequest_FieldMask) PathsCount

func (fieldMask *ListPublicDevicesRequest_FieldMask) PathsCount() int

func (*ListPublicDevicesRequest_FieldMask) Project

func (*ListPublicDevicesRequest_FieldMask) ProjectRaw

func (*ListPublicDevicesRequest_FieldMask) ProtoMessage

func (fieldMask *ListPublicDevicesRequest_FieldMask) ProtoMessage()

func (*ListPublicDevicesRequest_FieldMask) ProtoReflect

func (fieldMask *ListPublicDevicesRequest_FieldMask) ProtoReflect() preflect.Message

func (*ListPublicDevicesRequest_FieldMask) Reset

func (fieldMask *ListPublicDevicesRequest_FieldMask) Reset()

func (*ListPublicDevicesRequest_FieldMask) Set

func (fieldMask *ListPublicDevicesRequest_FieldMask) Set(target, source *ListPublicDevicesRequest)

func (*ListPublicDevicesRequest_FieldMask) SetFromCliFlag

func (fieldMask *ListPublicDevicesRequest_FieldMask) SetFromCliFlag(raw string) error

func (*ListPublicDevicesRequest_FieldMask) SetRaw

func (fieldMask *ListPublicDevicesRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*ListPublicDevicesRequest_FieldMask) Size

func (fieldMask *ListPublicDevicesRequest_FieldMask) Size() int

func (*ListPublicDevicesRequest_FieldMask) String

func (fieldMask *ListPublicDevicesRequest_FieldMask) String() string

func (*ListPublicDevicesRequest_FieldMask) Subtract

func (*ListPublicDevicesRequest_FieldMask) SubtractRaw

func (*ListPublicDevicesRequest_FieldMask) ToProtoFieldMask

func (fieldMask *ListPublicDevicesRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*ListPublicDevicesRequest_FieldMask) Unmarshal

func (fieldMask *ListPublicDevicesRequest_FieldMask) Unmarshal(data []byte) error

func (*ListPublicDevicesRequest_FieldMask) UnmarshalJSON

func (fieldMask *ListPublicDevicesRequest_FieldMask) UnmarshalJSON(data []byte) error

type ListPublicDevicesRequest_FieldPath

type ListPublicDevicesRequest_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListPublicDevicesRequest_FieldPathSelector
	Get(source *ListPublicDevicesRequest) []interface{}
	GetSingle(source *ListPublicDevicesRequest) (interface{}, bool)
	ClearValue(item *ListPublicDevicesRequest)

	// Those methods build corresponding ListPublicDevicesRequest_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) ListPublicDevicesRequest_FieldPathValue
	WithIArrayOfValues(values interface{}) ListPublicDevicesRequest_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) ListPublicDevicesRequest_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseListPublicDevicesRequest_FieldPath

func MustParseListPublicDevicesRequest_FieldPath(rawField string) ListPublicDevicesRequest_FieldPath

func ParseListPublicDevicesRequest_FieldPath

func ParseListPublicDevicesRequest_FieldPath(rawField string) (ListPublicDevicesRequest_FieldPath, error)

type ListPublicDevicesRequest_FieldPathArrayItemValue

type ListPublicDevicesRequest_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListPublicDevicesRequest_FieldPath
	ContainsValue(*ListPublicDevicesRequest) bool
}

ListPublicDevicesRequest_FieldPathArrayItemValue allows storing single item in Path-specific values for ListPublicDevicesRequest according to their type Present only for array (repeated) types.

func MustParseListPublicDevicesRequest_FieldPathArrayItemValue

func MustParseListPublicDevicesRequest_FieldPathArrayItemValue(pathStr, valueStr string) ListPublicDevicesRequest_FieldPathArrayItemValue

func ParseListPublicDevicesRequest_FieldPathArrayItemValue

func ParseListPublicDevicesRequest_FieldPathArrayItemValue(pathStr, valueStr string) (ListPublicDevicesRequest_FieldPathArrayItemValue, error)

ParseListPublicDevicesRequest_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListPublicDevicesRequest_FieldPathArrayOfValues

type ListPublicDevicesRequest_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListPublicDevicesRequest_FieldPath
}

ListPublicDevicesRequest_FieldPathArrayOfValues allows storing slice of values for ListPublicDevicesRequest fields according to their type

func MustParseListPublicDevicesRequest_FieldPathArrayOfValues

func MustParseListPublicDevicesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) ListPublicDevicesRequest_FieldPathArrayOfValues

func ParseListPublicDevicesRequest_FieldPathArrayOfValues

func ParseListPublicDevicesRequest_FieldPathArrayOfValues(pathStr, valuesStr string) (ListPublicDevicesRequest_FieldPathArrayOfValues, error)

type ListPublicDevicesRequest_FieldPathSelector

type ListPublicDevicesRequest_FieldPathSelector int32
const (
	ListPublicDevicesRequest_FieldPathSelectorParent    ListPublicDevicesRequest_FieldPathSelector = 0
	ListPublicDevicesRequest_FieldPathSelectorPageSize  ListPublicDevicesRequest_FieldPathSelector = 1
	ListPublicDevicesRequest_FieldPathSelectorPageToken ListPublicDevicesRequest_FieldPathSelector = 2
	ListPublicDevicesRequest_FieldPathSelectorOrderBy   ListPublicDevicesRequest_FieldPathSelector = 3
	ListPublicDevicesRequest_FieldPathSelectorFilter    ListPublicDevicesRequest_FieldPathSelector = 4
	ListPublicDevicesRequest_FieldPathSelectorFieldMask ListPublicDevicesRequest_FieldPathSelector = 5
	ListPublicDevicesRequest_FieldPathSelectorView      ListPublicDevicesRequest_FieldPathSelector = 6
)

func (ListPublicDevicesRequest_FieldPathSelector) String

type ListPublicDevicesRequest_FieldPathValue

type ListPublicDevicesRequest_FieldPathValue interface {
	ListPublicDevicesRequest_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListPublicDevicesRequest)
	CompareWith(*ListPublicDevicesRequest) (cmp int, comparable bool)
}

ListPublicDevicesRequest_FieldPathValue allows storing values for ListPublicDevicesRequest fields according to their type

func MustParseListPublicDevicesRequest_FieldPathValue

func MustParseListPublicDevicesRequest_FieldPathValue(pathStr, valueStr string) ListPublicDevicesRequest_FieldPathValue

func ParseListPublicDevicesRequest_FieldPathValue

func ParseListPublicDevicesRequest_FieldPathValue(pathStr, valueStr string) (ListPublicDevicesRequest_FieldPathValue, error)

type ListPublicDevicesRequest_FieldTerminalPath

type ListPublicDevicesRequest_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*ListPublicDevicesRequest_FieldTerminalPath) ClearValue

func (*ListPublicDevicesRequest_FieldTerminalPath) ClearValueRaw

func (*ListPublicDevicesRequest_FieldTerminalPath) Get

func (fp *ListPublicDevicesRequest_FieldTerminalPath) Get(source *ListPublicDevicesRequest) (values []interface{})

Get returns all values pointed by specific field from source ListPublicDevicesRequest

func (*ListPublicDevicesRequest_FieldTerminalPath) GetDefault

func (fp *ListPublicDevicesRequest_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*ListPublicDevicesRequest_FieldTerminalPath) GetRaw

func (fp *ListPublicDevicesRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*ListPublicDevicesRequest_FieldTerminalPath) GetSingle

func (fp *ListPublicDevicesRequest_FieldTerminalPath) GetSingle(source *ListPublicDevicesRequest) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListPublicDevicesRequest

func (*ListPublicDevicesRequest_FieldTerminalPath) GetSingleRaw

func (fp *ListPublicDevicesRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*ListPublicDevicesRequest_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListPublicDevicesRequest_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListPublicDevicesRequest_FieldTerminalPath) Selector

func (*ListPublicDevicesRequest_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *ListPublicDevicesRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*ListPublicDevicesRequest_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListPublicDevicesRequest_FieldTerminalPath) WithIArrayItemValue

func (*ListPublicDevicesRequest_FieldTerminalPath) WithIArrayOfValues

func (*ListPublicDevicesRequest_FieldTerminalPath) WithIValue

func (*ListPublicDevicesRequest_FieldTerminalPath) WithRawIArrayItemValue

func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*ListPublicDevicesRequest_FieldTerminalPath) WithRawIArrayOfValues

func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*ListPublicDevicesRequest_FieldTerminalPath) WithRawIValue

func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type ListPublicDevicesRequest_FieldTerminalPathArrayItemValue

type ListPublicDevicesRequest_FieldTerminalPathArrayItemValue struct {
	ListPublicDevicesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'ListPublicDevicesRequest'

func (*ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object ListPublicDevicesRequest as interface{}

func (*ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) GetSingle

func (*ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type ListPublicDevicesRequest_FieldTerminalPathArrayOfValues

type ListPublicDevicesRequest_FieldTerminalPathArrayOfValues struct {
	ListPublicDevicesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues

func (*ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues

func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*device.Filter, bool)

func (*ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues

func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*device.OrderBy, bool)

func (*ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues

func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)

func (*ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues

func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*device.PagerCursor, bool)

func (*ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues

func (*ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues

func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)

func (*ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type ListPublicDevicesRequest_FieldTerminalPathValue

type ListPublicDevicesRequest_FieldTerminalPathValue struct {
	ListPublicDevicesRequest_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsFieldMaskValue

func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsFilterValue

func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsOrderByValue

func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsPageSizeValue

func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsPageTokenValue

func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsParentValue

func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsViewValue

func (*ListPublicDevicesRequest_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListPublicDevicesRequest_FieldTerminalPathValue' with the value under path in 'ListPublicDevicesRequest'.

func (*ListPublicDevicesRequest_FieldTerminalPathValue) CompareWithRaw

func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*ListPublicDevicesRequest_FieldTerminalPathValue) GetRawValue

func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'ListPublicDevicesRequest' as interface{}

func (*ListPublicDevicesRequest_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListPublicDevicesRequest

func (*ListPublicDevicesRequest_FieldTerminalPathValue) SetToRaw

type ListPublicDevicesResponse

type ListPublicDevicesResponse struct {

	// The list of Devices
	Devices []*device.Device `protobuf:"bytes,1,rep,name=devices,proto3" json:"devices,omitempty" firestore:"devices"`
	// A token to retrieve previous page of results. Pass this value in the
	// [ListDevicesRequest.page_token][ntt.devices.v1alpha.ListDevicesRequest.page_token]
	PrevPageToken *device.PagerCursor `` /* 151-byte string literal not displayed */
	// A token to retrieve next page of results. Pass this value in the
	// [ListDevicesRequest.page_token][ntt.devices.v1alpha.ListDevicesRequest.page_token]
	NextPageToken *device.PagerCursor `` /* 151-byte string literal not displayed */
	// contains filtered or unexported fields
}

Response message for method [ListPublicDevices][ntt.devices.v1alpha.ListPublicDevices]

func (*ListPublicDevicesResponse) Clone

func (*ListPublicDevicesResponse) CloneRaw

func (*ListPublicDevicesResponse) Descriptor

func (*ListPublicDevicesResponse) Descriptor() ([]byte, []int)

Deprecated, Use ListPublicDevicesResponse.ProtoReflect.Descriptor instead.

func (*ListPublicDevicesResponse) GetDevices

func (m *ListPublicDevicesResponse) GetDevices() []*device.Device

func (*ListPublicDevicesResponse) GetNextPageToken

func (m *ListPublicDevicesResponse) GetNextPageToken() *device.PagerCursor

func (*ListPublicDevicesResponse) GetPrevPageToken

func (m *ListPublicDevicesResponse) GetPrevPageToken() *device.PagerCursor

func (*ListPublicDevicesResponse) GotenMessage

func (*ListPublicDevicesResponse) GotenMessage()

func (*ListPublicDevicesResponse) GotenObjectExt

func (o *ListPublicDevicesResponse) GotenObjectExt()

func (*ListPublicDevicesResponse) GotenValidate

func (obj *ListPublicDevicesResponse) GotenValidate() error

func (*ListPublicDevicesResponse) MakeDiffFieldMask

func (*ListPublicDevicesResponse) MakeFullFieldMask

func (*ListPublicDevicesResponse) MakeRawDiffFieldMask

func (*ListPublicDevicesResponse) MakeRawFullFieldMask

func (o *ListPublicDevicesResponse) MakeRawFullFieldMask() gotenobject.FieldMask

func (*ListPublicDevicesResponse) Marshal

func (m *ListPublicDevicesResponse) Marshal() ([]byte, error)

func (*ListPublicDevicesResponse) MarshalJSON

func (m *ListPublicDevicesResponse) MarshalJSON() ([]byte, error)

func (*ListPublicDevicesResponse) Merge

func (*ListPublicDevicesResponse) MergeRaw

func (*ListPublicDevicesResponse) ProtoMessage

func (*ListPublicDevicesResponse) ProtoMessage()

func (*ListPublicDevicesResponse) ProtoReflect

func (m *ListPublicDevicesResponse) ProtoReflect() preflect.Message

func (*ListPublicDevicesResponse) Reset

func (m *ListPublicDevicesResponse) Reset()

func (*ListPublicDevicesResponse) SetDevices

func (m *ListPublicDevicesResponse) SetDevices(fv []*device.Device)

func (*ListPublicDevicesResponse) SetNextPageToken

func (m *ListPublicDevicesResponse) SetNextPageToken(fv *device.PagerCursor)

func (*ListPublicDevicesResponse) SetPrevPageToken

func (m *ListPublicDevicesResponse) SetPrevPageToken(fv *device.PagerCursor)

func (*ListPublicDevicesResponse) String

func (m *ListPublicDevicesResponse) String() string

func (*ListPublicDevicesResponse) Unmarshal

func (m *ListPublicDevicesResponse) Unmarshal(b []byte) error

func (*ListPublicDevicesResponse) UnmarshalJSON

func (m *ListPublicDevicesResponse) UnmarshalJSON(data []byte) error

type ListPublicDevicesResponseFieldPathBuilder

type ListPublicDevicesResponseFieldPathBuilder struct{}

func NewListPublicDevicesResponseFieldPathBuilder

func NewListPublicDevicesResponseFieldPathBuilder() ListPublicDevicesResponseFieldPathBuilder

func (ListPublicDevicesResponseFieldPathBuilder) Devices

func (ListPublicDevicesResponseFieldPathBuilder) NextPageToken

func (ListPublicDevicesResponseFieldPathBuilder) PrevPageToken

type ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations

type ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations) FieldPath

func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations) WithArrayOfValues

func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations) WithValue

type ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels

type ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels) FieldPath

func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels) WithArrayOfValues

func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels) WithValue

type ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards

type ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards) FieldPath

func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards) WithArrayOfValues

func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards) WithValue

type ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting

type ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting struct {
	// contains filtered or unexported fields
}

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) FieldPath

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithArrayOfValues

func (ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithValue

type ListPublicDevicesResponsePathSelectorDevices

type ListPublicDevicesResponsePathSelectorDevices struct{}

func (ListPublicDevicesResponsePathSelectorDevices) DisplayName

func (ListPublicDevicesResponsePathSelectorDevices) FieldPath

func (ListPublicDevicesResponsePathSelectorDevices) Metadata

func (ListPublicDevicesResponsePathSelectorDevices) Name

func (ListPublicDevicesResponsePathSelectorDevices) PublicListingSpec

func (ListPublicDevicesResponsePathSelectorDevices) Spec

func (ListPublicDevicesResponsePathSelectorDevices) Status

func (ListPublicDevicesResponsePathSelectorDevices) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevices) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevices) WithSubArrayItemValue

func (ListPublicDevicesResponsePathSelectorDevices) WithSubArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevices) WithSubPath

func (ListPublicDevicesResponsePathSelectorDevices) WithSubValue

func (ListPublicDevicesResponsePathSelectorDevices) WithValue

type ListPublicDevicesResponsePathSelectorDevicesDisplayName

type ListPublicDevicesResponsePathSelectorDevicesDisplayName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesDisplayName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesDisplayName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesDisplayName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadata

type ListPublicDevicesResponsePathSelectorDevicesMetadata struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Annotations

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) CreateTime

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) DeleteTime added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Generation

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Labels

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Lifecycle added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Shards

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Syncing

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Tags

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) UpdateTime

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Uuid

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadata) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations

type ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations) WithKey

func (ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime

type ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime) FieldPath added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime) WithArrayOfValues added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime) WithValue added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration

type ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataLabels

type ListPublicDevicesResponsePathSelectorDevicesMetadataLabels struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLabels) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLabels) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLabels) WithKey

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLabels) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) BlockDeletion added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) FieldPath added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) State added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) WithArrayOfValues added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) WithValue added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion) FieldPath added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion) WithArrayOfValues added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion) WithValue added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState) FieldPath added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState) WithArrayOfValues added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState) WithValue added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) Region added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) RequiresOwnerReference added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) Version added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion) FieldPath added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion) WithArrayOfValues added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion) WithValue added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRequiresOwnerReference added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRequiresOwnerReference struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRequiresOwnerReference) FieldPath added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRequiresOwnerReference) WithValue added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion) FieldPath added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion) WithArrayOfValues added in v0.8.0

func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion) WithValue added in v0.8.0

type ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion

type ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataShards

type ListPublicDevicesResponsePathSelectorDevicesMetadataShards struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataShards) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataShards) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataShards) WithKey

func (ListPublicDevicesResponsePathSelectorDevicesMetadataShards) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing

type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion

type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions

type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataTags

type ListPublicDevicesResponsePathSelectorDevicesMetadataTags struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataTags) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataTags) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataTags) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesMetadataTags) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime

type ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime) WithValue

type ListPublicDevicesResponsePathSelectorDevicesMetadataUuid

type ListPublicDevicesResponsePathSelectorDevicesMetadataUuid struct{}

func (ListPublicDevicesResponsePathSelectorDevicesMetadataUuid) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesMetadataUuid) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesMetadataUuid) WithValue

type ListPublicDevicesResponsePathSelectorDevicesName

type ListPublicDevicesResponsePathSelectorDevicesName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec

type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec struct{}

func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec) WithValue

type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled

type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled struct{}

func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled) WithValue

type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask

type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask struct{}

func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpec

type ListPublicDevicesResponsePathSelectorDevicesSpec struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpec) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpec) NetConfig

func (ListPublicDevicesResponsePathSelectorDevicesSpec) NetConfigMode

func (ListPublicDevicesResponsePathSelectorDevicesSpec) OsImageUrl

func (ListPublicDevicesResponsePathSelectorDevicesSpec) OsVersion

func (ListPublicDevicesResponsePathSelectorDevicesSpec) ServiceAccount

func (ListPublicDevicesResponsePathSelectorDevicesSpec) SshConfig

func (ListPublicDevicesResponsePathSelectorDevicesSpec) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpec) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig) Bonds

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig) Bridges

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig) Tunnels

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig) Version

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig) Vlans

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig) Wifis

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBonds

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBonds struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBonds) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBonds) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBonds) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsInterfaces

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsInterfaces struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsInterfaces) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsInterfaces) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsInterfaces) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsInterfaces) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsName

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAcceptRa

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAcceptRa struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAcceptRa) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAcceptRa) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAcceptRa) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAddresses

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAddresses struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAddresses) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAddresses) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAddresses) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAddresses) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuth

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuth struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuth) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthAnonymousIdentity

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthAnonymousIdentity struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthAnonymousIdentity) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthAnonymousIdentity) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthAnonymousIdentity) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthCaCertificate

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthCaCertificate struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthCaCertificate) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthCaCertificate) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthCaCertificate) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientCertificate

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientCertificate struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientCertificate) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientCertificate) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientCertificate) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKey

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKey struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKey) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKey) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKey) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKeyPassword

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKeyPassword struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKeyPassword) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKeyPassword) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKeyPassword) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthIdentity

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthIdentity struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthIdentity) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthIdentity) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthIdentity) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthKey

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthKey struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthKey) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthKey) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthKey) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthMethod

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthMethod struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthMethod) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthMethod) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthMethod) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthPassword

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthPassword struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthPassword) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthPassword) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthPassword) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsCritical

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsCritical struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsCritical) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsCritical) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsCritical) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4Overrides

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4Overrides struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4Overrides) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesRouteMetric

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesRouteMetric struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesRouteMetric) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesRouteMetric) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesRouteMetric) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesSendHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesSendHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesSendHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesSendHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesSendHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseDns

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseDns struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseDns) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseDns) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseDns) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseMtu

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseMtu struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseMtu) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseMtu) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseMtu) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseNtp

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseNtp struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseNtp) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseNtp) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseNtp) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseRoutes

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseRoutes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseRoutes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseRoutes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseRoutes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6Overrides

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6Overrides struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6Overrides) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesRouteMetric

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesRouteMetric struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesRouteMetric) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesRouteMetric) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesRouteMetric) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesSendHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesSendHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesSendHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesSendHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesSendHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseDns

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseDns struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseDns) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseDns) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseDns) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseMtu

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseMtu struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseMtu) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseMtu) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseMtu) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseNtp

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseNtp struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseNtp) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseNtp) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseNtp) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseRoutes

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseRoutes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseRoutes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseRoutes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseRoutes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcpIdentifier

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcpIdentifier struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcpIdentifier) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcpIdentifier) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcpIdentifier) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway4

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway4 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway4) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway4) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway4) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway6

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway6 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway6) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway6) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway6) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsIpv6Privacy

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsIpv6Privacy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsIpv6Privacy) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsIpv6Privacy) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsIpv6Privacy) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsLinkLocal

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsLinkLocal struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsLinkLocal) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsLinkLocal) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsLinkLocal) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsLinkLocal) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMacaddress

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMacaddress struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMacaddress) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMacaddress) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMacaddress) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMtu

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMtu struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMtu) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMtu) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMtu) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameservers

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameservers struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameservers) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversAddresses

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversAddresses struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversAddresses) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversAddresses) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversAddresses) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversAddresses) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversSearch

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversSearch struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversSearch) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversSearch) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversSearch) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversSearch) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptional

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptional struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptional) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptional) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptional) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptionalAddresses

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptionalAddresses struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptionalAddresses) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptionalAddresses) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptionalAddresses) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptionalAddresses) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRenderer

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRenderer struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRenderer) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRenderer) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRenderer) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutes

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesFrom

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesFrom struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesFrom) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesFrom) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesFrom) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesMetric

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesMetric struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesMetric) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesMetric) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesMetric) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesOnLink struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesOnLink) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesOnLink) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesOnLink) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesScope

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesScope struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesScope) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesScope) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesScope) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTable

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTable struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTable) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTable) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTable) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTo

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTo struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTo) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTo) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTo) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesType

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesType struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesType) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesType) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesType) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesVia

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesVia struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesVia) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesVia) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesVia) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicy

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicy) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyFrom

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyFrom struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyFrom) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyFrom) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyFrom) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyMark

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyMark struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyMark) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyMark) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyMark) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyPriority

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyPriority struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyPriority) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyPriority) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyPriority) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTable

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTable struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTable) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTable) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTable) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTo

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTo struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTo) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTo) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTo) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTypeOfService

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTypeOfService struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTypeOfService) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTypeOfService) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTypeOfService) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAdSelect

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAdSelect struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAdSelect) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAdSelect) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAdSelect) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAllSlavesActive

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAllSlavesActive struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAllSlavesActive) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAllSlavesActive) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAllSlavesActive) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpAllTargets

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpAllTargets struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpAllTargets) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpAllTargets) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpAllTargets) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpIpTargets

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpIpTargets struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpIpTargets) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpIpTargets) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpIpTargets) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpValidate

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpValidate struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpValidate) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpValidate) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpValidate) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersFailOverMacPolicy

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersFailOverMacPolicy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersFailOverMacPolicy) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersFailOverMacPolicy) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersFailOverMacPolicy) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersGratuitousArp

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersGratuitousArp struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersGratuitousArp) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersGratuitousArp) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersGratuitousArp) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLacpRate

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLacpRate struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLacpRate) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLacpRate) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLacpRate) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLearnPacketInterval

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLearnPacketInterval struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLearnPacketInterval) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLearnPacketInterval) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLearnPacketInterval) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMiiMonitorInterval

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMiiMonitorInterval struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMiiMonitorInterval) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMiiMonitorInterval) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMiiMonitorInterval) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMinLinks struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMinLinks) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMinLinks) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMinLinks) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMode

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMode struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMode) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMode) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMode) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPacketsPerSlave

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPacketsPerSlave struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPacketsPerSlave) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPacketsPerSlave) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPacketsPerSlave) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimary

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimary struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimary) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimary) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimary) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimaryReselectPolicy

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimaryReselectPolicy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimaryReselectPolicy) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimaryReselectPolicy) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimaryReselectPolicy) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersResendIgmp

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersResendIgmp struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersResendIgmp) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersResendIgmp) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersResendIgmp) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersTransmitHashPolicy

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersTransmitHashPolicy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersTransmitHashPolicy) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersTransmitHashPolicy) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersTransmitHashPolicy) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersUpDelay

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersUpDelay struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersUpDelay) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersUpDelay) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersUpDelay) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridges

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridges struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridges) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridges) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridges) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesInterfaces

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesInterfaces struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesInterfaces) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesInterfaces) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesInterfaces) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesInterfaces) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesName

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAcceptRa

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAcceptRa struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAcceptRa) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAcceptRa) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAcceptRa) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAddresses

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAddresses struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAddresses) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAddresses) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAddresses) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAddresses) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuth

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuth struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuth) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuth) WithArrayOfValues

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthAnonymousIdentity

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthAnonymousIdentity struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthAnonymousIdentity) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthAnonymousIdentity) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthAnonymousIdentity) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthCaCertificate

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthCaCertificate struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthCaCertificate) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthCaCertificate) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthCaCertificate) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientCertificate

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientCertificate struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientCertificate) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientCertificate) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientCertificate) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKey

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKey struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKey) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKey) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKey) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKeyPassword

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKeyPassword struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKeyPassword) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKeyPassword) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKeyPassword) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthIdentity

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthIdentity struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthIdentity) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthIdentity) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthIdentity) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthKey

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthKey struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthKey) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthKey) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthKey) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthMethod

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthMethod struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthMethod) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthMethod) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthMethod) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthPassword

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthPassword struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthPassword) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthPassword) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthPassword) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsCritical

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsCritical struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsCritical) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsCritical) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsCritical) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4Overrides

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4Overrides struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4Overrides) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesRouteMetric

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesRouteMetric struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesRouteMetric) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesRouteMetric) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesRouteMetric) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesSendHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesSendHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesSendHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesSendHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesSendHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseDns

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseDns struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseDns) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseDns) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseDns) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseMtu

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseMtu struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseMtu) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseMtu) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseMtu) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseNtp

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseNtp struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseNtp) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseNtp) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseNtp) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseRoutes

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseRoutes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseRoutes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseRoutes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseRoutes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6Overrides

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6Overrides struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6Overrides) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesRouteMetric

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesRouteMetric struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesRouteMetric) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesRouteMetric) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesRouteMetric) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesSendHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesSendHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesSendHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesSendHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesSendHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseDns

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseDns struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseDns) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseDns) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseDns) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseMtu

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseMtu struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseMtu) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseMtu) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseMtu) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseNtp

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseNtp struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseNtp) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseNtp) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseNtp) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseRoutes

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseRoutes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseRoutes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseRoutes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseRoutes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcpIdentifier

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcpIdentifier struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcpIdentifier) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcpIdentifier) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcpIdentifier) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway4

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway4 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway4) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway4) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway4) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway6

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway6 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway6) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway6) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway6) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsIpv6Privacy

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsIpv6Privacy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsIpv6Privacy) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsIpv6Privacy) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsIpv6Privacy) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsLinkLocal

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsLinkLocal struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsLinkLocal) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsLinkLocal) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsLinkLocal) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsLinkLocal) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMacaddress

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMacaddress struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMacaddress) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMacaddress) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMacaddress) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMtu

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMtu struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMtu) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMtu) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMtu) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameservers

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameservers struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameservers) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversAddresses

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversAddresses struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversAddresses) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversAddresses) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversAddresses) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversAddresses) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversSearch

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversSearch struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversSearch) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversSearch) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversSearch) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversSearch) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptional

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptional struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptional) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptional) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptional) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptionalAddresses

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptionalAddresses struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptionalAddresses) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptionalAddresses) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptionalAddresses) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptionalAddresses) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRenderer

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRenderer struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRenderer) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRenderer) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRenderer) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutes

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesFrom

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesFrom struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesFrom) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesFrom) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesFrom) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesMetric

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesMetric struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesMetric) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesMetric) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesMetric) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesOnLink struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesOnLink) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesOnLink) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesOnLink) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesScope

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesScope struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesScope) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesScope) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesScope) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTable

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTable struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTable) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTable) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTable) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTo

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTo struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTo) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTo) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTo) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesType

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesType struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesType) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesType) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesType) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesVia

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesVia struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesVia) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesVia) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesVia) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicy

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicy) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyFrom

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyFrom struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyFrom) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyFrom) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyFrom) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyMark

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyMark struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyMark) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyMark) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyMark) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyPriority

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyPriority struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyPriority) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyPriority) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyPriority) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTable

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTable struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTable) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTable) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTable) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTo

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTo struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTo) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTo) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTo) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTypeOfService

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTypeOfService struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTypeOfService) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTypeOfService) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTypeOfService) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParameters

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParameters struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParameters) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersAgeingTime

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersAgeingTime struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersAgeingTime) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersAgeingTime) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersAgeingTime) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersForwardDelay

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersForwardDelay struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersForwardDelay) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersForwardDelay) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersForwardDelay) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersHelloTime

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersHelloTime struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersHelloTime) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersHelloTime) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersHelloTime) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersMaxAge

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersMaxAge struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersMaxAge) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersMaxAge) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersMaxAge) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPathCost

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPathCost struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPathCost) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPathCost) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPathCost) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPortPriority

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPortPriority struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPortPriority) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPortPriority) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPortPriority) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPriority

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPriority struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPriority) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPriority) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPriority) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersStp

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersStp struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersStp) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersStp) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersStp) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernets

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernets struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernets) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernets) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernets) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatch

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatch struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatch) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatch) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatch) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchDriver

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchDriver struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchDriver) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchDriver) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchDriver) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchMacaddress

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchMacaddress struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchMacaddress) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchMacaddress) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchMacaddress) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchName

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsName

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAcceptRa

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAcceptRa struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAcceptRa) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAcceptRa) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAcceptRa) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAddresses

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAddresses struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAddresses) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAddresses) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAddresses) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAddresses) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthAnonymousIdentity

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthAnonymousIdentity struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthAnonymousIdentity) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthAnonymousIdentity) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthAnonymousIdentity) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthCaCertificate

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthCaCertificate struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthCaCertificate) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthCaCertificate) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthCaCertificate) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientCertificate

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientCertificate struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientCertificate) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientCertificate) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientCertificate) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKey

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKey struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKey) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKey) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKey) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKeyPassword

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKeyPassword struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKeyPassword) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKeyPassword) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKeyPassword) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthIdentity

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthIdentity struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthIdentity) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthIdentity) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthIdentity) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthKey

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthKey struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthKey) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthKey) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthKey) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthMethod

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthMethod struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthMethod) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthMethod) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthMethod) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthPassword

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthPassword struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthPassword) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthPassword) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthPassword) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsCritical

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsCritical struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsCritical) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsCritical) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsCritical) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesRouteMetric

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesRouteMetric struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesRouteMetric) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesRouteMetric) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesRouteMetric) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesSendHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesSendHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesSendHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesSendHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesSendHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseDns

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseDns struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseDns) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseDns) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseDns) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseMtu

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseMtu struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseMtu) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseMtu) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseMtu) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseNtp

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseNtp struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseNtp) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseNtp) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseNtp) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseRoutes

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseRoutes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseRoutes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseRoutes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseRoutes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesRouteMetric

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesRouteMetric struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesRouteMetric) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesRouteMetric) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesRouteMetric) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesSendHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesSendHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesSendHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesSendHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesSendHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseDns

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseDns struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseDns) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseDns) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseDns) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseMtu

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseMtu struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseMtu) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseMtu) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseMtu) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseNtp

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseNtp struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseNtp) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseNtp) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseNtp) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseRoutes

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseRoutes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseRoutes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseRoutes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseRoutes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcpIdentifier

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcpIdentifier struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcpIdentifier) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcpIdentifier) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcpIdentifier) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway4

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway4 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway4) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway4) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway4) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway6

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway6 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway6) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway6) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway6) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsIpv6Privacy

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsIpv6Privacy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsIpv6Privacy) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsIpv6Privacy) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsIpv6Privacy) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsLinkLocal

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsLinkLocal struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsLinkLocal) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsLinkLocal) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsLinkLocal) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsLinkLocal) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMacaddress

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMacaddress struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMacaddress) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMacaddress) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMacaddress) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMtu

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMtu struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMtu) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMtu) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMtu) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameservers

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameservers struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameservers) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversAddresses

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversAddresses struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversAddresses) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversAddresses) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversAddresses) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversAddresses) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversSearch

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversSearch struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversSearch) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversSearch) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversSearch) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversSearch) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptional

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptional struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptional) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptional) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptional) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptionalAddresses

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptionalAddresses struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptionalAddresses) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptionalAddresses) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptionalAddresses) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptionalAddresses) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRenderer

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRenderer struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRenderer) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRenderer) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRenderer) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutes

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesFrom

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesFrom struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesFrom) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesFrom) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesFrom) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesMetric

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesMetric struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesMetric) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesMetric) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesMetric) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesOnLink struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesOnLink) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesOnLink) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesOnLink) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesScope

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesScope struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesScope) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesScope) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesScope) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTable

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTable struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTable) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTable) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTable) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTo

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTo struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTo) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTo) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTo) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesType

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesType struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesType) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesType) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesType) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesVia

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesVia struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesVia) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesVia) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesVia) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicy

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicy) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyFrom

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyFrom struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyFrom) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyFrom) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyFrom) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyMark

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyMark struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyMark) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyMark) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyMark) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyPriority

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyPriority struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyPriority) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyPriority) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyPriority) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTable

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTable struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTable) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTable) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTable) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTo

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTo struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTo) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTo) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTo) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTypeOfService

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTypeOfService struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTypeOfService) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTypeOfService) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTypeOfService) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsSetName

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsSetName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsSetName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsSetName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsSetName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsWakeonlan

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsWakeonlan struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsWakeonlan) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsWakeonlan) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsWakeonlan) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigMode

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigMode struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigMode) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigMode) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigMode) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnels

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnels struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnels) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnels) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnels) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsKey

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsKey struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsKey) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsKey) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsKey) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsLocal

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsLocal struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsLocal) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsLocal) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsLocal) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsMode

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsMode struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsMode) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsMode) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsMode) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsName

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAcceptRa

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAcceptRa struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAcceptRa) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAcceptRa) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAcceptRa) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAddresses

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAddresses struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAddresses) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAddresses) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAddresses) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAddresses) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuth

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuth struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuth) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuth) WithArrayOfValues

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthAnonymousIdentity

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthAnonymousIdentity struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthAnonymousIdentity) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthAnonymousIdentity) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthAnonymousIdentity) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthCaCertificate

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthCaCertificate struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthCaCertificate) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthCaCertificate) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthCaCertificate) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientCertificate

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientCertificate struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientCertificate) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientCertificate) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientCertificate) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKey

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKey struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKey) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKey) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKey) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKeyPassword

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKeyPassword struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKeyPassword) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKeyPassword) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKeyPassword) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthIdentity

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthIdentity struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthIdentity) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthIdentity) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthIdentity) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthKey

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthKey struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthKey) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthKey) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthKey) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthMethod

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthMethod struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthMethod) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthMethod) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthMethod) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthPassword

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthPassword struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthPassword) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthPassword) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthPassword) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsCritical

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsCritical struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsCritical) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsCritical) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsCritical) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4Overrides

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4Overrides struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4Overrides) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesRouteMetric

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesRouteMetric struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesRouteMetric) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesRouteMetric) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesRouteMetric) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesSendHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesSendHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesSendHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesSendHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesSendHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseDns

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseDns struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseDns) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseDns) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseDns) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseMtu

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseMtu struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseMtu) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseMtu) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseMtu) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseNtp

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseNtp struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseNtp) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseNtp) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseNtp) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseRoutes

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseRoutes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseRoutes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseRoutes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseRoutes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6Overrides

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6Overrides struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6Overrides) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesRouteMetric

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesRouteMetric struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesRouteMetric) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesRouteMetric) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesRouteMetric) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesSendHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesSendHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesSendHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesSendHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesSendHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseDns

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseDns struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseDns) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseDns) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseDns) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseMtu

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseMtu struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseMtu) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseMtu) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseMtu) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseNtp

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseNtp struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseNtp) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseNtp) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseNtp) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseRoutes

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseRoutes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseRoutes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseRoutes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseRoutes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcpIdentifier

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcpIdentifier struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcpIdentifier) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcpIdentifier) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcpIdentifier) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway4

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway4 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway4) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway4) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway4) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway6

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway6 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway6) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway6) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway6) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsIpv6Privacy

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsIpv6Privacy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsIpv6Privacy) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsIpv6Privacy) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsIpv6Privacy) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsLinkLocal

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsLinkLocal struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsLinkLocal) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsLinkLocal) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsLinkLocal) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsLinkLocal) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMacaddress

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMacaddress struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMacaddress) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMacaddress) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMacaddress) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMtu

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMtu struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMtu) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMtu) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMtu) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameservers

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameservers struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameservers) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversAddresses

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversAddresses struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversAddresses) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversAddresses) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversAddresses) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversAddresses) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversSearch

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversSearch struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversSearch) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversSearch) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversSearch) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversSearch) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptional

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptional struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptional) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptional) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptional) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptionalAddresses

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptionalAddresses struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptionalAddresses) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptionalAddresses) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptionalAddresses) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptionalAddresses) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRenderer

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRenderer struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRenderer) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRenderer) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRenderer) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutes

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesFrom

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesFrom struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesFrom) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesFrom) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesFrom) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesMetric

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesMetric struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesMetric) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesMetric) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesMetric) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesOnLink struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesOnLink) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesOnLink) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesOnLink) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesScope

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesScope struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesScope) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesScope) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesScope) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTable

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTable struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTable) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTable) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTable) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTo

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTo struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTo) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTo) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTo) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesType

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesType struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesType) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesType) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesType) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesVia

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesVia struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesVia) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesVia) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesVia) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicy

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicy) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyFrom

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyFrom struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyFrom) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyFrom) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyFrom) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyMark

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyMark struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyMark) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyMark) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyMark) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyPriority

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyPriority struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyPriority) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyPriority) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyPriority) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTable

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTable struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTable) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTable) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTable) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTo

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTo struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTo) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTo) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTo) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTypeOfService

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTypeOfService struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTypeOfService) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTypeOfService) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTypeOfService) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsRemote

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsRemote struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsRemote) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsRemote) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsRemote) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVersion

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVersion) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVersion) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVersion) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlans

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlans struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlans) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlans) Id

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlans) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlans) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansId

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansId struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansId) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansId) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansId) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansLink struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansLink) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansLink) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansLink) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansName

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAcceptRa

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAcceptRa struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAcceptRa) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAcceptRa) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAcceptRa) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAddresses

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAddresses struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAddresses) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAddresses) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAddresses) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAddresses) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuth

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuth struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuth) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthAnonymousIdentity

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthAnonymousIdentity struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthAnonymousIdentity) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthAnonymousIdentity) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthAnonymousIdentity) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthCaCertificate

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthCaCertificate struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthCaCertificate) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthCaCertificate) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthCaCertificate) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientCertificate

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientCertificate struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientCertificate) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientCertificate) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientCertificate) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKey

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKey struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKey) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKey) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKey) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKeyPassword

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKeyPassword struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKeyPassword) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKeyPassword) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKeyPassword) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthIdentity

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthIdentity struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthIdentity) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthIdentity) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthIdentity) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthKey

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthKey struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthKey) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthKey) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthKey) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthMethod

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthMethod struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthMethod) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthMethod) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthMethod) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthPassword

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthPassword struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthPassword) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthPassword) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthPassword) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsCritical

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsCritical struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsCritical) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsCritical) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsCritical) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4Overrides

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4Overrides struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4Overrides) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesRouteMetric

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesRouteMetric struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesRouteMetric) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesRouteMetric) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesRouteMetric) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesSendHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesSendHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesSendHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesSendHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesSendHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseDns

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseDns struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseDns) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseDns) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseDns) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseMtu

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseMtu struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseMtu) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseMtu) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseMtu) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseNtp

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseNtp struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseNtp) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseNtp) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseNtp) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseRoutes

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseRoutes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseRoutes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseRoutes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseRoutes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6Overrides

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6Overrides struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6Overrides) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesRouteMetric

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesRouteMetric struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesRouteMetric) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesRouteMetric) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesRouteMetric) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesSendHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesSendHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesSendHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesSendHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesSendHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseDns

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseDns struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseDns) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseDns) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseDns) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseMtu

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseMtu struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseMtu) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseMtu) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseMtu) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseNtp

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseNtp struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseNtp) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseNtp) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseNtp) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseRoutes

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseRoutes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseRoutes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseRoutes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseRoutes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcpIdentifier

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcpIdentifier struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcpIdentifier) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcpIdentifier) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcpIdentifier) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway4

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway4 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway4) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway4) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway4) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway6

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway6 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway6) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway6) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway6) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsIpv6Privacy

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsIpv6Privacy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsIpv6Privacy) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsIpv6Privacy) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsIpv6Privacy) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsLinkLocal

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsLinkLocal struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsLinkLocal) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsLinkLocal) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsLinkLocal) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsLinkLocal) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMacaddress

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMacaddress struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMacaddress) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMacaddress) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMacaddress) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMtu

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMtu struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMtu) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMtu) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMtu) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameservers

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameservers struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameservers) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversAddresses

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversAddresses struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversAddresses) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversAddresses) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversAddresses) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversAddresses) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversSearch

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversSearch struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversSearch) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversSearch) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversSearch) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversSearch) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptional

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptional struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptional) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptional) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptional) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptionalAddresses

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptionalAddresses struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptionalAddresses) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptionalAddresses) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptionalAddresses) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptionalAddresses) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRenderer

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRenderer struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRenderer) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRenderer) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRenderer) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutes

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesFrom

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesFrom struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesFrom) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesFrom) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesFrom) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesMetric

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesMetric struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesMetric) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesMetric) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesMetric) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesOnLink struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesOnLink) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesOnLink) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesOnLink) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesScope

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesScope struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesScope) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesScope) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesScope) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTable

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTable struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTable) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTable) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTable) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTo

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTo struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTo) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTo) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTo) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesType

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesType struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesType) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesType) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesType) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesVia

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesVia struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesVia) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesVia) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesVia) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicy

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicy) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyFrom

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyFrom struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyFrom) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyFrom) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyFrom) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyMark

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyMark struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyMark) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyMark) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyMark) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyPriority

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyPriority struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyPriority) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyPriority) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyPriority) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTable

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTable struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTable) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTable) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTable) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTo

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTo struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTo) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTo) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTo) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTypeOfService

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTypeOfService struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTypeOfService) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTypeOfService) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTypeOfService) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifis

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifis struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifis) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifis) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifis) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPoints

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPoints struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPoints) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsMode

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsMode struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsMode) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsMode) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsMode) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsName

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsPassword

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsPassword struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsPassword) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsPassword) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsPassword) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatch

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatch struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatch) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchDriver

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchDriver struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchDriver) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchDriver) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchDriver) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchMacaddress

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchMacaddress struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchMacaddress) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchMacaddress) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchMacaddress) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchName

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisName

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAcceptRa

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAcceptRa struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAcceptRa) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAcceptRa) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAcceptRa) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAddresses

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAddresses struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAddresses) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAddresses) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAddresses) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAddresses) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuth

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuth struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuth) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthAnonymousIdentity

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthAnonymousIdentity struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthAnonymousIdentity) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthAnonymousIdentity) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthAnonymousIdentity) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthCaCertificate

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthCaCertificate struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthCaCertificate) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthCaCertificate) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthCaCertificate) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientCertificate

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientCertificate struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientCertificate) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientCertificate) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientCertificate) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKey

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKey struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKey) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKey) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKey) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKeyPassword

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKeyPassword struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKeyPassword) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKeyPassword) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKeyPassword) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthIdentity

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthIdentity struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthIdentity) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthIdentity) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthIdentity) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthKey

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthKey struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthKey) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthKey) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthKey) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthMethod

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthMethod struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthMethod) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthMethod) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthMethod) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthPassword

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthPassword struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthPassword) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthPassword) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthPassword) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsCritical

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsCritical struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsCritical) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsCritical) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsCritical) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4Overrides

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4Overrides struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4Overrides) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesRouteMetric

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesRouteMetric struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesRouteMetric) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesRouteMetric) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesRouteMetric) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesSendHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesSendHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesSendHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesSendHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesSendHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseDns

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseDns struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseDns) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseDns) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseDns) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseMtu

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseMtu struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseMtu) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseMtu) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseMtu) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseNtp

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseNtp struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseNtp) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseNtp) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseNtp) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseRoutes

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseRoutes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseRoutes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseRoutes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseRoutes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6Overrides

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6Overrides struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6Overrides) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesRouteMetric

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesRouteMetric struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesRouteMetric) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesRouteMetric) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesRouteMetric) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesSendHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesSendHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesSendHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesSendHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesSendHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseDns

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseDns struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseDns) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseDns) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseDns) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseHostname

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseHostname struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseHostname) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseHostname) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseHostname) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseMtu

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseMtu struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseMtu) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseMtu) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseMtu) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseNtp

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseNtp struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseNtp) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseNtp) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseNtp) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseRoutes

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseRoutes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseRoutes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseRoutes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseRoutes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcpIdentifier

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcpIdentifier struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcpIdentifier) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcpIdentifier) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcpIdentifier) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway4

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway4 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway4) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway4) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway4) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway6

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway6 struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway6) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway6) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway6) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsIpv6Privacy

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsIpv6Privacy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsIpv6Privacy) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsIpv6Privacy) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsIpv6Privacy) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsLinkLocal

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsLinkLocal struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsLinkLocal) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsLinkLocal) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsLinkLocal) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsLinkLocal) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMacaddress

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMacaddress struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMacaddress) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMacaddress) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMacaddress) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMtu

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMtu struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMtu) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMtu) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMtu) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameservers

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameservers struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameservers) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversAddresses

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversAddresses struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversAddresses) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversAddresses) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversAddresses) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversAddresses) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversSearch

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversSearch struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversSearch) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversSearch) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversSearch) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversSearch) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptional

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptional struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptional) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptional) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptional) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptionalAddresses

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptionalAddresses struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptionalAddresses) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptionalAddresses) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptionalAddresses) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptionalAddresses) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRenderer

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRenderer struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRenderer) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRenderer) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRenderer) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutes

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesFrom

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesFrom struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesFrom) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesFrom) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesFrom) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesMetric

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesMetric struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesMetric) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesMetric) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesMetric) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesOnLink struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesOnLink) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesOnLink) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesOnLink) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesScope

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesScope struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesScope) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesScope) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesScope) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTable

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTable struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTable) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTable) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTable) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTo

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTo struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTo) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTo) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTo) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesType

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesType struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesType) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesType) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesType) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesVia

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesVia struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesVia) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesVia) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesVia) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicy

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicy struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicy) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyFrom

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyFrom struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyFrom) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyFrom) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyFrom) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyMark

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyMark struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyMark) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyMark) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyMark) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyPriority

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyPriority struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyPriority) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyPriority) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyPriority) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTable

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTable struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTable) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTable) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTable) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTo

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTo struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTo) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTo) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTo) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTypeOfService

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTypeOfService struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTypeOfService) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTypeOfService) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTypeOfService) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisSetName

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisSetName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisSetName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisSetName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisSetName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisWakeonlan

type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisWakeonlan struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisWakeonlan) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisWakeonlan) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisWakeonlan) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl

type ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion

type ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount

type ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey) WithValue

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel

type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel struct{}

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatus

type ListPublicDevicesResponsePathSelectorDevicesStatus struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatus) Addresses

func (ListPublicDevicesResponsePathSelectorDevicesStatus) Conditions

func (ListPublicDevicesResponsePathSelectorDevicesStatus) DeviceInfo

func (ListPublicDevicesResponsePathSelectorDevicesStatus) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatus) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatus) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusAddresses

type ListPublicDevicesResponsePathSelectorDevicesStatusAddresses struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) Type

func (ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress

type ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType

type ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusConditions

type ListPublicDevicesResponsePathSelectorDevicesStatusConditions struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) Type

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) WithItemValue

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime

type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime

type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage

type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason

type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus

type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType

type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlock

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlock struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlock) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) FieldPath

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage) WithValue

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion

type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion struct{}

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion) FieldPath

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion) WithValue

type ListPublicDevicesResponsePathSelectorNextPageToken

type ListPublicDevicesResponsePathSelectorNextPageToken struct{}

func (ListPublicDevicesResponsePathSelectorNextPageToken) FieldPath

func (ListPublicDevicesResponsePathSelectorNextPageToken) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorNextPageToken) WithValue

type ListPublicDevicesResponsePathSelectorPrevPageToken

type ListPublicDevicesResponsePathSelectorPrevPageToken struct{}

func (ListPublicDevicesResponsePathSelectorPrevPageToken) FieldPath

func (ListPublicDevicesResponsePathSelectorPrevPageToken) WithArrayOfValues

func (ListPublicDevicesResponsePathSelectorPrevPageToken) WithValue

type ListPublicDevicesResponse_FieldMask

type ListPublicDevicesResponse_FieldMask struct {
	Paths []ListPublicDevicesResponse_FieldPath
}

func FullListPublicDevicesResponse_FieldMask

func FullListPublicDevicesResponse_FieldMask() *ListPublicDevicesResponse_FieldMask

func (*ListPublicDevicesResponse_FieldMask) AppendPath

func (*ListPublicDevicesResponse_FieldMask) AppendRawPath

func (fieldMask *ListPublicDevicesResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)

func (*ListPublicDevicesResponse_FieldMask) DecodeFirestore

func (fieldMask *ListPublicDevicesResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error

func (*ListPublicDevicesResponse_FieldMask) EncodeFirestore

func (fieldMask *ListPublicDevicesResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)

firestore encoding/decoding integration

func (*ListPublicDevicesResponse_FieldMask) FilterInputFields

FilterInputFields generates copy of field paths with output_only field paths removed

func (*ListPublicDevicesResponse_FieldMask) FromProtoFieldMask

func (fieldMask *ListPublicDevicesResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error

func (*ListPublicDevicesResponse_FieldMask) GetPaths

func (*ListPublicDevicesResponse_FieldMask) GetRawPaths

func (fieldMask *ListPublicDevicesResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath

func (*ListPublicDevicesResponse_FieldMask) IsFull

func (fieldMask *ListPublicDevicesResponse_FieldMask) IsFull() bool

func (ListPublicDevicesResponse_FieldMask) Marshal

func (fieldMask ListPublicDevicesResponse_FieldMask) Marshal() ([]byte, error)

implement methods required by customType

func (ListPublicDevicesResponse_FieldMask) MarshalJSON

func (fieldMask ListPublicDevicesResponse_FieldMask) MarshalJSON() ([]byte, error)

func (*ListPublicDevicesResponse_FieldMask) PathsCount

func (fieldMask *ListPublicDevicesResponse_FieldMask) PathsCount() int

func (*ListPublicDevicesResponse_FieldMask) Project

func (*ListPublicDevicesResponse_FieldMask) ProjectRaw

func (*ListPublicDevicesResponse_FieldMask) ProtoMessage

func (fieldMask *ListPublicDevicesResponse_FieldMask) ProtoMessage()

func (*ListPublicDevicesResponse_FieldMask) ProtoReflect

func (fieldMask *ListPublicDevicesResponse_FieldMask) ProtoReflect() preflect.Message

func (*ListPublicDevicesResponse_FieldMask) Reset

func (fieldMask *ListPublicDevicesResponse_FieldMask) Reset()

func (*ListPublicDevicesResponse_FieldMask) Set

func (fieldMask *ListPublicDevicesResponse_FieldMask) Set(target, source *ListPublicDevicesResponse)

func (*ListPublicDevicesResponse_FieldMask) SetFromCliFlag

func (fieldMask *ListPublicDevicesResponse_FieldMask) SetFromCliFlag(raw string) error

func (*ListPublicDevicesResponse_FieldMask) SetRaw

func (fieldMask *ListPublicDevicesResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)

func (*ListPublicDevicesResponse_FieldMask) Size

func (fieldMask *ListPublicDevicesResponse_FieldMask) Size() int

func (*ListPublicDevicesResponse_FieldMask) String

func (fieldMask *ListPublicDevicesResponse_FieldMask) String() string

func (*ListPublicDevicesResponse_FieldMask) Subtract

func (*ListPublicDevicesResponse_FieldMask) SubtractRaw

func (*ListPublicDevicesResponse_FieldMask) ToProtoFieldMask

func (fieldMask *ListPublicDevicesResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask

ToFieldMask is used for proto conversions

func (*ListPublicDevicesResponse_FieldMask) Unmarshal

func (fieldMask *ListPublicDevicesResponse_FieldMask) Unmarshal(data []byte) error

func (*ListPublicDevicesResponse_FieldMask) UnmarshalJSON

func (fieldMask *ListPublicDevicesResponse_FieldMask) UnmarshalJSON(data []byte) error

type ListPublicDevicesResponse_FieldPath

type ListPublicDevicesResponse_FieldPath interface {
	gotenobject.FieldPath
	Selector() ListPublicDevicesResponse_FieldPathSelector
	Get(source *ListPublicDevicesResponse) []interface{}
	GetSingle(source *ListPublicDevicesResponse) (interface{}, bool)
	ClearValue(item *ListPublicDevicesResponse)

	// Those methods build corresponding ListPublicDevicesResponse_FieldPathValue
	// (or array of values) and holds passed value. Panics if injected type is incorrect.
	WithIValue(value interface{}) ListPublicDevicesResponse_FieldPathValue
	WithIArrayOfValues(values interface{}) ListPublicDevicesResponse_FieldPathArrayOfValues
	WithIArrayItemValue(value interface{}) ListPublicDevicesResponse_FieldPathArrayItemValue
}

FieldPath provides implementation to handle https://github.com/protocolbuffers/protobuf/blob/master/src/google/protobuf/field_mask.proto

func MustParseListPublicDevicesResponse_FieldPath

func MustParseListPublicDevicesResponse_FieldPath(rawField string) ListPublicDevicesResponse_FieldPath

func ParseListPublicDevicesResponse_FieldPath

func ParseListPublicDevicesResponse_FieldPath(rawField string) (ListPublicDevicesResponse_FieldPath, error)

type ListPublicDevicesResponse_FieldPathArrayItemValue

type ListPublicDevicesResponse_FieldPathArrayItemValue interface {
	gotenobject.FieldPathArrayItemValue
	ListPublicDevicesResponse_FieldPath
	ContainsValue(*ListPublicDevicesResponse) bool
}

ListPublicDevicesResponse_FieldPathArrayItemValue allows storing single item in Path-specific values for ListPublicDevicesResponse according to their type Present only for array (repeated) types.

func MustParseListPublicDevicesResponse_FieldPathArrayItemValue

func MustParseListPublicDevicesResponse_FieldPathArrayItemValue(pathStr, valueStr string) ListPublicDevicesResponse_FieldPathArrayItemValue

func ParseListPublicDevicesResponse_FieldPathArrayItemValue

func ParseListPublicDevicesResponse_FieldPathArrayItemValue(pathStr, valueStr string) (ListPublicDevicesResponse_FieldPathArrayItemValue, error)

ParseListPublicDevicesResponse_FieldPathArrayItemValue parses string and JSON-encoded value to its Value

type ListPublicDevicesResponse_FieldPathArrayOfValues

type ListPublicDevicesResponse_FieldPathArrayOfValues interface {
	gotenobject.FieldPathArrayOfValues
	ListPublicDevicesResponse_FieldPath
}

ListPublicDevicesResponse_FieldPathArrayOfValues allows storing slice of values for ListPublicDevicesResponse fields according to their type

func MustParseListPublicDevicesResponse_FieldPathArrayOfValues

func MustParseListPublicDevicesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) ListPublicDevicesResponse_FieldPathArrayOfValues

func ParseListPublicDevicesResponse_FieldPathArrayOfValues

func ParseListPublicDevicesResponse_FieldPathArrayOfValues(pathStr, valuesStr string) (ListPublicDevicesResponse_FieldPathArrayOfValues, error)

type ListPublicDevicesResponse_FieldPathSelector

type ListPublicDevicesResponse_FieldPathSelector int32
const (
	ListPublicDevicesResponse_FieldPathSelectorDevices       ListPublicDevicesResponse_FieldPathSelector = 0
	ListPublicDevicesResponse_FieldPathSelectorPrevPageToken ListPublicDevicesResponse_FieldPathSelector = 1
	ListPublicDevicesResponse_FieldPathSelectorNextPageToken ListPublicDevicesResponse_FieldPathSelector = 2
)

func (ListPublicDevicesResponse_FieldPathSelector) String

type ListPublicDevicesResponse_FieldPathValue

type ListPublicDevicesResponse_FieldPathValue interface {
	ListPublicDevicesResponse_FieldPath
	gotenobject.FieldPathValue
	SetTo(target **ListPublicDevicesResponse)
	CompareWith(*ListPublicDevicesResponse) (cmp int, comparable bool)
}

ListPublicDevicesResponse_FieldPathValue allows storing values for ListPublicDevicesResponse fields according to their type

func MustParseListPublicDevicesResponse_FieldPathValue

func MustParseListPublicDevicesResponse_FieldPathValue(pathStr, valueStr string) ListPublicDevicesResponse_FieldPathValue

func ParseListPublicDevicesResponse_FieldPathValue

func ParseListPublicDevicesResponse_FieldPathValue(pathStr, valueStr string) (ListPublicDevicesResponse_FieldPathValue, error)

type ListPublicDevicesResponse_FieldSubPath

type ListPublicDevicesResponse_FieldSubPath struct {
	// contains filtered or unexported fields
}

func (*ListPublicDevicesResponse_FieldSubPath) AsDevicesSubPath

func (*ListPublicDevicesResponse_FieldSubPath) ClearValue

func (*ListPublicDevicesResponse_FieldSubPath) ClearValueRaw

func (fps *ListPublicDevicesResponse_FieldSubPath) ClearValueRaw(item proto.Message)

func (*ListPublicDevicesResponse_FieldSubPath) Get

func (fps *ListPublicDevicesResponse_FieldSubPath) Get(source *ListPublicDevicesResponse) (values []interface{})

Get returns all values pointed by selected field from source ListPublicDevicesResponse

func (*ListPublicDevicesResponse_FieldSubPath) GetDefault

func (fps *ListPublicDevicesResponse_FieldSubPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*ListPublicDevicesResponse_FieldSubPath) GetRaw

func (fps *ListPublicDevicesResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}

func (*ListPublicDevicesResponse_FieldSubPath) GetSingle

func (fps *ListPublicDevicesResponse_FieldSubPath) GetSingle(source *ListPublicDevicesResponse) (interface{}, bool)

GetSingle returns value of selected field from source ListPublicDevicesResponse

func (*ListPublicDevicesResponse_FieldSubPath) GetSingleRaw

func (fps *ListPublicDevicesResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*ListPublicDevicesResponse_FieldSubPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListPublicDevicesResponse_FieldSubPath) JSONString

JSONString returns path representation is JSON convention

func (*ListPublicDevicesResponse_FieldSubPath) Selector

func (*ListPublicDevicesResponse_FieldSubPath) SplitIntoTerminalIPaths added in v0.8.0

func (fps *ListPublicDevicesResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*ListPublicDevicesResponse_FieldSubPath) String

String returns path representation in proto convention

func (*ListPublicDevicesResponse_FieldSubPath) WithIArrayItemValue

func (*ListPublicDevicesResponse_FieldSubPath) WithIArrayOfValues

func (*ListPublicDevicesResponse_FieldSubPath) WithIValue

func (*ListPublicDevicesResponse_FieldSubPath) WithRawIArrayItemValue

func (fps *ListPublicDevicesResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*ListPublicDevicesResponse_FieldSubPath) WithRawIArrayOfValues

func (fps *ListPublicDevicesResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*ListPublicDevicesResponse_FieldSubPath) WithRawIValue

func (fps *ListPublicDevicesResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type ListPublicDevicesResponse_FieldSubPathArrayItemValue

type ListPublicDevicesResponse_FieldSubPathArrayItemValue struct {
	ListPublicDevicesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListPublicDevicesResponse_FieldSubPathArrayItemValue) AsDevicesPathItemValue

func (*ListPublicDevicesResponse_FieldSubPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'ListPublicDevicesResponse'

func (*ListPublicDevicesResponse_FieldSubPathArrayItemValue) GetRawItemValue

func (fpaivs *ListPublicDevicesResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored array item value

type ListPublicDevicesResponse_FieldSubPathArrayOfValues

type ListPublicDevicesResponse_FieldSubPathArrayOfValues struct {
	ListPublicDevicesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListPublicDevicesResponse_FieldSubPathArrayOfValues) AsDevicesPathArrayOfValues

func (*ListPublicDevicesResponse_FieldSubPathArrayOfValues) GetRawValues

func (fpsaov *ListPublicDevicesResponse_FieldSubPathArrayOfValues) GetRawValues() []interface{}

type ListPublicDevicesResponse_FieldSubPathValue

type ListPublicDevicesResponse_FieldSubPathValue struct {
	ListPublicDevicesResponse_FieldPath
	// contains filtered or unexported fields
}

func (*ListPublicDevicesResponse_FieldSubPathValue) AsDevicesPathValue

func (*ListPublicDevicesResponse_FieldSubPathValue) CompareWith

func (*ListPublicDevicesResponse_FieldSubPathValue) CompareWithRaw

func (fpvs *ListPublicDevicesResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)

func (*ListPublicDevicesResponse_FieldSubPathValue) GetRawValue

func (fpvs *ListPublicDevicesResponse_FieldSubPathValue) GetRawValue() interface{}

func (*ListPublicDevicesResponse_FieldSubPathValue) SetTo

func (*ListPublicDevicesResponse_FieldSubPathValue) SetToRaw

type ListPublicDevicesResponse_FieldTerminalPath

type ListPublicDevicesResponse_FieldTerminalPath struct {
	// contains filtered or unexported fields
}

func (*ListPublicDevicesResponse_FieldTerminalPath) ClearValue

func (*ListPublicDevicesResponse_FieldTerminalPath) ClearValueRaw

func (*ListPublicDevicesResponse_FieldTerminalPath) Get

func (fp *ListPublicDevicesResponse_FieldTerminalPath) Get(source *ListPublicDevicesResponse) (values []interface{})

Get returns all values pointed by specific field from source ListPublicDevicesResponse

func (*ListPublicDevicesResponse_FieldTerminalPath) GetDefault

func (fp *ListPublicDevicesResponse_FieldTerminalPath) GetDefault() interface{}

GetDefault returns a default value of the field type

func (*ListPublicDevicesResponse_FieldTerminalPath) GetRaw

func (fp *ListPublicDevicesResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}

func (*ListPublicDevicesResponse_FieldTerminalPath) GetSingle

func (fp *ListPublicDevicesResponse_FieldTerminalPath) GetSingle(source *ListPublicDevicesResponse) (interface{}, bool)

GetSingle returns value pointed by specific field of from source ListPublicDevicesResponse

func (*ListPublicDevicesResponse_FieldTerminalPath) GetSingleRaw

func (fp *ListPublicDevicesResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)

func (*ListPublicDevicesResponse_FieldTerminalPath) IsLeaf

IsLeaf - whether field path is holds simple value

func (*ListPublicDevicesResponse_FieldTerminalPath) JSONString

JSONString returns path representation is JSON convention

func (*ListPublicDevicesResponse_FieldTerminalPath) Selector

func (*ListPublicDevicesResponse_FieldTerminalPath) SplitIntoTerminalIPaths added in v0.8.0

func (fp *ListPublicDevicesResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath

func (*ListPublicDevicesResponse_FieldTerminalPath) String

String returns path representation in proto convention

func (*ListPublicDevicesResponse_FieldTerminalPath) WithIArrayItemValue

func (*ListPublicDevicesResponse_FieldTerminalPath) WithIArrayOfValues

func (*ListPublicDevicesResponse_FieldTerminalPath) WithIValue

func (*ListPublicDevicesResponse_FieldTerminalPath) WithRawIArrayItemValue

func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue

func (*ListPublicDevicesResponse_FieldTerminalPath) WithRawIArrayOfValues

func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues

func (*ListPublicDevicesResponse_FieldTerminalPath) WithRawIValue

func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue

type ListPublicDevicesResponse_FieldTerminalPathArrayItemValue

type ListPublicDevicesResponse_FieldTerminalPathArrayItemValue struct {
	ListPublicDevicesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) AsDevicesItemValue

func (*ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) ContainsValue

Contains returns a boolean indicating if value that is being held is present in given 'ListPublicDevicesResponse'

func (*ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue

func (fpaiv *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}

GetRawValue returns stored element value for array in object ListPublicDevicesResponse as interface{}

func (*ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) GetSingle

func (*ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw

func (fpaiv *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)

type ListPublicDevicesResponse_FieldTerminalPathArrayOfValues

type ListPublicDevicesResponse_FieldTerminalPathArrayOfValues struct {
	ListPublicDevicesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) AsDevicesArrayOfValues

func (fpaov *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) AsDevicesArrayOfValues() ([][]*device.Device, bool)

func (*ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues

func (fpaov *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*device.PagerCursor, bool)

func (*ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues

func (fpaov *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*device.PagerCursor, bool)

func (*ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) GetRawValues

func (fpaov *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})

type ListPublicDevicesResponse_FieldTerminalPathValue

type ListPublicDevicesResponse_FieldTerminalPathValue struct {
	ListPublicDevicesResponse_FieldTerminalPath
	// contains filtered or unexported fields
}

func (*ListPublicDevicesResponse_FieldTerminalPathValue) AsDevicesValue

func (*ListPublicDevicesResponse_FieldTerminalPathValue) AsNextPageTokenValue

func (*ListPublicDevicesResponse_FieldTerminalPathValue) AsPrevPageTokenValue

func (*ListPublicDevicesResponse_FieldTerminalPathValue) CompareWith

CompareWith compares value in the 'ListPublicDevicesResponse_FieldTerminalPathValue' with the value under path in 'ListPublicDevicesResponse'.

func (*ListPublicDevicesResponse_FieldTerminalPathValue) CompareWithRaw

func (*ListPublicDevicesResponse_FieldTerminalPathValue) GetRawValue

func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) GetRawValue() interface{}

GetRawValue returns raw value stored under selected path for 'ListPublicDevicesResponse' as interface{}

func (*ListPublicDevicesResponse_FieldTerminalPathValue) SetTo

SetTo stores value for selected field for object ListPublicDevicesResponse

func (*ListPublicDevicesResponse_FieldTerminalPathValue) SetToRaw

type PublicServiceClient

type PublicServiceClient interface {
	ListPublicDevices(ctx context.Context, in *ListPublicDevicesRequest, opts ...grpc.CallOption) (*ListPublicDevicesResponse, error)
}

PublicServiceClient is the client API for PublicService.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://godoc.org/google.golang.org/grpc#ClientConn.NewStream.

type PublicServiceDescriptor added in v0.4.28

type PublicServiceDescriptor struct{}

func GetPublicServiceDescriptor added in v0.4.28

func GetPublicServiceDescriptor() *PublicServiceDescriptor

func (*PublicServiceDescriptor) AllMethodDescriptors added in v0.4.28

func (d *PublicServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor

func (*PublicServiceDescriptor) GetApiName added in v0.4.28

func (d *PublicServiceDescriptor) GetApiName() string

func (*PublicServiceDescriptor) GetFullAPIName added in v0.4.28

func (d *PublicServiceDescriptor) GetFullAPIName() string

func (*PublicServiceDescriptor) GetProtoPkgName added in v0.4.28

func (d *PublicServiceDescriptor) GetProtoPkgName() string

func (*PublicServiceDescriptor) GetServiceDomain added in v0.4.28

func (d *PublicServiceDescriptor) GetServiceDomain() string

func (*PublicServiceDescriptor) GetServiceVersion added in v0.4.28

func (d *PublicServiceDescriptor) GetServiceVersion() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL