Documentation ¶
Index ¶
- type ListPublicDevicesDescriptor
- func (d *ListPublicDevicesDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
- func (d *ListPublicDevicesDescriptor) GetApiName() string
- func (d *ListPublicDevicesDescriptor) GetClientMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListPublicDevicesDescriptor) GetFullMethodName() string
- func (d *ListPublicDevicesDescriptor) GetMethodName() string
- func (d *ListPublicDevicesDescriptor) GetProtoPkgName() string
- func (d *ListPublicDevicesDescriptor) GetResourceDescriptor() gotenresource.Descriptor
- func (d *ListPublicDevicesDescriptor) GetServerMsgReflectHandle() gotenclient.MethodMsgHandle
- func (d *ListPublicDevicesDescriptor) GetServiceDomain() string
- func (d *ListPublicDevicesDescriptor) GetServiceVersion() string
- func (d *ListPublicDevicesDescriptor) GetVerb() string
- func (d *ListPublicDevicesDescriptor) HasResource() bool
- func (d *ListPublicDevicesDescriptor) IsClientStream() bool
- func (d *ListPublicDevicesDescriptor) IsCollection() bool
- func (d *ListPublicDevicesDescriptor) IsPlural() bool
- func (d *ListPublicDevicesDescriptor) IsServerStream() bool
- func (d *ListPublicDevicesDescriptor) IsUnary() bool
- func (d *ListPublicDevicesDescriptor) NewEmptyClientMsg() proto.Message
- func (d *ListPublicDevicesDescriptor) NewEmptyServerMsg() proto.Message
- func (d *ListPublicDevicesDescriptor) RequestHasResourceBody() bool
- type ListPublicDevicesDescriptorClientMsgHandle
- func (h *ListPublicDevicesDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListPublicDevicesDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListPublicDevicesDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListPublicDevicesDescriptorServerMsgHandle
- func (h *ListPublicDevicesDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
- func (h *ListPublicDevicesDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
- func (h *ListPublicDevicesDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
- type ListPublicDevicesRequest
- func (o *ListPublicDevicesRequest) Clone() *ListPublicDevicesRequest
- func (o *ListPublicDevicesRequest) CloneRaw() gotenobject.GotenObjectExt
- func (*ListPublicDevicesRequest) Descriptor() ([]byte, []int)
- func (m *ListPublicDevicesRequest) GetFieldMask() *device.Device_FieldMask
- func (m *ListPublicDevicesRequest) GetFilter() *device.Filter
- func (m *ListPublicDevicesRequest) GetOrderBy() *device.OrderBy
- func (m *ListPublicDevicesRequest) GetPageSize() int32
- func (m *ListPublicDevicesRequest) GetPageToken() *device.PagerCursor
- func (m *ListPublicDevicesRequest) GetParent() *device.ParentName
- func (m *ListPublicDevicesRequest) GetView() view.View
- func (*ListPublicDevicesRequest) GotenMessage()
- func (o *ListPublicDevicesRequest) GotenObjectExt()
- func (obj *ListPublicDevicesRequest) GotenValidate() error
- func (o *ListPublicDevicesRequest) MakeDiffFieldMask(other *ListPublicDevicesRequest) *ListPublicDevicesRequest_FieldMask
- func (o *ListPublicDevicesRequest) MakeFullFieldMask() *ListPublicDevicesRequest_FieldMask
- func (o *ListPublicDevicesRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ListPublicDevicesRequest) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ListPublicDevicesRequest) Marshal() ([]byte, error)
- func (m *ListPublicDevicesRequest) MarshalJSON() ([]byte, error)
- func (o *ListPublicDevicesRequest) Merge(source *ListPublicDevicesRequest)
- func (o *ListPublicDevicesRequest) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ListPublicDevicesRequest) ProtoMessage()
- func (m *ListPublicDevicesRequest) ProtoReflect() preflect.Message
- func (m *ListPublicDevicesRequest) Reset()
- func (m *ListPublicDevicesRequest) SetFieldMask(fv *device.Device_FieldMask)
- func (m *ListPublicDevicesRequest) SetFilter(fv *device.Filter)
- func (m *ListPublicDevicesRequest) SetOrderBy(fv *device.OrderBy)
- func (m *ListPublicDevicesRequest) SetPageSize(fv int32)
- func (m *ListPublicDevicesRequest) SetPageToken(fv *device.PagerCursor)
- func (m *ListPublicDevicesRequest) SetParent(fv *device.ParentName)
- func (m *ListPublicDevicesRequest) SetView(fv view.View)
- func (m *ListPublicDevicesRequest) String() string
- func (m *ListPublicDevicesRequest) Unmarshal(b []byte) error
- func (m *ListPublicDevicesRequest) UnmarshalJSON(data []byte) error
- type ListPublicDevicesRequestFieldPathBuilder
- func (ListPublicDevicesRequestFieldPathBuilder) FieldMask() ListPublicDevicesRequestPathSelectorFieldMask
- func (ListPublicDevicesRequestFieldPathBuilder) Filter() ListPublicDevicesRequestPathSelectorFilter
- func (ListPublicDevicesRequestFieldPathBuilder) OrderBy() ListPublicDevicesRequestPathSelectorOrderBy
- func (ListPublicDevicesRequestFieldPathBuilder) PageSize() ListPublicDevicesRequestPathSelectorPageSize
- func (ListPublicDevicesRequestFieldPathBuilder) PageToken() ListPublicDevicesRequestPathSelectorPageToken
- func (ListPublicDevicesRequestFieldPathBuilder) Parent() ListPublicDevicesRequestPathSelectorParent
- func (ListPublicDevicesRequestFieldPathBuilder) View() ListPublicDevicesRequestPathSelectorView
- type ListPublicDevicesRequestPathSelectorFieldMask
- func (ListPublicDevicesRequestPathSelectorFieldMask) FieldPath() *ListPublicDevicesRequest_FieldTerminalPath
- func (s ListPublicDevicesRequestPathSelectorFieldMask) WithArrayOfValues(values []*device.Device_FieldMask) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
- func (s ListPublicDevicesRequestPathSelectorFieldMask) WithValue(value *device.Device_FieldMask) *ListPublicDevicesRequest_FieldTerminalPathValue
- type ListPublicDevicesRequestPathSelectorFilter
- func (ListPublicDevicesRequestPathSelectorFilter) FieldPath() *ListPublicDevicesRequest_FieldTerminalPath
- func (s ListPublicDevicesRequestPathSelectorFilter) WithArrayOfValues(values []*device.Filter) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
- func (s ListPublicDevicesRequestPathSelectorFilter) WithValue(value *device.Filter) *ListPublicDevicesRequest_FieldTerminalPathValue
- type ListPublicDevicesRequestPathSelectorOrderBy
- func (ListPublicDevicesRequestPathSelectorOrderBy) FieldPath() *ListPublicDevicesRequest_FieldTerminalPath
- func (s ListPublicDevicesRequestPathSelectorOrderBy) WithArrayOfValues(values []*device.OrderBy) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
- func (s ListPublicDevicesRequestPathSelectorOrderBy) WithValue(value *device.OrderBy) *ListPublicDevicesRequest_FieldTerminalPathValue
- type ListPublicDevicesRequestPathSelectorPageSize
- func (ListPublicDevicesRequestPathSelectorPageSize) FieldPath() *ListPublicDevicesRequest_FieldTerminalPath
- func (s ListPublicDevicesRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
- func (s ListPublicDevicesRequestPathSelectorPageSize) WithValue(value int32) *ListPublicDevicesRequest_FieldTerminalPathValue
- type ListPublicDevicesRequestPathSelectorPageToken
- func (ListPublicDevicesRequestPathSelectorPageToken) FieldPath() *ListPublicDevicesRequest_FieldTerminalPath
- func (s ListPublicDevicesRequestPathSelectorPageToken) WithArrayOfValues(values []*device.PagerCursor) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
- func (s ListPublicDevicesRequestPathSelectorPageToken) WithValue(value *device.PagerCursor) *ListPublicDevicesRequest_FieldTerminalPathValue
- type ListPublicDevicesRequestPathSelectorParent
- func (ListPublicDevicesRequestPathSelectorParent) FieldPath() *ListPublicDevicesRequest_FieldTerminalPath
- func (s ListPublicDevicesRequestPathSelectorParent) WithArrayOfValues(values []*device.ParentName) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
- func (s ListPublicDevicesRequestPathSelectorParent) WithValue(value *device.ParentName) *ListPublicDevicesRequest_FieldTerminalPathValue
- type ListPublicDevicesRequestPathSelectorView
- func (ListPublicDevicesRequestPathSelectorView) FieldPath() *ListPublicDevicesRequest_FieldTerminalPath
- func (s ListPublicDevicesRequestPathSelectorView) WithArrayOfValues(values []view.View) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
- func (s ListPublicDevicesRequestPathSelectorView) WithValue(value view.View) *ListPublicDevicesRequest_FieldTerminalPathValue
- type ListPublicDevicesRequest_FieldMask
- func (fieldMask *ListPublicDevicesRequest_FieldMask) AppendPath(path ListPublicDevicesRequest_FieldPath)
- func (fieldMask *ListPublicDevicesRequest_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ListPublicDevicesRequest_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ListPublicDevicesRequest_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ListPublicDevicesRequest_FieldMask) FilterInputFields() *ListPublicDevicesRequest_FieldMask
- func (fieldMask *ListPublicDevicesRequest_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ListPublicDevicesRequest_FieldMask) GetPaths() []ListPublicDevicesRequest_FieldPath
- func (fieldMask *ListPublicDevicesRequest_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ListPublicDevicesRequest_FieldMask) IsFull() bool
- func (fieldMask ListPublicDevicesRequest_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ListPublicDevicesRequest_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ListPublicDevicesRequest_FieldMask) PathsCount() int
- func (fieldMask *ListPublicDevicesRequest_FieldMask) Project(source *ListPublicDevicesRequest) *ListPublicDevicesRequest
- func (fieldMask *ListPublicDevicesRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ListPublicDevicesRequest_FieldMask) ProtoMessage()
- func (fieldMask *ListPublicDevicesRequest_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ListPublicDevicesRequest_FieldMask) Reset()
- func (fieldMask *ListPublicDevicesRequest_FieldMask) Set(target, source *ListPublicDevicesRequest)
- func (fieldMask *ListPublicDevicesRequest_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ListPublicDevicesRequest_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ListPublicDevicesRequest_FieldMask) Size() int
- func (fieldMask *ListPublicDevicesRequest_FieldMask) String() string
- func (fieldMask *ListPublicDevicesRequest_FieldMask) Subtract(other *ListPublicDevicesRequest_FieldMask) *ListPublicDevicesRequest_FieldMask
- func (fieldMask *ListPublicDevicesRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ListPublicDevicesRequest_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ListPublicDevicesRequest_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ListPublicDevicesRequest_FieldMask) UnmarshalJSON(data []byte) error
- type ListPublicDevicesRequest_FieldPath
- func BuildListPublicDevicesRequest_FieldPath(fp gotenobject.RawFieldPath) (ListPublicDevicesRequest_FieldPath, error)
- func MustParseListPublicDevicesRequest_FieldPath(rawField string) ListPublicDevicesRequest_FieldPath
- func ParseListPublicDevicesRequest_FieldPath(rawField string) (ListPublicDevicesRequest_FieldPath, error)
- type ListPublicDevicesRequest_FieldPathArrayItemValue
- type ListPublicDevicesRequest_FieldPathArrayOfValues
- type ListPublicDevicesRequest_FieldPathSelector
- type ListPublicDevicesRequest_FieldPathValue
- type ListPublicDevicesRequest_FieldTerminalPath
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) ClearValue(item *ListPublicDevicesRequest)
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) Get(source *ListPublicDevicesRequest) (values []interface{})
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) GetDefault() interface{}
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) GetSingle(source *ListPublicDevicesRequest) (interface{}, bool)
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) IsLeaf() bool
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) JSONString() string
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) Selector() ListPublicDevicesRequest_FieldPathSelector
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) String() string
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListPublicDevicesRequest_FieldPathArrayItemValue
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListPublicDevicesRequest_FieldPathArrayOfValues
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithIValue(value interface{}) ListPublicDevicesRequest_FieldPathValue
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListPublicDevicesRequest_FieldTerminalPathArrayItemValue
- func (fpaiv *ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ListPublicDevicesRequest) bool
- func (fpaiv *ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListPublicDevicesRequest) (interface{}, bool)
- func (fpaiv *ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
- func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*device.Device_FieldMask, bool)
- func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsFilterArrayOfValues() ([]*device.Filter, bool)
- func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsOrderByArrayOfValues() ([]*device.OrderBy, bool)
- func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsPageSizeArrayOfValues() ([]int32, bool)
- func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsPageTokenArrayOfValues() ([]*device.PagerCursor, bool)
- func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*device.ParentName, bool)
- func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsViewArrayOfValues() ([]view.View, bool)
- func (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ListPublicDevicesRequest_FieldTerminalPathValue
- func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsFieldMaskValue() (*device.Device_FieldMask, bool)
- func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsFilterValue() (*device.Filter, bool)
- func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsOrderByValue() (*device.OrderBy, bool)
- func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
- func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsPageTokenValue() (*device.PagerCursor, bool)
- func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsParentValue() (*device.ParentName, bool)
- func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
- func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) CompareWith(source *ListPublicDevicesRequest) (int, bool)
- func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) SetTo(target **ListPublicDevicesRequest)
- func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type ListPublicDevicesResponse
- func (o *ListPublicDevicesResponse) Clone() *ListPublicDevicesResponse
- func (o *ListPublicDevicesResponse) CloneRaw() gotenobject.GotenObjectExt
- func (*ListPublicDevicesResponse) Descriptor() ([]byte, []int)
- func (m *ListPublicDevicesResponse) GetDevices() []*device.Device
- func (m *ListPublicDevicesResponse) GetNextPageToken() *device.PagerCursor
- func (m *ListPublicDevicesResponse) GetPrevPageToken() *device.PagerCursor
- func (*ListPublicDevicesResponse) GotenMessage()
- func (o *ListPublicDevicesResponse) GotenObjectExt()
- func (obj *ListPublicDevicesResponse) GotenValidate() error
- func (o *ListPublicDevicesResponse) MakeDiffFieldMask(other *ListPublicDevicesResponse) *ListPublicDevicesResponse_FieldMask
- func (o *ListPublicDevicesResponse) MakeFullFieldMask() *ListPublicDevicesResponse_FieldMask
- func (o *ListPublicDevicesResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
- func (o *ListPublicDevicesResponse) MakeRawFullFieldMask() gotenobject.FieldMask
- func (m *ListPublicDevicesResponse) Marshal() ([]byte, error)
- func (m *ListPublicDevicesResponse) MarshalJSON() ([]byte, error)
- func (o *ListPublicDevicesResponse) Merge(source *ListPublicDevicesResponse)
- func (o *ListPublicDevicesResponse) MergeRaw(source gotenobject.GotenObjectExt)
- func (*ListPublicDevicesResponse) ProtoMessage()
- func (m *ListPublicDevicesResponse) ProtoReflect() preflect.Message
- func (m *ListPublicDevicesResponse) Reset()
- func (m *ListPublicDevicesResponse) SetDevices(fv []*device.Device)
- func (m *ListPublicDevicesResponse) SetNextPageToken(fv *device.PagerCursor)
- func (m *ListPublicDevicesResponse) SetPrevPageToken(fv *device.PagerCursor)
- func (m *ListPublicDevicesResponse) String() string
- func (m *ListPublicDevicesResponse) Unmarshal(b []byte) error
- func (m *ListPublicDevicesResponse) UnmarshalJSON(data []byte) error
- type ListPublicDevicesResponseFieldPathBuilder
- func (ListPublicDevicesResponseFieldPathBuilder) Devices() ListPublicDevicesResponsePathSelectorDevices
- func (ListPublicDevicesResponseFieldPathBuilder) NextPageToken() ListPublicDevicesResponsePathSelectorNextPageToken
- func (ListPublicDevicesResponseFieldPathBuilder) PrevPageToken() ListPublicDevicesResponsePathSelectorPrevPageToken
- type ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations
- func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels
- func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards
- func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevices
- func (ListPublicDevicesResponsePathSelectorDevices) DisplayName() ListPublicDevicesResponsePathSelectorDevicesDisplayName
- func (ListPublicDevicesResponsePathSelectorDevices) FieldPath() *ListPublicDevicesResponse_FieldTerminalPath
- func (ListPublicDevicesResponsePathSelectorDevices) Metadata() ListPublicDevicesResponsePathSelectorDevicesMetadata
- func (ListPublicDevicesResponsePathSelectorDevices) Name() ListPublicDevicesResponsePathSelectorDevicesName
- func (ListPublicDevicesResponsePathSelectorDevices) PublicListingSpec() ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec
- func (ListPublicDevicesResponsePathSelectorDevices) Spec() ListPublicDevicesResponsePathSelectorDevicesSpec
- func (ListPublicDevicesResponsePathSelectorDevices) Status() ListPublicDevicesResponsePathSelectorDevicesStatus
- func (s ListPublicDevicesResponsePathSelectorDevices) WithArrayOfValues(values [][]*device.Device) *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevices) WithItemValue(value *device.Device) *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevices) WithSubArrayItemValue(subPathArrayItemValue device.Device_FieldPathArrayItemValue) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevices) WithSubArrayOfValues(subPathArrayOfValues device.Device_FieldPathArrayOfValues) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevices) WithSubPath(subPath device.Device_FieldPath) *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevices) WithSubValue(subPathValue device.Device_FieldPathValue) *ListPublicDevicesResponse_FieldSubPathValue
- func (s ListPublicDevicesResponsePathSelectorDevices) WithValue(value []*device.Device) *ListPublicDevicesResponse_FieldTerminalPathValue
- type ListPublicDevicesResponsePathSelectorDevicesDisplayName
- func (ListPublicDevicesResponsePathSelectorDevicesDisplayName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesDisplayName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesDisplayName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadata
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Annotations() ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) CreateTime() ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) DeleteTime() ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Generation() ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Labels() ListPublicDevicesResponsePathSelectorDevicesMetadataLabels
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Lifecycle() ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) OwnerReferences() ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) ResourceVersion() ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Shards() ListPublicDevicesResponsePathSelectorDevicesMetadataShards
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Syncing() ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Tags() ListPublicDevicesResponsePathSelectorDevicesMetadataTags
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) UpdateTime() ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime
- func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Uuid() ListPublicDevicesResponsePathSelectorDevicesMetadataUuid
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadata) WithValue(value *ntt_meta.Meta) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations) WithArrayOfValues(values []map[string]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations) WithKey(key string) ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations) WithValue(value map[string]string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime) WithValue(value *timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataLabels
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataLabels) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLabels) WithArrayOfValues(values []map[string]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataLabels) WithKey(key string) ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLabels) WithValue(value map[string]string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) BlockDeletion() ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) State() ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState) WithValue(value ntt_meta.Lifecycle_State) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) BlockOwnerDeletion() ...
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) Controller() ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) Kind() ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) Name() ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) Region() ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) RequiresOwnerReference() ...
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) Version() ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) WithItemValue(value *ntt_meta.OwnerReference) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRequiresOwnerReference
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRequiresOwnerReference) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRequiresOwnerReference) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataShards
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataShards) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataShards) WithArrayOfValues(values []map[string]int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataShards) WithKey(key string) ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataShards) WithValue(value map[string]int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) OwningRegion() ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) Regions() ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataTags
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataTags) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataTags) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataTags) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataTags) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesMetadataUuid
- func (ListPublicDevicesResponsePathSelectorDevicesMetadataUuid) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataUuid) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesMetadataUuid) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesName
- func (ListPublicDevicesResponsePathSelectorDevicesName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesName) WithArrayOfValues(values []*device.Name) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesName) WithValue(value *device.Name) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec
- func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec) Enabled() ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled
- func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec) FieldMask() ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask
- func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec) WithArrayOfValues(values []*device.Device_PublicListingSpec) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec) WithValue(value *device.Device_PublicListingSpec) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled
- func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask
- func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask) WithArrayOfValues(values []*device.Device_FieldMask) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask) WithValue(value *device.Device_FieldMask) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpec
- func (ListPublicDevicesResponsePathSelectorDevicesSpec) AttestationConfig() ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig
- func (ListPublicDevicesResponsePathSelectorDevicesSpec) DisableDeviceDiscovery() ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery
- func (ListPublicDevicesResponsePathSelectorDevicesSpec) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpec) LoggingConfig() ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig
- func (ListPublicDevicesResponsePathSelectorDevicesSpec) NetConfig() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig
- func (ListPublicDevicesResponsePathSelectorDevicesSpec) NetConfigMode() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigMode
- func (ListPublicDevicesResponsePathSelectorDevicesSpec) OsImageUrl() ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl
- func (ListPublicDevicesResponsePathSelectorDevicesSpec) OsVersion() ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion
- func (ListPublicDevicesResponsePathSelectorDevicesSpec) ServiceAccount() ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount
- func (ListPublicDevicesResponsePathSelectorDevicesSpec) SshConfig() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig
- func (s ListPublicDevicesResponsePathSelectorDevicesSpec) WithArrayOfValues(values []*device.Device_Spec) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpec) WithValue(value *device.Device_Spec) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig
- func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig) AttestationDomain() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig) AttestationExpected() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig) InsecureUseTpmSimulatorSeed() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig) WithArrayOfValues(values []*device.Device_Spec_AttestationConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig) WithValue(value *device.Device_Spec_AttestationConfig) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationDomain
- func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationDomain) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationDomain) WithArrayOfValues(values []*iam_attestation_domain.Reference) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationDomain) WithValue(value *iam_attestation_domain.Reference) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationExpected
- func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationExpected) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationExpected) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationExpected) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigInsecureUseTpmSimulatorSeed
- func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigInsecureUseTpmSimulatorSeed) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigInsecureUseTpmSimulatorSeed) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigInsecureUseTpmSimulatorSeed) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery
- func (ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig
- func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig) EnableJournalExport() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig) Priority() ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigPriority
- func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig) Units() ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig) WithArrayOfValues(values []*device.Device_Spec_LoggingConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig) WithValue(value *device.Device_Spec_LoggingConfig) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigEnableJournalExport
- func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigEnableJournalExport) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigEnableJournalExport) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigEnableJournalExport) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigPriority
- func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigPriority) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigPriority) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigPriority) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits
- func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig) Bonds() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBonds
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig) Bridges() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridges
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig) Ethernets() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernets
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig) Tunnels() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnels
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig) Version() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVersion
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig) Vlans() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlans
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig) Wifis() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifis
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig) WithValue(value *device.Device_Spec_NetworkConfig) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBonds
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBonds) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBonds) Interfaces() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsInterfaces
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBonds) Name() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsName
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBonds) Opts() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBonds) Parameters() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBonds) WithArrayOfValues(values [][]*device.Device_Spec_NetworkConfig_BondsOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBonds) WithItemValue(value *device.Device_Spec_NetworkConfig_BondsOpts) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBonds) WithValue(value []*device.Device_Spec_NetworkConfig_BondsOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsInterfaces
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsInterfaces) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsInterfaces) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsInterfaces) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsInterfaces) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsName
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) AcceptRa() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAcceptRa
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) Addresses() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) Auth() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuth
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) Critical() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsCritical
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) Dhcp4() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) Dhcp4Overrides() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) Dhcp6() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) Dhcp6Overrides() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) DhcpIdentifier() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) Gateway4() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway4
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) Gateway6() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway6
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) Ipv6Privacy() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsIpv6Privacy
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) LinkLocal() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsLinkLocal
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) Macaddress() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMacaddress
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) Mtu() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMtu
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) Nameservers() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameservers
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) Optional() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptional
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) OptionalAddresses() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) Renderer() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRenderer
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) Routes() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutes
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) RoutingPolicy() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAcceptRa
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAcceptRa) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAcceptRa) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAcceptRa) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAddresses) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAddresses) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAddresses) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuth
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuth) AnonymousIdentity() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuth) CaCertificate() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuth) ClientCertificate() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuth) ClientKey() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuth) ClientKeyPassword() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuth) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuth) Identity() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthIdentity
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuth) Key() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthKey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuth) Method() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthMethod
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuth) Password() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthPassword
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuth) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_Auth) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuth) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_Auth) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthAnonymousIdentity
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthAnonymousIdentity) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthAnonymousIdentity) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthAnonymousIdentity) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthCaCertificate
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthCaCertificate) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthCaCertificate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthCaCertificate) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientCertificate
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientCertificate) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientCertificate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientCertificate) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKey) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKey) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKeyPassword
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKeyPassword) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKeyPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKeyPassword) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthIdentity
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthIdentity) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthIdentity) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthIdentity) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthKey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthKey) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthKey) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthMethod
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthMethod) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthMethod) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthMethod) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthPassword
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthPassword) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthPassword) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsCritical
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsCritical) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsCritical) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsCritical) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4Overrides
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4Overrides) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4Overrides) Hostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4Overrides) RouteMetric() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4Overrides) SendHostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4Overrides) UseDns() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4Overrides) UseHostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4Overrides) UseMtu() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4Overrides) UseNtp() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4Overrides) UseRoutes() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4Overrides) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_DHCPOverrides) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4Overrides) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_DHCPOverrides) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesHostname) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesHostname) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesRouteMetric
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesRouteMetric) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesRouteMetric) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesRouteMetric) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesSendHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesSendHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesSendHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesSendHostname) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseDns
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseDns) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseDns) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseDns) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseHostname) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseMtu
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseMtu) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseMtu) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseMtu) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseNtp
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseNtp) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseNtp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseNtp) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseRoutes
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseRoutes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseRoutes) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseRoutes) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6Overrides
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6Overrides) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6Overrides) Hostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6Overrides) RouteMetric() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6Overrides) SendHostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6Overrides) UseDns() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6Overrides) UseHostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6Overrides) UseMtu() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6Overrides) UseNtp() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6Overrides) UseRoutes() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6Overrides) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_DHCPOverrides) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6Overrides) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_DHCPOverrides) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesHostname) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesHostname) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesRouteMetric
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesRouteMetric) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesRouteMetric) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesRouteMetric) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesSendHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesSendHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesSendHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesSendHostname) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseDns
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseDns) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseDns) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseDns) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseHostname) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseMtu
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseMtu) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseMtu) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseMtu) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseNtp
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseNtp) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseNtp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseNtp) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseRoutes
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseRoutes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseRoutes) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseRoutes) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcpIdentifier
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcpIdentifier) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcpIdentifier) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcpIdentifier) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway4
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway4) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway4) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway4) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway6
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway6) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway6) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway6) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsIpv6Privacy
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsIpv6Privacy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsIpv6Privacy) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsIpv6Privacy) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsLinkLocal
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsLinkLocal) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsLinkLocal) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsLinkLocal) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsLinkLocal) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMacaddress
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMacaddress) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMacaddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMacaddress) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMtu
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMtu) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMtu) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMtu) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameservers
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameservers) Addresses() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameservers) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameservers) Search() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameservers) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_Nameservers) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameservers) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_Nameservers) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversAddresses) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversAddresses) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversAddresses) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversSearch
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversSearch) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversSearch) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversSearch) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversSearch) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptional
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptional) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptional) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptional) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptionalAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptionalAddresses) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptionalAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptionalAddresses) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptionalAddresses) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRenderer
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRenderer) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRenderer) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRenderer) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutes
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutes) From() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesFrom
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutes) Metric() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesMetric
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutes) OnLink() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesOnLink
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutes) Scope() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesScope
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutes) Table() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTable
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutes) To() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTo
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutes) Type() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesType
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutes) Via() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesVia
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutes) WithArrayOfValues(values [][]*device.Device_Spec_NetworkConfig_CommonOpts_Routes) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutes) WithItemValue(value *device.Device_Spec_NetworkConfig_CommonOpts_Routes) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutes) WithValue(value []*device.Device_Spec_NetworkConfig_CommonOpts_Routes) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesFrom
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesFrom) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesFrom) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesMetric
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesMetric) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesMetric) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesMetric) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesOnLink
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesOnLink) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesOnLink) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesOnLink) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesScope
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesScope) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesScope) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesScope) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTable
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTable) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTable) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTable) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTo
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTo) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTo) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTo) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesType
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesType) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesType) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesVia
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesVia) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesVia) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesVia) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicy
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicy) From() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicy) Mark() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicy) Priority() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicy) Table() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicy) To() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicy) TypeOfService() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicy) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_RoutingPolicy) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicy) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_RoutingPolicy) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyFrom
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyFrom) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyFrom) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyMark
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyMark) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyMark) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyMark) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyPriority
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyPriority) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyPriority) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyPriority) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTable
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTable) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTable) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTable) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTo
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTo) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTo) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTo) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTypeOfService
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTypeOfService) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTypeOfService) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTypeOfService) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) AdSelect() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) AllSlavesActive() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) ArpAllTargets() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) ArpIpTargets() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) ArpValidate() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) FailOverMacPolicy() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) GratuitousArp() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) LacpRate() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) LearnPacketInterval() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) MiiMonitorInterval() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) MinLinks() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) Mode() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMode
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) PacketsPerSlave() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) Primary() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) PrimaryReselectPolicy() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) ResendIgmp() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) TransmitHashPolicy() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) UpDelay() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_BondsOpts_Parameters) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) WithValue(value *device.Device_Spec_NetworkConfig_BondsOpts_Parameters) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAdSelect
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAdSelect) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAdSelect) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAdSelect) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAllSlavesActive
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAllSlavesActive) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAllSlavesActive) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAllSlavesActive) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpAllTargets
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpAllTargets) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpAllTargets) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpAllTargets) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpIpTargets
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpIpTargets) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpIpTargets) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpIpTargets) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpValidate
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpValidate) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpValidate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpValidate) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersFailOverMacPolicy
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersFailOverMacPolicy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersFailOverMacPolicy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersFailOverMacPolicy) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersGratuitousArp
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersGratuitousArp) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersGratuitousArp) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersGratuitousArp) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLacpRate
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLacpRate) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLacpRate) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLacpRate) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLearnPacketInterval
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLearnPacketInterval) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLearnPacketInterval) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLearnPacketInterval) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMiiMonitorInterval
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMiiMonitorInterval) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMiiMonitorInterval) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMiiMonitorInterval) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMinLinks
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMinLinks) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMinLinks) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMinLinks) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMode
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMode) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMode) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMode) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPacketsPerSlave
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPacketsPerSlave) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPacketsPerSlave) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPacketsPerSlave) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimary
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimary) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimary) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimary) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimaryReselectPolicy
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimaryReselectPolicy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimaryReselectPolicy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimaryReselectPolicy) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersResendIgmp
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersResendIgmp) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersResendIgmp) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersResendIgmp) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersTransmitHashPolicy
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersTransmitHashPolicy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersTransmitHashPolicy) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersTransmitHashPolicy) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersUpDelay
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersUpDelay) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersUpDelay) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersUpDelay) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridges
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridges) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridges) Interfaces() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesInterfaces
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridges) Name() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesName
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridges) Opts() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridges) Parameters() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParameters
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridges) WithArrayOfValues(values [][]*device.Device_Spec_NetworkConfig_BridgesOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridges) WithItemValue(value *device.Device_Spec_NetworkConfig_BridgesOpts) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridges) WithValue(value []*device.Device_Spec_NetworkConfig_BridgesOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesInterfaces
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesInterfaces) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesInterfaces) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesInterfaces) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesInterfaces) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesName
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) AcceptRa() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAcceptRa
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) Addresses() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) Auth() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuth
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) Critical() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsCritical
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) Dhcp4() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) Dhcp4Overrides() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) Dhcp6() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) Dhcp6Overrides() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) DhcpIdentifier() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) Gateway4() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway4
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) Gateway6() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway6
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) Ipv6Privacy() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) LinkLocal() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsLinkLocal
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) Macaddress() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMacaddress
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) Mtu() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMtu
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) Nameservers() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) Optional() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptional
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) OptionalAddresses() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) Renderer() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRenderer
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) Routes() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutes
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) RoutingPolicy() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAcceptRa
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAcceptRa) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAcceptRa) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAcceptRa) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAddresses) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAddresses) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAddresses) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuth
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuth) AnonymousIdentity() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuth) CaCertificate() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuth) ClientCertificate() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuth) ClientKey() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuth) ClientKeyPassword() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuth) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuth) Identity() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuth) Key() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthKey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuth) Method() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthMethod
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuth) Password() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuth) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_Auth) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuth) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_Auth) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthAnonymousIdentity
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthAnonymousIdentity) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthAnonymousIdentity) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthAnonymousIdentity) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthCaCertificate
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthCaCertificate) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthCaCertificate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthCaCertificate) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientCertificate
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientCertificate) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientCertificate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientCertificate) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKey) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKey) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKeyPassword
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKeyPassword) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKeyPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKeyPassword) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthIdentity
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthIdentity) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthIdentity) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthIdentity) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthKey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthKey) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthKey) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthMethod
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthMethod) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthMethod) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthMethod) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthPassword
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthPassword) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthPassword) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsCritical
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsCritical) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsCritical) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsCritical) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4Overrides
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4Overrides) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4Overrides) Hostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4Overrides) RouteMetric() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4Overrides) SendHostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4Overrides) UseDns() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4Overrides) UseHostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4Overrides) UseMtu() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4Overrides) UseNtp() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4Overrides) UseRoutes() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4Overrides) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_DHCPOverrides) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4Overrides) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_DHCPOverrides) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesHostname) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesHostname) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesRouteMetric
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesRouteMetric) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesRouteMetric) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesRouteMetric) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesSendHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesSendHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesSendHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesSendHostname) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseDns
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseDns) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseDns) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseDns) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseHostname) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseMtu
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseMtu) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseMtu) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseMtu) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseNtp
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseNtp) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseNtp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseNtp) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseRoutes
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseRoutes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseRoutes) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseRoutes) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6Overrides
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6Overrides) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6Overrides) Hostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6Overrides) RouteMetric() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6Overrides) SendHostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6Overrides) UseDns() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6Overrides) UseHostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6Overrides) UseMtu() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6Overrides) UseNtp() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6Overrides) UseRoutes() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6Overrides) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_DHCPOverrides) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6Overrides) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_DHCPOverrides) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesHostname) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesHostname) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesRouteMetric
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesRouteMetric) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesRouteMetric) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesRouteMetric) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesSendHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesSendHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesSendHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesSendHostname) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseDns
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseDns) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseDns) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseDns) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseHostname) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseMtu
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseMtu) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseMtu) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseMtu) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseNtp
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseNtp) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseNtp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseNtp) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseRoutes
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseRoutes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseRoutes) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseRoutes) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcpIdentifier
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcpIdentifier) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcpIdentifier) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcpIdentifier) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway4
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway4) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway4) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway4) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway6
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway6) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway6) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway6) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsIpv6Privacy
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsIpv6Privacy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsIpv6Privacy) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsIpv6Privacy) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsLinkLocal
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsLinkLocal) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsLinkLocal) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsLinkLocal) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsLinkLocal) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMacaddress
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMacaddress) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMacaddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMacaddress) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMtu
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMtu) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMtu) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMtu) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameservers
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameservers) Addresses() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameservers) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameservers) Search() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameservers) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_Nameservers) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameservers) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_Nameservers) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversAddresses) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversAddresses) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversAddresses) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversSearch
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversSearch) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversSearch) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversSearch) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversSearch) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptional
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptional) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptional) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptional) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptionalAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptionalAddresses) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptionalAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptionalAddresses) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptionalAddresses) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRenderer
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRenderer) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRenderer) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRenderer) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutes
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutes) From() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesFrom
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutes) Metric() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutes) OnLink() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutes) Scope() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutes) Table() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutes) To() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTo
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutes) Type() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesType
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutes) Via() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesVia
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutes) WithArrayOfValues(values [][]*device.Device_Spec_NetworkConfig_CommonOpts_Routes) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutes) WithItemValue(value *device.Device_Spec_NetworkConfig_CommonOpts_Routes) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutes) WithValue(value []*device.Device_Spec_NetworkConfig_CommonOpts_Routes) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesFrom
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesFrom) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesFrom) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesMetric
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesMetric) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesMetric) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesMetric) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesOnLink
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesOnLink) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesOnLink) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesOnLink) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesScope
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesScope) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesScope) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesScope) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTable
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTable) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTable) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTable) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTo
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTo) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTo) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTo) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesType
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesType) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesType) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesVia
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesVia) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesVia) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesVia) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicy
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicy) From() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicy) Mark() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicy) Priority() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicy) Table() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicy) To() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicy) TypeOfService() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicy) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_RoutingPolicy) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicy) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_RoutingPolicy) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyFrom
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyFrom) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyFrom) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyMark
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyMark) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyMark) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyMark) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyPriority
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyPriority) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyPriority) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyPriority) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTable
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTable) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTable) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTable) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTo
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTo) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTo) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTo) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTypeOfService
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTypeOfService) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTypeOfService) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTypeOfService) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParameters
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParameters) AgeingTime() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParameters) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParameters) ForwardDelay() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParameters) HelloTime() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParameters) MaxAge() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParameters) PathCost() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParameters) PortPriority() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParameters) Priority() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParameters) Stp() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersStp
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParameters) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_BridgesOpts_Parameters) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParameters) WithValue(value *device.Device_Spec_NetworkConfig_BridgesOpts_Parameters) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersAgeingTime
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersAgeingTime) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersAgeingTime) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersAgeingTime) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersForwardDelay
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersForwardDelay) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersForwardDelay) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersForwardDelay) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersHelloTime
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersHelloTime) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersHelloTime) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersHelloTime) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersMaxAge
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersMaxAge) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersMaxAge) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersMaxAge) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPathCost
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPathCost) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPathCost) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPathCost) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPortPriority
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPortPriority) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPortPriority) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPortPriority) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPriority
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPriority) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPriority) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPriority) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersStp
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersStp) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersStp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersStp) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernets
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernets) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernets) Match() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatch
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernets) Name() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsName
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernets) Opts() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernets) SetName() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsSetName
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernets) Wakeonlan() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsWakeonlan
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernets) WithArrayOfValues(values [][]*device.Device_Spec_NetworkConfig_EthOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernets) WithItemValue(value *device.Device_Spec_NetworkConfig_EthOpts) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernets) WithValue(value []*device.Device_Spec_NetworkConfig_EthOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatch
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatch) Driver() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchDriver
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatch) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatch) Macaddress() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatch) Name() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchName
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatch) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_EthOpts_Match) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatch) WithValue(value *device.Device_Spec_NetworkConfig_EthOpts_Match) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchDriver
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchDriver) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchDriver) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchDriver) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchMacaddress
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchMacaddress) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchMacaddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchMacaddress) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchName
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsName
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) AcceptRa() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAcceptRa
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) Addresses() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) Auth() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) Critical() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsCritical
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) Dhcp4() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) Dhcp4Overrides() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) Dhcp6() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) Dhcp6Overrides() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) DhcpIdentifier() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) Gateway4() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway4
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) Gateway6() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway6
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) Ipv6Privacy() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) LinkLocal() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) Macaddress() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) Mtu() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMtu
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) Nameservers() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) Optional() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptional
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) OptionalAddresses() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) Renderer() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRenderer
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) Routes() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutes
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) RoutingPolicy() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAcceptRa
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAcceptRa) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAcceptRa) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAcceptRa) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAddresses) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAddresses) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAddresses) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth) AnonymousIdentity() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth) CaCertificate() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth) ClientCertificate() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth) ClientKey() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth) ClientKeyPassword() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth) Identity() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth) Key() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthKey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth) Method() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth) Password() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_Auth) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_Auth) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthAnonymousIdentity
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthAnonymousIdentity) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthAnonymousIdentity) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthAnonymousIdentity) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthCaCertificate
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthCaCertificate) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthCaCertificate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthCaCertificate) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientCertificate
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientCertificate) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientCertificate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientCertificate) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKey) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKey) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKeyPassword
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKeyPassword) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKeyPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKeyPassword) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthIdentity
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthIdentity) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthIdentity) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthIdentity) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthKey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthKey) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthKey) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthMethod
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthMethod) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthMethod) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthMethod) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthPassword
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthPassword) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthPassword) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsCritical
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsCritical) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsCritical) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsCritical) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides) Hostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides) RouteMetric() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides) SendHostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides) UseDns() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides) UseHostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides) UseMtu() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides) UseNtp() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides) UseRoutes() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_DHCPOverrides) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_DHCPOverrides) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesHostname) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesHostname) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesRouteMetric
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesRouteMetric) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesRouteMetric) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesRouteMetric) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesSendHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesSendHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesSendHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesSendHostname) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseDns
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseDns) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseDns) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseDns) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseHostname) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseMtu
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseMtu) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseMtu) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseMtu) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseNtp
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseNtp) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseNtp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseNtp) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseRoutes
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseRoutes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseRoutes) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseRoutes) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides) Hostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides) RouteMetric() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides) SendHostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides) UseDns() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides) UseHostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides) UseMtu() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides) UseNtp() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides) UseRoutes() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_DHCPOverrides) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_DHCPOverrides) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesHostname) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesHostname) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesRouteMetric
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesRouteMetric) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesRouteMetric) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesRouteMetric) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesSendHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesSendHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesSendHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesSendHostname) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseDns
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseDns) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseDns) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseDns) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseHostname) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseMtu
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseMtu) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseMtu) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseMtu) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseNtp
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseNtp) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseNtp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseNtp) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseRoutes
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseRoutes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseRoutes) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseRoutes) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcpIdentifier
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcpIdentifier) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcpIdentifier) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcpIdentifier) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway4
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway4) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway4) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway4) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway6
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway6) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway6) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway6) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsIpv6Privacy
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsIpv6Privacy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsIpv6Privacy) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsIpv6Privacy) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsLinkLocal
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsLinkLocal) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsLinkLocal) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsLinkLocal) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsLinkLocal) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMacaddress
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMacaddress) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMacaddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMacaddress) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMtu
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMtu) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMtu) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMtu) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameservers
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameservers) Addresses() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameservers) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameservers) Search() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameservers) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_Nameservers) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameservers) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_Nameservers) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversAddresses) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversAddresses) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversAddresses) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversSearch
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversSearch) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversSearch) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversSearch) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversSearch) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptional
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptional) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptional) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptional) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptionalAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptionalAddresses) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptionalAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptionalAddresses) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptionalAddresses) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRenderer
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRenderer) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRenderer) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRenderer) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutes
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutes) From() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutes) Metric() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutes) OnLink() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutes) Scope() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutes) Table() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutes) To() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTo
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutes) Type() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutes) Via() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutes) WithArrayOfValues(values [][]*device.Device_Spec_NetworkConfig_CommonOpts_Routes) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutes) WithItemValue(value *device.Device_Spec_NetworkConfig_CommonOpts_Routes) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutes) WithValue(value []*device.Device_Spec_NetworkConfig_CommonOpts_Routes) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesFrom
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesFrom) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesFrom) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesMetric
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesMetric) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesMetric) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesMetric) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesOnLink
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesOnLink) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesOnLink) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesOnLink) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesScope
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesScope) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesScope) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesScope) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTable
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTable) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTable) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTable) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTo
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTo) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTo) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTo) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesType
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesType) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesType) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesVia
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesVia) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesVia) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesVia) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicy
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicy) From() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicy) Mark() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicy) Priority() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicy) Table() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicy) To() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicy) TypeOfService() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicy) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_RoutingPolicy) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicy) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_RoutingPolicy) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyFrom
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyFrom) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyFrom) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyMark
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyMark) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyMark) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyMark) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyPriority
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyPriority) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyPriority) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyPriority) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTable
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTable) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTable) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTable) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTo
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTo) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTo) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTo) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTypeOfService
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTypeOfService) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTypeOfService) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTypeOfService) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsSetName
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsSetName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsSetName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsSetName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsWakeonlan
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsWakeonlan) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsWakeonlan) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsWakeonlan) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigMode
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigMode) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigMode) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigMode) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnels
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnels) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnels) Key() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsKey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnels) Local() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsLocal
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnels) Mode() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsMode
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnels) Name() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsName
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnels) Opts() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnels) Remote() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsRemote
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnels) WithArrayOfValues(values [][]*device.Device_Spec_NetworkConfig_TunnelsOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnels) WithItemValue(value *device.Device_Spec_NetworkConfig_TunnelsOpts) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnels) WithValue(value []*device.Device_Spec_NetworkConfig_TunnelsOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsKey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsKey) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsKey) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsKey) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsLocal
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsLocal) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsLocal) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsLocal) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsMode
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsMode) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsMode) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsMode) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsName
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) AcceptRa() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAcceptRa
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) Addresses() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) Auth() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuth
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) Critical() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsCritical
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) Dhcp4() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) Dhcp4Overrides() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) Dhcp6() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) Dhcp6Overrides() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) DhcpIdentifier() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) Gateway4() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway4
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) Gateway6() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway6
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) Ipv6Privacy() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) LinkLocal() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsLinkLocal
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) Macaddress() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMacaddress
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) Mtu() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMtu
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) Nameservers() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) Optional() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptional
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) OptionalAddresses() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) Renderer() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRenderer
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) Routes() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutes
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) RoutingPolicy() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAcceptRa
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAcceptRa) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAcceptRa) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAcceptRa) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAddresses) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAddresses) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAddresses) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuth
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuth) AnonymousIdentity() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuth) CaCertificate() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuth) ClientCertificate() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuth) ClientKey() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuth) ClientKeyPassword() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuth) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuth) Identity() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuth) Key() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthKey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuth) Method() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthMethod
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuth) Password() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuth) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_Auth) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuth) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_Auth) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthAnonymousIdentity
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthAnonymousIdentity) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthAnonymousIdentity) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthAnonymousIdentity) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthCaCertificate
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthCaCertificate) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthCaCertificate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthCaCertificate) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientCertificate
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientCertificate) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientCertificate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientCertificate) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKey) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKey) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKeyPassword
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKeyPassword) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKeyPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKeyPassword) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthIdentity
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthIdentity) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthIdentity) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthIdentity) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthKey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthKey) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthKey) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthMethod
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthMethod) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthMethod) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthMethod) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthPassword
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthPassword) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthPassword) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsCritical
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsCritical) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsCritical) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsCritical) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4Overrides
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4Overrides) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4Overrides) Hostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4Overrides) RouteMetric() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4Overrides) SendHostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4Overrides) UseDns() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4Overrides) UseHostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4Overrides) UseMtu() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4Overrides) UseNtp() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4Overrides) UseRoutes() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4Overrides) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_DHCPOverrides) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4Overrides) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_DHCPOverrides) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesHostname) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesHostname) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesRouteMetric
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesRouteMetric) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesRouteMetric) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesRouteMetric) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesSendHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesSendHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesSendHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesSendHostname) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseDns
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseDns) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseDns) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseDns) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseHostname) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseMtu
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseMtu) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseMtu) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseMtu) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseNtp
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseNtp) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseNtp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseNtp) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseRoutes
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseRoutes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseRoutes) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseRoutes) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6Overrides
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6Overrides) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6Overrides) Hostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6Overrides) RouteMetric() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6Overrides) SendHostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6Overrides) UseDns() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6Overrides) UseHostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6Overrides) UseMtu() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6Overrides) UseNtp() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6Overrides) UseRoutes() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6Overrides) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_DHCPOverrides) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6Overrides) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_DHCPOverrides) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesHostname) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesHostname) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesRouteMetric
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesRouteMetric) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesRouteMetric) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesRouteMetric) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesSendHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesSendHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesSendHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesSendHostname) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseDns
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseDns) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseDns) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseDns) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseHostname) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseMtu
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseMtu) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseMtu) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseMtu) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseNtp
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseNtp) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseNtp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseNtp) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseRoutes
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseRoutes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseRoutes) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseRoutes) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcpIdentifier
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcpIdentifier) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcpIdentifier) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcpIdentifier) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway4
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway4) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway4) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway4) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway6
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway6) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway6) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway6) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsIpv6Privacy
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsIpv6Privacy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsIpv6Privacy) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsIpv6Privacy) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsLinkLocal
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsLinkLocal) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsLinkLocal) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsLinkLocal) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsLinkLocal) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMacaddress
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMacaddress) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMacaddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMacaddress) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMtu
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMtu) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMtu) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMtu) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameservers
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameservers) Addresses() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameservers) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameservers) Search() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameservers) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_Nameservers) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameservers) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_Nameservers) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversAddresses) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversAddresses) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversAddresses) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversSearch
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversSearch) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversSearch) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversSearch) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversSearch) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptional
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptional) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptional) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptional) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptionalAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptionalAddresses) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptionalAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptionalAddresses) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptionalAddresses) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRenderer
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRenderer) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRenderer) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRenderer) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutes
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutes) From() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesFrom
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutes) Metric() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutes) OnLink() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutes) Scope() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutes) Table() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutes) To() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTo
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutes) Type() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesType
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutes) Via() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesVia
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutes) WithArrayOfValues(values [][]*device.Device_Spec_NetworkConfig_CommonOpts_Routes) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutes) WithItemValue(value *device.Device_Spec_NetworkConfig_CommonOpts_Routes) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutes) WithValue(value []*device.Device_Spec_NetworkConfig_CommonOpts_Routes) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesFrom
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesFrom) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesFrom) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesMetric
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesMetric) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesMetric) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesMetric) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesOnLink
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesOnLink) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesOnLink) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesOnLink) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesScope
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesScope) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesScope) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesScope) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTable
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTable) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTable) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTable) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTo
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTo) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTo) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTo) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesType
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesType) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesType) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesVia
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesVia) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesVia) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesVia) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicy
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicy) From() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicy) Mark() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicy) Priority() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicy) Table() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicy) To() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicy) TypeOfService() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicy) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_RoutingPolicy) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicy) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_RoutingPolicy) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyFrom
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyFrom) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyFrom) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyMark
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyMark) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyMark) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyMark) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyPriority
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyPriority) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyPriority) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyPriority) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTable
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTable) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTable) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTable) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTo
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTo) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTo) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTo) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTypeOfService
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTypeOfService) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTypeOfService) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTypeOfService) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsRemote
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsRemote) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsRemote) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsRemote) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVersion
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVersion) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVersion) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlans
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlans) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlans) Id() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansId
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlans) Link() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansLink
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlans) Name() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansName
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlans) Opts() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlans) WithArrayOfValues(values [][]*device.Device_Spec_NetworkConfig_VlansOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlans) WithItemValue(value *device.Device_Spec_NetworkConfig_VlansOpts) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlans) WithValue(value []*device.Device_Spec_NetworkConfig_VlansOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansId
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansId) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansId) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansId) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansLink
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansLink) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansLink) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansLink) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansName
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) AcceptRa() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAcceptRa
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) Addresses() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) Auth() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuth
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) Critical() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsCritical
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) Dhcp4() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) Dhcp4Overrides() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) Dhcp6() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) Dhcp6Overrides() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) DhcpIdentifier() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) Gateway4() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway4
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) Gateway6() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway6
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) Ipv6Privacy() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsIpv6Privacy
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) LinkLocal() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsLinkLocal
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) Macaddress() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMacaddress
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) Mtu() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMtu
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) Nameservers() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameservers
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) Optional() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptional
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) OptionalAddresses() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) Renderer() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRenderer
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) Routes() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutes
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) RoutingPolicy() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAcceptRa
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAcceptRa) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAcceptRa) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAcceptRa) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAddresses) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAddresses) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAddresses) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuth
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuth) AnonymousIdentity() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuth) CaCertificate() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuth) ClientCertificate() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuth) ClientKey() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuth) ClientKeyPassword() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuth) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuth) Identity() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthIdentity
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuth) Key() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthKey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuth) Method() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthMethod
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuth) Password() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthPassword
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuth) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_Auth) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuth) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_Auth) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthAnonymousIdentity
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthAnonymousIdentity) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthAnonymousIdentity) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthAnonymousIdentity) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthCaCertificate
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthCaCertificate) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthCaCertificate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthCaCertificate) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientCertificate
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientCertificate) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientCertificate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientCertificate) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKey) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKey) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKeyPassword
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKeyPassword) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKeyPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKeyPassword) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthIdentity
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthIdentity) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthIdentity) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthIdentity) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthKey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthKey) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthKey) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthMethod
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthMethod) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthMethod) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthMethod) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthPassword
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthPassword) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthPassword) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsCritical
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsCritical) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsCritical) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsCritical) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4Overrides
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4Overrides) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4Overrides) Hostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4Overrides) RouteMetric() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4Overrides) SendHostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4Overrides) UseDns() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4Overrides) UseHostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4Overrides) UseMtu() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4Overrides) UseNtp() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4Overrides) UseRoutes() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4Overrides) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_DHCPOverrides) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4Overrides) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_DHCPOverrides) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesHostname) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesHostname) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesRouteMetric
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesRouteMetric) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesRouteMetric) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesRouteMetric) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesSendHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesSendHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesSendHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesSendHostname) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseDns
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseDns) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseDns) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseDns) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseHostname) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseMtu
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseMtu) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseMtu) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseMtu) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseNtp
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseNtp) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseNtp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseNtp) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseRoutes
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseRoutes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseRoutes) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseRoutes) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6Overrides
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6Overrides) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6Overrides) Hostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6Overrides) RouteMetric() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6Overrides) SendHostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6Overrides) UseDns() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6Overrides) UseHostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6Overrides) UseMtu() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6Overrides) UseNtp() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6Overrides) UseRoutes() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6Overrides) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_DHCPOverrides) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6Overrides) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_DHCPOverrides) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesHostname) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesHostname) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesRouteMetric
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesRouteMetric) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesRouteMetric) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesRouteMetric) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesSendHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesSendHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesSendHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesSendHostname) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseDns
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseDns) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseDns) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseDns) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseHostname) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseMtu
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseMtu) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseMtu) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseMtu) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseNtp
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseNtp) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseNtp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseNtp) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseRoutes
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseRoutes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseRoutes) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseRoutes) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcpIdentifier
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcpIdentifier) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcpIdentifier) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcpIdentifier) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway4
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway4) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway4) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway4) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway6
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway6) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway6) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway6) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsIpv6Privacy
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsIpv6Privacy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsIpv6Privacy) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsIpv6Privacy) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsLinkLocal
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsLinkLocal) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsLinkLocal) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsLinkLocal) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsLinkLocal) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMacaddress
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMacaddress) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMacaddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMacaddress) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMtu
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMtu) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMtu) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMtu) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameservers
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameservers) Addresses() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameservers) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameservers) Search() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameservers) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_Nameservers) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameservers) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_Nameservers) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversAddresses) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversAddresses) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversAddresses) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversSearch
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversSearch) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversSearch) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversSearch) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversSearch) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptional
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptional) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptional) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptional) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptionalAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptionalAddresses) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptionalAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptionalAddresses) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptionalAddresses) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRenderer
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRenderer) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRenderer) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRenderer) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutes
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutes) From() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesFrom
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutes) Metric() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesMetric
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutes) OnLink() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesOnLink
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutes) Scope() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesScope
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutes) Table() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTable
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutes) To() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTo
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutes) Type() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesType
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutes) Via() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesVia
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutes) WithArrayOfValues(values [][]*device.Device_Spec_NetworkConfig_CommonOpts_Routes) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutes) WithItemValue(value *device.Device_Spec_NetworkConfig_CommonOpts_Routes) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutes) WithValue(value []*device.Device_Spec_NetworkConfig_CommonOpts_Routes) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesFrom
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesFrom) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesFrom) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesMetric
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesMetric) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesMetric) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesMetric) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesOnLink
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesOnLink) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesOnLink) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesOnLink) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesScope
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesScope) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesScope) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesScope) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTable
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTable) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTable) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTable) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTo
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTo) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTo) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTo) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesType
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesType) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesType) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesVia
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesVia) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesVia) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesVia) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicy
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicy) From() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicy) Mark() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicy) Priority() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicy) Table() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicy) To() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicy) TypeOfService() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicy) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_RoutingPolicy) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicy) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_RoutingPolicy) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyFrom
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyFrom) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyFrom) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyMark
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyMark) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyMark) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyMark) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyPriority
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyPriority) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyPriority) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyPriority) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTable
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTable) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTable) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTable) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTo
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTo) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTo) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTo) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTypeOfService
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTypeOfService) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTypeOfService) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTypeOfService) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifis
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifis) AccessPoints() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPoints
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifis) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifis) Match() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatch
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifis) Name() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisName
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifis) Opts() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifis) SetName() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisSetName
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifis) Wakeonlan() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisWakeonlan
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifis) WithArrayOfValues(values [][]*device.Device_Spec_NetworkConfig_WifiOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifis) WithItemValue(value *device.Device_Spec_NetworkConfig_WifiOpts) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifis) WithValue(value []*device.Device_Spec_NetworkConfig_WifiOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPoints
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPoints) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPoints) Mode() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsMode
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPoints) Name() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsName
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPoints) Password() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPoints) WithArrayOfValues(values [][]*device.Device_Spec_NetworkConfig_WifiOpts_AccessPoint) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPoints) WithItemValue(value *device.Device_Spec_NetworkConfig_WifiOpts_AccessPoint) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPoints) WithValue(value []*device.Device_Spec_NetworkConfig_WifiOpts_AccessPoint) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsMode
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsMode) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsMode) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsMode) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsName
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsPassword
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsPassword) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsPassword) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatch
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatch) Driver() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchDriver
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatch) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatch) Macaddress() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchMacaddress
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatch) Name() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchName
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatch) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_WifiOpts_Match) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatch) WithValue(value *device.Device_Spec_NetworkConfig_WifiOpts_Match) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchDriver
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchDriver) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchDriver) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchDriver) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchMacaddress
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchMacaddress) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchMacaddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchMacaddress) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchName
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisName
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) AcceptRa() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAcceptRa
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) Addresses() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) Auth() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuth
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) Critical() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsCritical
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) Dhcp4() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) Dhcp4Overrides() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) Dhcp6() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) Dhcp6Overrides() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) DhcpIdentifier() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) Gateway4() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway4
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) Gateway6() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway6
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) Ipv6Privacy() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsIpv6Privacy
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) LinkLocal() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsLinkLocal
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) Macaddress() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMacaddress
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) Mtu() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMtu
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) Nameservers() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameservers
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) Optional() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptional
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) OptionalAddresses() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) Renderer() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRenderer
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) Routes() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutes
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) RoutingPolicy() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAcceptRa
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAcceptRa) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAcceptRa) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAcceptRa) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAddresses) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAddresses) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAddresses) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuth
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuth) AnonymousIdentity() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuth) CaCertificate() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuth) ClientCertificate() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuth) ClientKey() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuth) ClientKeyPassword() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuth) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuth) Identity() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthIdentity
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuth) Key() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthKey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuth) Method() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthMethod
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuth) Password() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthPassword
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuth) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_Auth) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuth) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_Auth) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthAnonymousIdentity
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthAnonymousIdentity) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthAnonymousIdentity) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthAnonymousIdentity) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthCaCertificate
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthCaCertificate) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthCaCertificate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthCaCertificate) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientCertificate
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientCertificate) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientCertificate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientCertificate) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKey) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKey) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKeyPassword
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKeyPassword) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKeyPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKeyPassword) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthIdentity
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthIdentity) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthIdentity) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthIdentity) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthKey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthKey) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthKey) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthMethod
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthMethod) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthMethod) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthMethod) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthPassword
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthPassword) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthPassword) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsCritical
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsCritical) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsCritical) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsCritical) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4Overrides
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4Overrides) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4Overrides) Hostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4Overrides) RouteMetric() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4Overrides) SendHostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4Overrides) UseDns() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4Overrides) UseHostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4Overrides) UseMtu() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4Overrides) UseNtp() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4Overrides) UseRoutes() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4Overrides) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_DHCPOverrides) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4Overrides) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_DHCPOverrides) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesHostname) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesHostname) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesRouteMetric
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesRouteMetric) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesRouteMetric) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesRouteMetric) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesSendHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesSendHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesSendHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesSendHostname) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseDns
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseDns) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseDns) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseDns) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseHostname) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseMtu
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseMtu) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseMtu) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseMtu) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseNtp
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseNtp) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseNtp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseNtp) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseRoutes
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseRoutes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseRoutes) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseRoutes) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6Overrides
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6Overrides) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6Overrides) Hostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6Overrides) RouteMetric() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6Overrides) SendHostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6Overrides) UseDns() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6Overrides) UseHostname() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6Overrides) UseMtu() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6Overrides) UseNtp() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6Overrides) UseRoutes() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6Overrides) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_DHCPOverrides) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6Overrides) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_DHCPOverrides) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesHostname) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesHostname) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesRouteMetric
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesRouteMetric) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesRouteMetric) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesRouteMetric) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesSendHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesSendHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesSendHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesSendHostname) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseDns
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseDns) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseDns) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseDns) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseHostname
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseHostname) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseHostname) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseMtu
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseMtu) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseMtu) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseMtu) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseNtp
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseNtp) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseNtp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseNtp) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseRoutes
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseRoutes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseRoutes) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseRoutes) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcpIdentifier
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcpIdentifier) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcpIdentifier) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcpIdentifier) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway4
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway4) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway4) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway4) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway6
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway6) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway6) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway6) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsIpv6Privacy
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsIpv6Privacy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsIpv6Privacy) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsIpv6Privacy) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsLinkLocal
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsLinkLocal) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsLinkLocal) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsLinkLocal) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsLinkLocal) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMacaddress
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMacaddress) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMacaddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMacaddress) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMtu
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMtu) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMtu) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMtu) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameservers
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameservers) Addresses() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameservers) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameservers) Search() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameservers) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_Nameservers) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameservers) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_Nameservers) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversAddresses) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversAddresses) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversAddresses) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversSearch
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversSearch) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversSearch) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversSearch) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversSearch) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptional
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptional) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptional) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptional) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptionalAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptionalAddresses) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptionalAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptionalAddresses) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptionalAddresses) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRenderer
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRenderer) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRenderer) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRenderer) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutes
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutes) From() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesFrom
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutes) Metric() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesMetric
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutes) OnLink() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesOnLink
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutes) Scope() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesScope
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutes) Table() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTable
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutes) To() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTo
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutes) Type() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesType
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutes) Via() ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesVia
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutes) WithArrayOfValues(values [][]*device.Device_Spec_NetworkConfig_CommonOpts_Routes) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutes) WithItemValue(value *device.Device_Spec_NetworkConfig_CommonOpts_Routes) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutes) WithValue(value []*device.Device_Spec_NetworkConfig_CommonOpts_Routes) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesFrom
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesFrom) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesFrom) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesMetric
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesMetric) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesMetric) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesMetric) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesOnLink
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesOnLink) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesOnLink) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesOnLink) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesScope
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesScope) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesScope) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesScope) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTable
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTable) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTable) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTable) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTo
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTo) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTo) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTo) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesType
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesType) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesType) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesVia
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesVia) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesVia) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesVia) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicy
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicy) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicy) From() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicy) Mark() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicy) Priority() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicy) Table() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicy) To() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicy) TypeOfService() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicy) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_RoutingPolicy) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicy) WithValue(value *device.Device_Spec_NetworkConfig_CommonOpts_RoutingPolicy) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyFrom
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyFrom) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyFrom) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyMark
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyMark) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyMark) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyMark) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyPriority
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyPriority) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyPriority) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyPriority) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTable
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTable) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTable) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTable) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTo
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTo) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTo) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTo) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTypeOfService
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTypeOfService) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTypeOfService) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTypeOfService) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisSetName
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisSetName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisSetName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisSetName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisWakeonlan
- func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisWakeonlan) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisWakeonlan) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisWakeonlan) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl
- func (ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion
- func (ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount
- func (ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount) WithArrayOfValues(values []*iam_service_account.Reference) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount) WithValue(value *iam_service_account.Reference) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) DisableSshAuthkey() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) DisableSshPassword() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) DisableSshServer() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) IpAllowList() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) IpDenyList() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) RejectPeriod() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) SshAuthorized() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) WithArrayOfValues(values []*device.Device_Spec_SSHConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) WithValue(value *device.Device_Spec_SSHConfig) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod) WithArrayOfValues(values []*duration.Duration) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod) WithValue(value *duration.Duration) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) CertAuthority() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) Command() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) Environment() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) From() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) NoAgentForwarding() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) NoPortForwarding() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) NoPty() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) NoUserRc() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) NoX11Forwarding() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) Permitopen() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) Principals() ...
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) Restrict() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) SshaKey() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) Tunnel() ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) WithArrayOfValues(values [][]*device.Device_Spec_SSHConfig_AuthKey) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) WithItemValue(value *device.Device_Spec_SSHConfig_AuthKey) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) WithValue(value []*device.Device_Spec_SSHConfig_AuthKey) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel
- func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatus
- func (ListPublicDevicesResponsePathSelectorDevicesStatus) Addresses() ListPublicDevicesResponsePathSelectorDevicesStatusAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesStatus) AttestationStatus() ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus
- func (ListPublicDevicesResponsePathSelectorDevicesStatus) Conditions() ListPublicDevicesResponsePathSelectorDevicesStatusConditions
- func (ListPublicDevicesResponsePathSelectorDevicesStatus) DeviceInfo() ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo
- func (ListPublicDevicesResponsePathSelectorDevicesStatus) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatus) WithArrayOfValues(values []*device.Device_Status) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatus) WithValue(value *device.Device_Status) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusAddresses
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) Address() ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) Type() ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) WithArrayOfValues(values [][]*device.Device_Status_Address) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) WithItemValue(value *device.Device_Status_Address) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) WithValue(value []*device.Device_Status_Address) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) Comment() ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusComment
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) DigestAlg() ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestAlg
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) DigestHex() ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestHex
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) Index() ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusIndex
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) WithArrayOfValues(values [][]*iam_iam_common.PCR) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) WithItemValue(value *iam_iam_common.PCR) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) WithValue(value []*iam_iam_common.PCR) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusComment
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusComment) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusComment) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusComment) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestAlg
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestAlg) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestAlg) WithArrayOfValues(values []iam_iam_common.DigestAlg) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestAlg) WithValue(value iam_iam_common.DigestAlg) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestHex
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestHex) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestHex) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestHex) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusIndex
- func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusIndex) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusIndex) WithArrayOfValues(values []uint32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusIndex) WithValue(value uint32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusConditions
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) LastHeartBeatTime() ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) LastTransitionTime() ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) Message() ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) Reason() ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) Status() ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) Type() ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditions) WithArrayOfValues(values [][]*device.Device_Status_Condition) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditions) WithItemValue(value *device.Device_Status_Condition) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditions) WithValue(value []*device.Device_Status_Condition) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime) WithValue(value *timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime) WithValue(value *timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType
- func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) Architecture() ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) ContainerRuntimeVersion() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) Driver() ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) HardwareInformation() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) KernelVersion() ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) OperatingSystem() ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) OsImage() ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) OsVersion() ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) WithArrayOfValues(values []*device.Device_Status_DeviceInfo) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) WithValue(value *device.Device_Status_DeviceInfo) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) Bios() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) Block() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) Cpu() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) Gpu() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) MemoryInfo() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) Network() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) Os() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) System() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_HardwareInformation) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios) BiosVersion() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios) ReleaseDate() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios) Vendor() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_HardwareInformation_BIOS) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_BIOS) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlock
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlock) Disks() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlock) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlock) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_HardwareInformation_Block) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlock) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_Block) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) DriveType() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) Model() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) Name() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) Partitions() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) SerialNumber() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) SizeBytes() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) Vendor() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) WithArrayOfValues(values [][]*device.Device_Status_DeviceInfo_HardwareInformation_Block_Disk) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) WithItemValue(value *device.Device_Status_DeviceInfo_HardwareInformation_Block_Disk) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) WithValue(value []*device.Device_Status_DeviceInfo_HardwareInformation_Block_Disk) *ListPublicDevicesResponse_FieldSubPathValue
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) Wwn() ...
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) MountPoint() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) Name() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) SizeBytes() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) Type() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) WithItemValue(...) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) WithValue(...) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu) Processors() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_HardwareInformation_CPU) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_CPU) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) CacheInfo() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Capabilities() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) FrequencyMhz() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) MaxFrequencyMhz() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Model() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Name() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) NumCores() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) NumEnabledCores() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) NumThreads() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Serial() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Vendor() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) WithArrayOfValues(values [][]*device.Device_Status_DeviceInfo_HardwareInformation_CPU_Processor) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) WithItemValue(value *device.Device_Status_DeviceInfo_HardwareInformation_CPU_Processor) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) WithValue(value []*device.Device_Status_DeviceInfo_HardwareInformation_CPU_Processor) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo) SizeBytes() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo) Type() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo) WithItemValue(value *device.Device_Status_DeviceInfo_HardwareInformation_CPU_Processor_Cache) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo) WithValue(...) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) Description() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) Name() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) WithArrayOfValues(values [][]*device.Device_Status_DeviceInfo_HardwareInformation_Capability) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) WithItemValue(value *device.Device_Status_DeviceInfo_HardwareInformation_Capability) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) WithValue(value []*device.Device_Status_DeviceInfo_HardwareInformation_Capability) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores) WithArrayOfValues(values []uint32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores) WithValue(value uint32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores) WithArrayOfValues(values []uint32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores) WithValue(value uint32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads) WithArrayOfValues(values []uint32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads) WithValue(value uint32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu) GraphicCards() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_HardwareInformation_GPU) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_GPU) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards) Device() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards) Index() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards) WithItemValue(value *device.Device_Status_DeviceInfo_HardwareInformation_GPU_GraphicCard) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards) WithValue(value []*device.Device_Status_DeviceInfo_HardwareInformation_GPU_GraphicCard) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) Address() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) Name() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) Product() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) Subvendor() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) Vendor() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_HardwareInformation_PCIDevice) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_PCIDevice) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo) Memory() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_HardwareInformation_MemoryInfo) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_MemoryInfo) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) Description() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) MemoryBanks() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) SizeBytes() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) WithItemValue(value *device.Device_Status_DeviceInfo_HardwareInformation_MemoryInfo_Memory) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) WithValue(value []*device.Device_Status_DeviceInfo_HardwareInformation_MemoryInfo_Memory) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) Description() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) FrequencyHz() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) Product() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) Serial() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) SizeBytes() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) Slot() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) Vendor() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) WidthBits() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) WithItemValue(...) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) WithValue(...) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork) Nics() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_HardwareInformation_Network) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_Network) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) Description() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) MacAddress() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) Name() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) ProductName() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) Setting() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) Subvendor() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) Vendor() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) Virtual() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) WithArrayOfValues(values [][]*device.Device_Status_DeviceInfo_HardwareInformation_Network_NIC) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) WithItemValue(value *device.Device_Status_DeviceInfo_HardwareInformation_Network_NIC) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) WithValue(value []*device.Device_Status_DeviceInfo_HardwareInformation_Network_NIC) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithArrayOfValues(values []map[string]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithKey(key string) ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithValue(value map[string]string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) ContainerRuntimeVersion() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) KernelVersion() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) OperatingSystem() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) OsImage() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_HardwareInformation_OS) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_OS) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) Configuration() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) Manufacturer() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) ProductName() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) SerialNumber() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) Version() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) WithArrayOfValues(values []*device.Device_Status_DeviceInfo_HardwareInformation_System) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) WithValue(value *device.Device_Status_DeviceInfo_HardwareInformation_System) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) Chassis() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) Family() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) SkuNumber() ...
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) Uuid() ...
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) WithArrayOfValues(...) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) WithValue(...) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion
- func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion) FieldPath() *ListPublicDevicesResponse_FieldSubPath
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
- type ListPublicDevicesResponsePathSelectorNextPageToken
- func (ListPublicDevicesResponsePathSelectorNextPageToken) FieldPath() *ListPublicDevicesResponse_FieldTerminalPath
- func (s ListPublicDevicesResponsePathSelectorNextPageToken) WithArrayOfValues(values []*device.PagerCursor) *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorNextPageToken) WithValue(value *device.PagerCursor) *ListPublicDevicesResponse_FieldTerminalPathValue
- type ListPublicDevicesResponsePathSelectorPrevPageToken
- func (ListPublicDevicesResponsePathSelectorPrevPageToken) FieldPath() *ListPublicDevicesResponse_FieldTerminalPath
- func (s ListPublicDevicesResponsePathSelectorPrevPageToken) WithArrayOfValues(values []*device.PagerCursor) *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues
- func (s ListPublicDevicesResponsePathSelectorPrevPageToken) WithValue(value *device.PagerCursor) *ListPublicDevicesResponse_FieldTerminalPathValue
- type ListPublicDevicesResponse_FieldMask
- func (fieldMask *ListPublicDevicesResponse_FieldMask) AppendPath(path ListPublicDevicesResponse_FieldPath)
- func (fieldMask *ListPublicDevicesResponse_FieldMask) AppendRawPath(path gotenobject.FieldPath)
- func (fieldMask *ListPublicDevicesResponse_FieldMask) DecodeFirestore(fpbv *firestorepb.Value) error
- func (fieldMask *ListPublicDevicesResponse_FieldMask) EncodeFirestore() (*firestorepb.Value, error)
- func (fieldMask *ListPublicDevicesResponse_FieldMask) FilterInputFields() *ListPublicDevicesResponse_FieldMask
- func (fieldMask *ListPublicDevicesResponse_FieldMask) FromProtoFieldMask(protoFieldMask *fieldmaskpb.FieldMask) error
- func (fieldMask *ListPublicDevicesResponse_FieldMask) GetPaths() []ListPublicDevicesResponse_FieldPath
- func (fieldMask *ListPublicDevicesResponse_FieldMask) GetRawPaths() []gotenobject.FieldPath
- func (fieldMask *ListPublicDevicesResponse_FieldMask) IsFull() bool
- func (fieldMask ListPublicDevicesResponse_FieldMask) Marshal() ([]byte, error)
- func (fieldMask ListPublicDevicesResponse_FieldMask) MarshalJSON() ([]byte, error)
- func (fieldMask *ListPublicDevicesResponse_FieldMask) PathsCount() int
- func (fieldMask *ListPublicDevicesResponse_FieldMask) Project(source *ListPublicDevicesResponse) *ListPublicDevicesResponse
- func (fieldMask *ListPublicDevicesResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
- func (fieldMask *ListPublicDevicesResponse_FieldMask) ProtoMessage()
- func (fieldMask *ListPublicDevicesResponse_FieldMask) ProtoReflect() preflect.Message
- func (fieldMask *ListPublicDevicesResponse_FieldMask) Reset()
- func (fieldMask *ListPublicDevicesResponse_FieldMask) Set(target, source *ListPublicDevicesResponse)
- func (fieldMask *ListPublicDevicesResponse_FieldMask) SetFromCliFlag(raw string) error
- func (fieldMask *ListPublicDevicesResponse_FieldMask) SetRaw(target, source gotenobject.GotenObjectExt)
- func (fieldMask *ListPublicDevicesResponse_FieldMask) Size() int
- func (fieldMask *ListPublicDevicesResponse_FieldMask) String() string
- func (fieldMask *ListPublicDevicesResponse_FieldMask) Subtract(other *ListPublicDevicesResponse_FieldMask) *ListPublicDevicesResponse_FieldMask
- func (fieldMask *ListPublicDevicesResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
- func (fieldMask *ListPublicDevicesResponse_FieldMask) ToProtoFieldMask() *fieldmaskpb.FieldMask
- func (fieldMask *ListPublicDevicesResponse_FieldMask) Unmarshal(data []byte) error
- func (fieldMask *ListPublicDevicesResponse_FieldMask) UnmarshalJSON(data []byte) error
- type ListPublicDevicesResponse_FieldPath
- func BuildListPublicDevicesResponse_FieldPath(fp gotenobject.RawFieldPath) (ListPublicDevicesResponse_FieldPath, error)
- func MustParseListPublicDevicesResponse_FieldPath(rawField string) ListPublicDevicesResponse_FieldPath
- func ParseListPublicDevicesResponse_FieldPath(rawField string) (ListPublicDevicesResponse_FieldPath, error)
- type ListPublicDevicesResponse_FieldPathArrayItemValue
- type ListPublicDevicesResponse_FieldPathArrayOfValues
- type ListPublicDevicesResponse_FieldPathSelector
- type ListPublicDevicesResponse_FieldPathValue
- type ListPublicDevicesResponse_FieldSubPath
- func (fps *ListPublicDevicesResponse_FieldSubPath) AsDevicesSubPath() (device.Device_FieldPath, bool)
- func (fps *ListPublicDevicesResponse_FieldSubPath) ClearValue(item *ListPublicDevicesResponse)
- func (fps *ListPublicDevicesResponse_FieldSubPath) ClearValueRaw(item proto.Message)
- func (fps *ListPublicDevicesResponse_FieldSubPath) Get(source *ListPublicDevicesResponse) (values []interface{})
- func (fps *ListPublicDevicesResponse_FieldSubPath) GetDefault() interface{}
- func (fps *ListPublicDevicesResponse_FieldSubPath) GetRaw(source proto.Message) []interface{}
- func (fps *ListPublicDevicesResponse_FieldSubPath) GetSingle(source *ListPublicDevicesResponse) (interface{}, bool)
- func (fps *ListPublicDevicesResponse_FieldSubPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fps *ListPublicDevicesResponse_FieldSubPath) IsLeaf() bool
- func (fps *ListPublicDevicesResponse_FieldSubPath) JSONString() string
- func (fps *ListPublicDevicesResponse_FieldSubPath) Selector() ListPublicDevicesResponse_FieldPathSelector
- func (fps *ListPublicDevicesResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fps *ListPublicDevicesResponse_FieldSubPath) String() string
- func (fps *ListPublicDevicesResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ListPublicDevicesResponse_FieldPathArrayItemValue
- func (fps *ListPublicDevicesResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ListPublicDevicesResponse_FieldPathArrayOfValues
- func (fps *ListPublicDevicesResponse_FieldSubPath) WithIValue(value interface{}) ListPublicDevicesResponse_FieldPathValue
- func (fps *ListPublicDevicesResponse_FieldSubPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fps *ListPublicDevicesResponse_FieldSubPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fps *ListPublicDevicesResponse_FieldSubPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListPublicDevicesResponse_FieldSubPathArrayItemValue
- func (fpaivs *ListPublicDevicesResponse_FieldSubPathArrayItemValue) AsDevicesPathItemValue() (device.Device_FieldPathArrayItemValue, bool)
- func (fpaivs *ListPublicDevicesResponse_FieldSubPathArrayItemValue) ContainsValue(source *ListPublicDevicesResponse) bool
- func (fpaivs *ListPublicDevicesResponse_FieldSubPathArrayItemValue) GetRawItemValue() interface{}
- type ListPublicDevicesResponse_FieldSubPathArrayOfValues
- type ListPublicDevicesResponse_FieldSubPathValue
- func (fpvs *ListPublicDevicesResponse_FieldSubPathValue) AsDevicesPathValue() (device.Device_FieldPathValue, bool)
- func (fpvs *ListPublicDevicesResponse_FieldSubPathValue) CompareWith(source *ListPublicDevicesResponse) (int, bool)
- func (fpvs *ListPublicDevicesResponse_FieldSubPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpvs *ListPublicDevicesResponse_FieldSubPathValue) GetRawValue() interface{}
- func (fpvs *ListPublicDevicesResponse_FieldSubPathValue) SetTo(target **ListPublicDevicesResponse)
- func (fpvs *ListPublicDevicesResponse_FieldSubPathValue) SetToRaw(target proto.Message)
- type ListPublicDevicesResponse_FieldTerminalPath
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) ClearValue(item *ListPublicDevicesResponse)
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) Get(source *ListPublicDevicesResponse) (values []interface{})
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) GetDefault() interface{}
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) GetRaw(source proto.Message) []interface{}
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) GetSingle(source *ListPublicDevicesResponse) (interface{}, bool)
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) GetSingleRaw(source proto.Message) (interface{}, bool)
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) IsLeaf() bool
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) JSONString() string
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) Selector() ListPublicDevicesResponse_FieldPathSelector
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) String() string
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListPublicDevicesResponse_FieldPathArrayItemValue
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListPublicDevicesResponse_FieldPathArrayOfValues
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithIValue(value interface{}) ListPublicDevicesResponse_FieldPathValue
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithRawIArrayItemValue(value interface{}) gotenobject.FieldPathArrayItemValue
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithRawIArrayOfValues(values interface{}) gotenobject.FieldPathArrayOfValues
- func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithRawIValue(value interface{}) gotenobject.FieldPathValue
- type ListPublicDevicesResponse_FieldTerminalPathArrayItemValue
- func (fpaiv *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) AsDevicesItemValue() (*device.Device, bool)
- func (fpaiv *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ListPublicDevicesResponse) bool
- func (fpaiv *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) GetRawItemValue() interface{}
- func (fpaiv *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListPublicDevicesResponse) (interface{}, bool)
- func (fpaiv *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) GetSingleRaw(source proto.Message) (interface{}, bool)
- type ListPublicDevicesResponse_FieldTerminalPathArrayOfValues
- func (fpaov *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) AsDevicesArrayOfValues() ([][]*device.Device, bool)
- func (fpaov *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) AsNextPageTokenArrayOfValues() ([]*device.PagerCursor, bool)
- func (fpaov *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) AsPrevPageTokenArrayOfValues() ([]*device.PagerCursor, bool)
- func (fpaov *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues) GetRawValues() (values []interface{})
- type ListPublicDevicesResponse_FieldTerminalPathValue
- func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) AsDevicesValue() ([]*device.Device, bool)
- func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) AsNextPageTokenValue() (*device.PagerCursor, bool)
- func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) AsPrevPageTokenValue() (*device.PagerCursor, bool)
- func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) CompareWith(source *ListPublicDevicesResponse) (int, bool)
- func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
- func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) GetRawValue() interface{}
- func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) SetTo(target **ListPublicDevicesResponse)
- func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
- type PublicServiceClient
- type PublicServiceDescriptor
- func (d *PublicServiceDescriptor) AllMethodDescriptors() []gotenclient.MethodDescriptor
- func (d *PublicServiceDescriptor) GetApiName() string
- func (d *PublicServiceDescriptor) GetFullAPIName() string
- func (d *PublicServiceDescriptor) GetProtoPkgName() string
- func (d *PublicServiceDescriptor) GetServiceDomain() string
- func (d *PublicServiceDescriptor) GetServiceVersion() string
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 (d *ListPublicDevicesDescriptor) GetApiDescriptor() gotenclient.ApiDescriptor
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 (h *ListPublicDevicesDescriptorClientMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListPublicDevicesDescriptorClientMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *ListPublicDevicesDescriptorClientMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListPublicDevicesDescriptorClientMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *ListPublicDevicesDescriptorClientMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListPublicDevicesDescriptorServerMsgHandle ¶ added in v0.4.28
type ListPublicDevicesDescriptorServerMsgHandle struct{}
func (*ListPublicDevicesDescriptorServerMsgHandle) ExtractCollectionName ¶ added in v0.4.30
func (h *ListPublicDevicesDescriptorServerMsgHandle) ExtractCollectionName(msg proto.Message) gotenresource.Name
func (*ListPublicDevicesDescriptorServerMsgHandle) ExtractResourceName ¶ added in v0.4.30
func (h *ListPublicDevicesDescriptorServerMsgHandle) ExtractResourceName(msg proto.Message) gotenresource.Name
func (*ListPublicDevicesDescriptorServerMsgHandle) ExtractResourceNames ¶ added in v0.4.30
func (h *ListPublicDevicesDescriptorServerMsgHandle) ExtractResourceNames(msg proto.Message) gotenresource.NameList
type ListPublicDevicesRequest ¶
type ListPublicDevicesRequest struct { // Name of Device parent 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.v1alpha2.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.v1alpha2.ListPublicDevices]
func (*ListPublicDevicesRequest) Clone ¶
func (o *ListPublicDevicesRequest) Clone() *ListPublicDevicesRequest
func (*ListPublicDevicesRequest) CloneRaw ¶
func (o *ListPublicDevicesRequest) CloneRaw() gotenobject.GotenObjectExt
func (*ListPublicDevicesRequest) Descriptor ¶
func (*ListPublicDevicesRequest) Descriptor() ([]byte, []int)
Deprecated, Use ListPublicDevicesRequest.ProtoReflect.Descriptor instead.
func (*ListPublicDevicesRequest) GetFieldMask ¶
func (m *ListPublicDevicesRequest) GetFieldMask() *device.Device_FieldMask
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 (o *ListPublicDevicesRequest) MakeDiffFieldMask(other *ListPublicDevicesRequest) *ListPublicDevicesRequest_FieldMask
func (*ListPublicDevicesRequest) MakeFullFieldMask ¶
func (o *ListPublicDevicesRequest) MakeFullFieldMask() *ListPublicDevicesRequest_FieldMask
func (*ListPublicDevicesRequest) MakeRawDiffFieldMask ¶
func (o *ListPublicDevicesRequest) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
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 (o *ListPublicDevicesRequest) Merge(source *ListPublicDevicesRequest)
func (*ListPublicDevicesRequest) MergeRaw ¶
func (o *ListPublicDevicesRequest) MergeRaw(source gotenobject.GotenObjectExt)
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
type ListPublicDevicesRequestPathSelectorFieldMask ¶
type ListPublicDevicesRequestPathSelectorFieldMask struct{}
func (ListPublicDevicesRequestPathSelectorFieldMask) WithArrayOfValues ¶
func (s ListPublicDevicesRequestPathSelectorFieldMask) WithArrayOfValues(values []*device.Device_FieldMask) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
func (ListPublicDevicesRequestPathSelectorFieldMask) WithValue ¶
func (s ListPublicDevicesRequestPathSelectorFieldMask) WithValue(value *device.Device_FieldMask) *ListPublicDevicesRequest_FieldTerminalPathValue
type ListPublicDevicesRequestPathSelectorFilter ¶
type ListPublicDevicesRequestPathSelectorFilter struct{}
func (ListPublicDevicesRequestPathSelectorFilter) FieldPath ¶
func (ListPublicDevicesRequestPathSelectorFilter) FieldPath() *ListPublicDevicesRequest_FieldTerminalPath
func (ListPublicDevicesRequestPathSelectorFilter) WithArrayOfValues ¶
func (s ListPublicDevicesRequestPathSelectorFilter) WithArrayOfValues(values []*device.Filter) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
func (ListPublicDevicesRequestPathSelectorFilter) WithValue ¶
func (s ListPublicDevicesRequestPathSelectorFilter) WithValue(value *device.Filter) *ListPublicDevicesRequest_FieldTerminalPathValue
type ListPublicDevicesRequestPathSelectorOrderBy ¶
type ListPublicDevicesRequestPathSelectorOrderBy struct{}
func (ListPublicDevicesRequestPathSelectorOrderBy) WithArrayOfValues ¶
func (s ListPublicDevicesRequestPathSelectorOrderBy) WithArrayOfValues(values []*device.OrderBy) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
func (ListPublicDevicesRequestPathSelectorOrderBy) WithValue ¶
func (s ListPublicDevicesRequestPathSelectorOrderBy) WithValue(value *device.OrderBy) *ListPublicDevicesRequest_FieldTerminalPathValue
type ListPublicDevicesRequestPathSelectorPageSize ¶
type ListPublicDevicesRequestPathSelectorPageSize struct{}
func (ListPublicDevicesRequestPathSelectorPageSize) WithArrayOfValues ¶
func (s ListPublicDevicesRequestPathSelectorPageSize) WithArrayOfValues(values []int32) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
func (ListPublicDevicesRequestPathSelectorPageSize) WithValue ¶
func (s ListPublicDevicesRequestPathSelectorPageSize) WithValue(value int32) *ListPublicDevicesRequest_FieldTerminalPathValue
type ListPublicDevicesRequestPathSelectorPageToken ¶
type ListPublicDevicesRequestPathSelectorPageToken struct{}
func (ListPublicDevicesRequestPathSelectorPageToken) WithArrayOfValues ¶
func (s ListPublicDevicesRequestPathSelectorPageToken) WithArrayOfValues(values []*device.PagerCursor) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
func (ListPublicDevicesRequestPathSelectorPageToken) WithValue ¶
func (s ListPublicDevicesRequestPathSelectorPageToken) WithValue(value *device.PagerCursor) *ListPublicDevicesRequest_FieldTerminalPathValue
type ListPublicDevicesRequestPathSelectorParent ¶
type ListPublicDevicesRequestPathSelectorParent struct{}
func (ListPublicDevicesRequestPathSelectorParent) FieldPath ¶
func (ListPublicDevicesRequestPathSelectorParent) FieldPath() *ListPublicDevicesRequest_FieldTerminalPath
func (ListPublicDevicesRequestPathSelectorParent) WithArrayOfValues ¶
func (s ListPublicDevicesRequestPathSelectorParent) WithArrayOfValues(values []*device.ParentName) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
func (ListPublicDevicesRequestPathSelectorParent) WithValue ¶
func (s ListPublicDevicesRequestPathSelectorParent) WithValue(value *device.ParentName) *ListPublicDevicesRequest_FieldTerminalPathValue
type ListPublicDevicesRequestPathSelectorView ¶
type ListPublicDevicesRequestPathSelectorView struct{}
func (ListPublicDevicesRequestPathSelectorView) FieldPath ¶
func (ListPublicDevicesRequestPathSelectorView) FieldPath() *ListPublicDevicesRequest_FieldTerminalPath
func (ListPublicDevicesRequestPathSelectorView) WithArrayOfValues ¶
func (s ListPublicDevicesRequestPathSelectorView) WithArrayOfValues(values []view.View) *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues
func (ListPublicDevicesRequestPathSelectorView) WithValue ¶
func (s ListPublicDevicesRequestPathSelectorView) WithValue(value view.View) *ListPublicDevicesRequest_FieldTerminalPathValue
type ListPublicDevicesRequest_FieldMask ¶
type ListPublicDevicesRequest_FieldMask struct {
Paths []ListPublicDevicesRequest_FieldPath
}
func FullListPublicDevicesRequest_FieldMask ¶
func FullListPublicDevicesRequest_FieldMask() *ListPublicDevicesRequest_FieldMask
func (*ListPublicDevicesRequest_FieldMask) AppendPath ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) AppendPath(path ListPublicDevicesRequest_FieldPath)
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 ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) FilterInputFields() *ListPublicDevicesRequest_FieldMask
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 (fieldMask *ListPublicDevicesRequest_FieldMask) GetPaths() []ListPublicDevicesRequest_FieldPath
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 (fieldMask *ListPublicDevicesRequest_FieldMask) Project(source *ListPublicDevicesRequest) *ListPublicDevicesRequest
func (*ListPublicDevicesRequest_FieldMask) ProjectRaw ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
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 (fieldMask *ListPublicDevicesRequest_FieldMask) Subtract(other *ListPublicDevicesRequest_FieldMask) *ListPublicDevicesRequest_FieldMask
func (*ListPublicDevicesRequest_FieldMask) SubtractRaw ¶
func (fieldMask *ListPublicDevicesRequest_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
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 BuildListPublicDevicesRequest_FieldPath ¶
func BuildListPublicDevicesRequest_FieldPath(fp gotenobject.RawFieldPath) (ListPublicDevicesRequest_FieldPath, error)
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 ¶
func (s ListPublicDevicesRequest_FieldPathSelector) String() 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 (fp *ListPublicDevicesRequest_FieldTerminalPath) ClearValue(item *ListPublicDevicesRequest)
func (*ListPublicDevicesRequest_FieldTerminalPath) ClearValueRaw ¶
func (fp *ListPublicDevicesRequest_FieldTerminalPath) ClearValueRaw(item proto.Message)
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 ¶
func (fp *ListPublicDevicesRequest_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListPublicDevicesRequest_FieldTerminalPath) JSONString ¶
func (fp *ListPublicDevicesRequest_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListPublicDevicesRequest_FieldTerminalPath) Selector ¶
func (fp *ListPublicDevicesRequest_FieldTerminalPath) Selector() ListPublicDevicesRequest_FieldPathSelector
func (*ListPublicDevicesRequest_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *ListPublicDevicesRequest_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ListPublicDevicesRequest_FieldTerminalPath) String ¶
func (fp *ListPublicDevicesRequest_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ListPublicDevicesRequest_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListPublicDevicesRequest_FieldPathArrayItemValue
func (*ListPublicDevicesRequest_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListPublicDevicesRequest_FieldPathArrayOfValues
func (*ListPublicDevicesRequest_FieldTerminalPath) WithIValue ¶
func (fp *ListPublicDevicesRequest_FieldTerminalPath) WithIValue(value interface{}) ListPublicDevicesRequest_FieldPathValue
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 ¶
func (fpaiv *ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) ContainsValue(source *ListPublicDevicesRequest) bool
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 (fpaiv *ListPublicDevicesRequest_FieldTerminalPathArrayItemValue) GetSingle(source *ListPublicDevicesRequest) (interface{}, bool)
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 (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsFieldMaskArrayOfValues() ([]*device.Device_FieldMask, bool)
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 (fpaov *ListPublicDevicesRequest_FieldTerminalPathArrayOfValues) AsParentArrayOfValues() ([]*device.ParentName, bool)
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 (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsFieldMaskValue() (*device.Device_FieldMask, bool)
func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsFilterValue ¶
func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsFilterValue() (*device.Filter, bool)
func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsOrderByValue ¶
func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsOrderByValue() (*device.OrderBy, bool)
func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsPageSizeValue ¶
func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsPageSizeValue() (int32, bool)
func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsPageTokenValue ¶
func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsPageTokenValue() (*device.PagerCursor, bool)
func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsParentValue ¶
func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsParentValue() (*device.ParentName, bool)
func (*ListPublicDevicesRequest_FieldTerminalPathValue) AsViewValue ¶
func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) AsViewValue() (view.View, bool)
func (*ListPublicDevicesRequest_FieldTerminalPathValue) CompareWith ¶
func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) CompareWith(source *ListPublicDevicesRequest) (int, bool)
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 ¶
func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) SetTo(target **ListPublicDevicesRequest)
SetTo stores value for selected field for object ListPublicDevicesRequest
func (*ListPublicDevicesRequest_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ListPublicDevicesRequest_FieldTerminalPathValue) SetToRaw(target proto.Message)
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.v1alpha2.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.v1alpha2.ListDevicesRequest.page_token] NextPageToken *device.PagerCursor `` /* 151-byte string literal not displayed */ // contains filtered or unexported fields }
Response message for method [ListPublicDevices][ntt.devices.v1alpha2.ListPublicDevices]
func (*ListPublicDevicesResponse) Clone ¶
func (o *ListPublicDevicesResponse) Clone() *ListPublicDevicesResponse
func (*ListPublicDevicesResponse) CloneRaw ¶
func (o *ListPublicDevicesResponse) CloneRaw() gotenobject.GotenObjectExt
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 (o *ListPublicDevicesResponse) MakeDiffFieldMask(other *ListPublicDevicesResponse) *ListPublicDevicesResponse_FieldMask
func (*ListPublicDevicesResponse) MakeFullFieldMask ¶
func (o *ListPublicDevicesResponse) MakeFullFieldMask() *ListPublicDevicesResponse_FieldMask
func (*ListPublicDevicesResponse) MakeRawDiffFieldMask ¶
func (o *ListPublicDevicesResponse) MakeRawDiffFieldMask(other gotenobject.GotenObjectExt) gotenobject.FieldMask
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 (o *ListPublicDevicesResponse) Merge(source *ListPublicDevicesResponse)
func (*ListPublicDevicesResponse) MergeRaw ¶
func (o *ListPublicDevicesResponse) MergeRaw(source gotenobject.GotenObjectExt)
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) NextPageToken ¶
func (ListPublicDevicesResponseFieldPathBuilder) NextPageToken() ListPublicDevicesResponsePathSelectorNextPageToken
func (ListPublicDevicesResponseFieldPathBuilder) PrevPageToken ¶
func (ListPublicDevicesResponseFieldPathBuilder) PrevPageToken() ListPublicDevicesResponsePathSelectorPrevPageToken
type ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations ¶
type ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations) WithArrayOfValues ¶
func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations) WithValue ¶
func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataAnnotations) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels ¶
type ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels) WithArrayOfValues ¶
func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels) WithValue ¶
func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataLabels) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards ¶
type ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards) WithArrayOfValues ¶
func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards) WithValue ¶
func (s ListPublicDevicesResponseMapPathSelectorDevicesMetadataShards) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting ¶
type ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting struct {
// contains filtered or unexported fields
}
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) FieldPath ¶
func (ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithArrayOfValues ¶
func (s ListPublicDevicesResponseMapPathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevices ¶
type ListPublicDevicesResponsePathSelectorDevices struct{}
func (ListPublicDevicesResponsePathSelectorDevices) DisplayName ¶
func (ListPublicDevicesResponsePathSelectorDevices) PublicListingSpec ¶
func (ListPublicDevicesResponsePathSelectorDevices) PublicListingSpec() ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec
func (ListPublicDevicesResponsePathSelectorDevices) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevices) WithArrayOfValues(values [][]*device.Device) *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevices) WithItemValue ¶
func (s ListPublicDevicesResponsePathSelectorDevices) WithItemValue(value *device.Device) *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue
func (ListPublicDevicesResponsePathSelectorDevices) WithSubArrayItemValue ¶
func (s ListPublicDevicesResponsePathSelectorDevices) WithSubArrayItemValue(subPathArrayItemValue device.Device_FieldPathArrayItemValue) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
func (ListPublicDevicesResponsePathSelectorDevices) WithSubArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevices) WithSubArrayOfValues(subPathArrayOfValues device.Device_FieldPathArrayOfValues) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevices) WithSubPath ¶
func (ListPublicDevicesResponsePathSelectorDevices) WithSubPath(subPath device.Device_FieldPath) *ListPublicDevicesResponse_FieldSubPath
func (ListPublicDevicesResponsePathSelectorDevices) WithSubValue ¶
func (s ListPublicDevicesResponsePathSelectorDevices) WithSubValue(subPathValue device.Device_FieldPathValue) *ListPublicDevicesResponse_FieldSubPathValue
func (ListPublicDevicesResponsePathSelectorDevices) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevices) WithValue(value []*device.Device) *ListPublicDevicesResponse_FieldTerminalPathValue
type ListPublicDevicesResponsePathSelectorDevicesDisplayName ¶
type ListPublicDevicesResponsePathSelectorDevicesDisplayName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesDisplayName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesDisplayName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesDisplayName) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesDisplayName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadata ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadata struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Annotations ¶
func (ListPublicDevicesResponsePathSelectorDevicesMetadata) CreateTime ¶
func (ListPublicDevicesResponsePathSelectorDevicesMetadata) DeleteTime ¶ added in v0.8.0
func (ListPublicDevicesResponsePathSelectorDevicesMetadata) Generation ¶
func (ListPublicDevicesResponsePathSelectorDevicesMetadata) OwnerReferences ¶
func (ListPublicDevicesResponsePathSelectorDevicesMetadata) ResourceVersion ¶
func (ListPublicDevicesResponsePathSelectorDevicesMetadata) UpdateTime ¶
func (ListPublicDevicesResponsePathSelectorDevicesMetadata) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadata) WithArrayOfValues(values []*ntt_meta.Meta) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadata) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadata) WithValue(value *ntt_meta.Meta) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations) WithArrayOfValues(values []map[string]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataAnnotations) WithValue(value map[string]string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataCreateTime) WithValue(value *timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime ¶ added in v0.8.0
type ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime) WithArrayOfValues ¶ added in v0.8.0
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime) WithValue ¶ added in v0.8.0
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataDeleteTime) WithValue(value *timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataGeneration) WithValue(value int64) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataLabels ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataLabels struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataLabels) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLabels) WithArrayOfValues(values []map[string]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataLabels) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLabels) WithValue(value map[string]string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle ¶ added in v0.8.0
type ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) BlockDeletion ¶ added in v0.8.0
func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) WithArrayOfValues ¶ added in v0.8.0
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) WithArrayOfValues(values []*ntt_meta.Lifecycle) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) WithValue ¶ added in v0.8.0
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycle) WithValue(value *ntt_meta.Lifecycle) *ListPublicDevicesResponse_FieldSubPathValue
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 (s ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleBlockDeletion) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
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 (s ListPublicDevicesResponsePathSelectorDevicesMetadataLifecycleState) WithArrayOfValues(values []ntt_meta.Lifecycle_State) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) BlockOwnerDeletion ¶
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) Controller ¶
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) RequiresOwnerReference ¶ added in v0.8.0
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) Version ¶ added in v0.8.0
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) WithArrayOfValues(values [][]*ntt_meta.OwnerReference) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) WithItemValue ¶
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferences) WithValue(value []*ntt_meta.OwnerReference) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesBlockOwnerDeletion) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesController) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesKind) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
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 (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRegion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
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 (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesRequiresOwnerReference) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
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 (s ListPublicDevicesResponsePathSelectorDevicesMetadataOwnerReferencesVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataResourceVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataShards ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataShards struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataShards) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataShards) WithArrayOfValues(values []map[string]int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataShards) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataShards) WithValue(value map[string]int64) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) OwningRegion ¶
func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) WithArrayOfValues(values []*ntt_meta.SyncingMeta) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncing) WithValue(value *ntt_meta.SyncingMeta) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingOwningRegion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) WithItemValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
func (ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataSyncingRegions) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataTags ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataTags struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataTags) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataTags) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataTags) WithItemValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataTags) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
func (ListPublicDevicesResponsePathSelectorDevicesMetadataTags) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataTags) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataUpdateTime) WithValue(value *timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesMetadataUuid ¶
type ListPublicDevicesResponsePathSelectorDevicesMetadataUuid struct{}
func (ListPublicDevicesResponsePathSelectorDevicesMetadataUuid) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataUuid) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesMetadataUuid) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesMetadataUuid) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesName ¶
type ListPublicDevicesResponsePathSelectorDevicesName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesName) WithArrayOfValues(values []*device.Name) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesName) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesName) WithValue(value *device.Name) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec ¶
type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec struct{}
func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesPublicListingSpec) WithArrayOfValues(values []*device.Device_PublicListingSpec) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled ¶
type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled struct{}
func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecEnabled) WithValue(value bool) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask ¶
type ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask struct{}
func (ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesPublicListingSpecFieldMask) WithArrayOfValues(values []*device.Device_FieldMask) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpec ¶
type ListPublicDevicesResponsePathSelectorDevicesSpec struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpec) AttestationConfig ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpec) DisableDeviceDiscovery ¶ added in v0.4.24
func (ListPublicDevicesResponsePathSelectorDevicesSpec) DisableDeviceDiscovery() ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery
func (ListPublicDevicesResponsePathSelectorDevicesSpec) LoggingConfig ¶ added in v0.6.9
func (ListPublicDevicesResponsePathSelectorDevicesSpec) NetConfigMode ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpec) OsImageUrl ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpec) ServiceAccount ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpec) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpec) WithArrayOfValues(values []*device.Device_Spec) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpec) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpec) WithValue(value *device.Device_Spec) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig) AttestationDomain ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig) AttestationExpected ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig) InsecureUseTpmSimulatorSeed ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfig) WithArrayOfValues(values []*device.Device_Spec_AttestationConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationDomain ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationDomain struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationDomain) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationDomain) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationDomain) WithArrayOfValues(values []*iam_attestation_domain.Reference) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationExpected ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationExpected struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationExpected) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationExpected) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigAttestationExpected) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigInsecureUseTpmSimulatorSeed ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigInsecureUseTpmSimulatorSeed struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigInsecureUseTpmSimulatorSeed) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigInsecureUseTpmSimulatorSeed) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecAttestationConfigInsecureUseTpmSimulatorSeed) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery ¶ added in v0.4.24
type ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery) FieldPath ¶ added in v0.4.24
func (ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery) WithArrayOfValues ¶ added in v0.4.24
func (s ListPublicDevicesResponsePathSelectorDevicesSpecDisableDeviceDiscovery) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig ¶ added in v0.6.9
type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig) EnableJournalExport ¶ added in v0.6.9
func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig) WithArrayOfValues ¶ added in v0.6.9
func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfig) WithArrayOfValues(values []*device.Device_Spec_LoggingConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigEnableJournalExport ¶ added in v0.6.9
type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigEnableJournalExport struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigEnableJournalExport) FieldPath ¶ added in v0.6.9
func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigEnableJournalExport) WithArrayOfValues ¶ added in v0.6.9
func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigEnableJournalExport) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigPriority ¶ added in v0.6.9
type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigPriority struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigPriority) FieldPath ¶ added in v0.6.9
func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigPriority) WithArrayOfValues ¶ added in v0.6.9
func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigPriority) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits ¶ added in v0.6.9
type ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) FieldPath ¶ added in v0.6.9
func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) WithArrayOfValues ¶ added in v0.6.9
func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) WithItemValue ¶ added in v0.6.9
func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
func (ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) WithValue ¶ added in v0.6.9
func (s ListPublicDevicesResponsePathSelectorDevicesSpecLoggingConfigUnits) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfig) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBonds ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBonds struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBonds) Interfaces ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBonds) Parameters ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBonds) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBonds) WithArrayOfValues(values [][]*device.Device_Spec_NetworkConfig_BondsOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBonds) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsInterfaces ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsInterfaces struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsInterfaces) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsInterfaces) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsInterfaces) WithItemValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsInterfaces) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsInterfaces) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsInterfaces) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsName ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsName) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) Dhcp4Overrides ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) Dhcp6Overrides ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) DhcpIdentifier ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) Ipv6Privacy ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) Macaddress ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) Nameservers ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) OptionalAddresses ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) RoutingPolicy ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOpts) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAcceptRa ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAcceptRa struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAcceptRa) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAcceptRa) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAddresses ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAddresses struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAddresses) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAddresses) WithItemValue ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAddresses) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAddresses) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuth ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuth struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuth) AnonymousIdentity ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuth) CaCertificate ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuth) ClientCertificate ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuth) ClientKeyPassword ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuth) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuth) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_Auth) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthAnonymousIdentity ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthAnonymousIdentity struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthAnonymousIdentity) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthAnonymousIdentity) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthAnonymousIdentity) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthCaCertificate ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthCaCertificate struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthCaCertificate) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthCaCertificate) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthCaCertificate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientCertificate ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientCertificate struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientCertificate) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientCertificate) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientCertificate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKey ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKey struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKey) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKeyPassword ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKeyPassword struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKeyPassword) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKeyPassword) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthClientKeyPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthIdentity ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthIdentity struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthIdentity) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthIdentity) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthKey ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthKey struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthKey) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthMethod ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthMethod struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthMethod) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthMethod) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthPassword ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthPassword struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthPassword) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsAuthPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsCritical ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsCritical struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsCritical) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsCritical) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4 ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4Overrides ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4Overrides struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4Overrides) RouteMetric ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4Overrides) SendHostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4Overrides) UseHostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4Overrides) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesHostname) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesRouteMetric ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesRouteMetric struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesRouteMetric) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesRouteMetric) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesRouteMetric) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesSendHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesSendHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesSendHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesSendHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesSendHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseDns ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseDns struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseDns) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseDns) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseDns) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseMtu ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseMtu struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseMtu) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseMtu) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseMtu) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseNtp ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseNtp struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseNtp) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseNtp) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseNtp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseRoutes ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseRoutes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseRoutes) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseRoutes) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp4OverridesUseRoutes) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6 ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6Overrides ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6Overrides struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6Overrides) RouteMetric ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6Overrides) SendHostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6Overrides) UseHostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6Overrides) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesHostname) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesRouteMetric ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesRouteMetric struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesRouteMetric) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesRouteMetric) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesRouteMetric) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesSendHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesSendHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesSendHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesSendHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesSendHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseDns ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseDns struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseDns) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseDns) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseDns) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseMtu ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseMtu struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseMtu) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseMtu) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseMtu) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseNtp ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseNtp struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseNtp) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseNtp) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseNtp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseRoutes ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseRoutes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseRoutes) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseRoutes) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcp6OverridesUseRoutes) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcpIdentifier ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcpIdentifier struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcpIdentifier) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsDhcpIdentifier) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway4 ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway4 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway4) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway4) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway6 ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway6 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway6) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsGateway6) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsIpv6Privacy ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsIpv6Privacy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsIpv6Privacy) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsIpv6Privacy) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsLinkLocal ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsLinkLocal struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsLinkLocal) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsLinkLocal) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsLinkLocal) WithItemValue ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsLinkLocal) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsLinkLocal) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMacaddress ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMacaddress struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMacaddress) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMacaddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMtu ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMtu struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMtu) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsMtu) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameservers ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameservers struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameservers) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversAddresses ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversAddresses struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversAddresses) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversAddresses) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversAddresses) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversSearch ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversSearch struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversSearch) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversSearch) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversSearch) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsNameserversSearch) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptional ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptional struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptional) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptional) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptionalAddresses ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptionalAddresses struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptionalAddresses) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptionalAddresses) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptionalAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsOptionalAddresses) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRenderer ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRenderer struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRenderer) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRenderer) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutes ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutes) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutes) WithArrayOfValues(values [][]*device.Device_Spec_NetworkConfig_CommonOpts_Routes) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutes) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesFrom ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesFrom struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesFrom) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesMetric ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesMetric struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesMetric) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesMetric) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesOnLink ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesOnLink struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesOnLink) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesOnLink) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesScope ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesScope struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesScope) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesScope) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTable ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTable struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTable) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTable) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTo ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTo struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTo) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesTo) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesType ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesType struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesType) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesVia ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesVia struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesVia) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutesVia) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicy ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicy) TypeOfService ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicy) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyFrom ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyFrom struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyFrom) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyFrom) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyMark ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyMark struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyMark) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyMark) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyMark) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyPriority ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyPriority struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyPriority) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyPriority) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyPriority) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTable ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTable struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTable) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTable) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTable) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTo ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTo struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTo) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTo) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTo) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTypeOfService ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTypeOfService struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTypeOfService) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTypeOfService) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsOptsRoutingPolicyTypeOfService) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) AllSlavesActive ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) ArpAllTargets ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) ArpIpTargets ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) ArpValidate ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) FailOverMacPolicy ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) GratuitousArp ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) LearnPacketInterval ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) MiiMonitorInterval ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) PacketsPerSlave ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) PrimaryReselectPolicy ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) ResendIgmp ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) TransmitHashPolicy ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParameters) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAdSelect ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAdSelect struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAdSelect) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAdSelect) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAllSlavesActive ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAllSlavesActive struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAllSlavesActive) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAllSlavesActive) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersAllSlavesActive) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpAllTargets ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpAllTargets struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpAllTargets) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpAllTargets) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpAllTargets) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpIpTargets ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpIpTargets struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpIpTargets) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpIpTargets) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpIpTargets) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpValidate ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpValidate struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpValidate) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpValidate) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersArpValidate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersFailOverMacPolicy ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersFailOverMacPolicy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersFailOverMacPolicy) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersFailOverMacPolicy) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersFailOverMacPolicy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersGratuitousArp ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersGratuitousArp struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersGratuitousArp) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersGratuitousArp) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersGratuitousArp) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLacpRate ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLacpRate struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLacpRate) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLacpRate) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLearnPacketInterval ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLearnPacketInterval struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLearnPacketInterval) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLearnPacketInterval) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersLearnPacketInterval) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMiiMonitorInterval ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMiiMonitorInterval struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMiiMonitorInterval) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMiiMonitorInterval) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMiiMonitorInterval) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMinLinks ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMinLinks struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMinLinks) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMinLinks) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMode ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMode struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMode) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersMode) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPacketsPerSlave ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPacketsPerSlave struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPacketsPerSlave) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPacketsPerSlave) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPacketsPerSlave) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimary ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimary struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimary) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimary) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimaryReselectPolicy ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimaryReselectPolicy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimaryReselectPolicy) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimaryReselectPolicy) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersPrimaryReselectPolicy) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersResendIgmp ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersResendIgmp struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersResendIgmp) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersResendIgmp) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersResendIgmp) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersTransmitHashPolicy ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersTransmitHashPolicy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersTransmitHashPolicy) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersTransmitHashPolicy) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersTransmitHashPolicy) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersUpDelay ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersUpDelay struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersUpDelay) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBondsParametersUpDelay) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridges ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridges struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridges) Interfaces ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridges) Parameters ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridges) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridges) WithArrayOfValues(values [][]*device.Device_Spec_NetworkConfig_BridgesOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridges) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesInterfaces ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesInterfaces struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesInterfaces) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesInterfaces) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesInterfaces) WithItemValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesInterfaces) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesInterfaces) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesInterfaces) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesName ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) Dhcp4Overrides ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) Dhcp6Overrides ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) DhcpIdentifier ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) Ipv6Privacy ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) Macaddress ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) Nameservers ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) OptionalAddresses ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) RoutingPolicy ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOpts) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAcceptRa ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAcceptRa struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAcceptRa) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAcceptRa) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAddresses ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAddresses struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAddresses) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAddresses) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuth ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuth struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuth) AnonymousIdentity ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuth) CaCertificate ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuth) ClientCertificate ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuth) ClientKeyPassword ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuth) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthAnonymousIdentity ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthAnonymousIdentity struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthAnonymousIdentity) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthAnonymousIdentity) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthAnonymousIdentity) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthCaCertificate ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthCaCertificate struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthCaCertificate) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthCaCertificate) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthCaCertificate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientCertificate ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientCertificate struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientCertificate) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientCertificate) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientCertificate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKey ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKey struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKey) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKey) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKeyPassword ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKeyPassword struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKeyPassword) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKeyPassword) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthClientKeyPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthIdentity ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthIdentity struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthIdentity) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthIdentity) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthKey ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthKey struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthKey) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthMethod ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthMethod struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthMethod) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthMethod) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthPassword ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthPassword struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthPassword) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsAuthPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsCritical ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsCritical struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsCritical) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsCritical) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4 ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4Overrides ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4Overrides struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4Overrides) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4Overrides) Hostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4Overrides) RouteMetric ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4Overrides) SendHostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4Overrides) UseHostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4Overrides) UseRoutes ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4Overrides) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesHostname) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesRouteMetric ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesRouteMetric struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesRouteMetric) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesRouteMetric) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesRouteMetric) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesSendHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesSendHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesSendHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesSendHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesSendHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseDns ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseDns struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseDns) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseDns) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseDns) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseMtu ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseMtu struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseMtu) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseMtu) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseMtu) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseNtp ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseNtp struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseNtp) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseNtp) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseNtp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseRoutes ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseRoutes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseRoutes) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseRoutes) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp4OverridesUseRoutes) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6 ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6Overrides ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6Overrides struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6Overrides) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6Overrides) Hostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6Overrides) RouteMetric ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6Overrides) SendHostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6Overrides) UseHostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6Overrides) UseRoutes ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6Overrides) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesHostname) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesRouteMetric ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesRouteMetric struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesRouteMetric) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesRouteMetric) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesRouteMetric) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesSendHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesSendHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesSendHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesSendHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesSendHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseDns ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseDns struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseDns) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseDns) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseDns) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseMtu ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseMtu struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseMtu) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseMtu) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseMtu) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseNtp ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseNtp struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseNtp) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseNtp) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseNtp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseRoutes ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseRoutes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseRoutes) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseRoutes) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcp6OverridesUseRoutes) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcpIdentifier ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcpIdentifier struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcpIdentifier) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcpIdentifier) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsDhcpIdentifier) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway4 ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway4 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway4) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway4) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway6 ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway6 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway6) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsGateway6) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsIpv6Privacy ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsIpv6Privacy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsIpv6Privacy) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsIpv6Privacy) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsLinkLocal ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsLinkLocal struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsLinkLocal) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsLinkLocal) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsLinkLocal) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMacaddress ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMacaddress struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMacaddress) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMacaddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMtu ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMtu struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMtu) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsMtu) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameservers ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameservers struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameservers) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversAddresses ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversAddresses struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversAddresses) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversAddresses) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversAddresses) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversSearch ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversSearch struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversSearch) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversSearch) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversSearch) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsNameserversSearch) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptional ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptional struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptional) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptional) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptionalAddresses ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptionalAddresses struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptionalAddresses) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptionalAddresses) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptionalAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsOptionalAddresses) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRenderer ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRenderer struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRenderer) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRenderer) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutes ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutes) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutes) WithArrayOfValues(values [][]*device.Device_Spec_NetworkConfig_CommonOpts_Routes) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutes) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesFrom ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesFrom struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesFrom) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesMetric ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesMetric struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesMetric) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesMetric) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesOnLink ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesOnLink struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesOnLink) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesOnLink) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesScope ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesScope struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesScope) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesScope) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTable ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTable struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTable) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTable) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTo ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTo struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTo) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesTo) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesType ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesType struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesType) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesVia ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesVia struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesVia) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutesVia) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicy ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicy) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicy) TypeOfService ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicy) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyFrom ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyFrom struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyFrom) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyFrom) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyMark ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyMark struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyMark) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyMark) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyMark) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyPriority ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyPriority struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyPriority) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyPriority) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyPriority) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTable ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTable struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTable) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTable) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTable) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTo ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTo struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTo) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTo) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTo) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTypeOfService ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTypeOfService struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTypeOfService) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTypeOfService) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesOptsRoutingPolicyTypeOfService) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParameters ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParameters struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParameters) AgeingTime ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParameters) ForwardDelay ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParameters) PortPriority ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParameters) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersAgeingTime ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersAgeingTime struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersAgeingTime) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersAgeingTime) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersAgeingTime) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersForwardDelay ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersForwardDelay struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersForwardDelay) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersForwardDelay) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersForwardDelay) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersHelloTime ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersHelloTime struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersHelloTime) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersHelloTime) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersHelloTime) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersMaxAge ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersMaxAge struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersMaxAge) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersMaxAge) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPathCost ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPathCost struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPathCost) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPathCost) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPathCost) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPortPriority ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPortPriority struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPortPriority) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPortPriority) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPortPriority) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPriority ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPriority struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPriority) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPriority) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersPriority) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersStp ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersStp struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersStp) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigBridgesParametersStp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernets ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernets struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernets) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernets) WithArrayOfValues(values [][]*device.Device_Spec_NetworkConfig_EthOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernets) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatch ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatch struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatch) Macaddress ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatch) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatch) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_EthOpts_Match) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchDriver ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchDriver struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchDriver) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchDriver) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchMacaddress ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchMacaddress struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchMacaddress) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchMacaddress) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchMacaddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchName ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsMatchName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsName ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) Dhcp4Overrides ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) Dhcp6Overrides ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) DhcpIdentifier ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) Ipv6Privacy ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) Macaddress ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) Nameservers ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) OptionalAddresses ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) RoutingPolicy ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOpts) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAcceptRa ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAcceptRa struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAcceptRa) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAcceptRa) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAddresses ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAddresses struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAddresses) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAddresses) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth) AnonymousIdentity ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth) CaCertificate ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth) ClientCertificate ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth) ClientKeyPassword ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuth) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthAnonymousIdentity ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthAnonymousIdentity struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthAnonymousIdentity) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthAnonymousIdentity) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthAnonymousIdentity) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthCaCertificate ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthCaCertificate struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthCaCertificate) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthCaCertificate) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthCaCertificate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientCertificate ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientCertificate struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientCertificate) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientCertificate) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientCertificate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKey ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKey struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKey) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKey) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKeyPassword ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKeyPassword struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKeyPassword) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKeyPassword) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthClientKeyPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthIdentity ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthIdentity struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthIdentity) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthIdentity) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthIdentity) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthKey ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthKey struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthKey) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthMethod ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthMethod struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthMethod) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthMethod) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthPassword ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthPassword struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthPassword) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthPassword) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsAuthPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsCritical ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsCritical struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsCritical) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsCritical) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4 ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides) Hostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides) RouteMetric ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides) SendHostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides) UseDns ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides) UseHostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides) UseMtu ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides) UseNtp ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides) UseRoutes ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4Overrides) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesHostname) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesRouteMetric ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesRouteMetric struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesRouteMetric) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesRouteMetric) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesRouteMetric) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesSendHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesSendHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesSendHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesSendHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesSendHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseDns ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseDns struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseDns) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseDns) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseDns) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseMtu ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseMtu struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseMtu) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseMtu) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseMtu) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseNtp ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseNtp struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseNtp) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseNtp) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseNtp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseRoutes ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseRoutes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseRoutes) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseRoutes) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp4OverridesUseRoutes) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6 ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides) Hostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides) RouteMetric ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides) SendHostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides) UseDns ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides) UseHostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides) UseMtu ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides) UseNtp ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides) UseRoutes ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6Overrides) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesHostname) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesRouteMetric ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesRouteMetric struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesRouteMetric) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesRouteMetric) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesRouteMetric) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesSendHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesSendHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesSendHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesSendHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesSendHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseDns ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseDns struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseDns) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseDns) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseDns) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseMtu ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseMtu struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseMtu) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseMtu) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseMtu) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseNtp ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseNtp struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseNtp) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseNtp) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseNtp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseRoutes ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseRoutes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseRoutes) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseRoutes) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcp6OverridesUseRoutes) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcpIdentifier ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcpIdentifier struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcpIdentifier) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcpIdentifier) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsDhcpIdentifier) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway4 ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway4 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway4) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway4) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway6 ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway6 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway6) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsGateway6) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsIpv6Privacy ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsIpv6Privacy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsIpv6Privacy) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsIpv6Privacy) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsIpv6Privacy) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsLinkLocal ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsLinkLocal struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsLinkLocal) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsLinkLocal) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsLinkLocal) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMacaddress ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMacaddress struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMacaddress) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMacaddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMtu ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMtu struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMtu) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsMtu) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameservers ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameservers struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameservers) Addresses ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameservers) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameservers) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversAddresses ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversAddresses struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversAddresses) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversAddresses) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversAddresses) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversSearch ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversSearch struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversSearch) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversSearch) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversSearch) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsNameserversSearch) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptional ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptional struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptional) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptional) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptionalAddresses ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptionalAddresses struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptionalAddresses) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptionalAddresses) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptionalAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsOptionalAddresses) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRenderer ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRenderer struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRenderer) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRenderer) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutes ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutes) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutes) WithArrayOfValues(values [][]*device.Device_Spec_NetworkConfig_CommonOpts_Routes) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutes) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesFrom ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesFrom struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesFrom) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesMetric ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesMetric struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesMetric) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesMetric) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesMetric) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesOnLink ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesOnLink struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesOnLink) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesOnLink) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesOnLink) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesScope ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesScope struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesScope) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesScope) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesScope) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTable ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTable struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTable) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTable) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTable) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTo ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTo struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTo) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesTo) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesType ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesType struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesType) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesVia ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesVia struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesVia) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutesVia) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicy ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicy) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicy) Priority ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicy) TypeOfService ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicy) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyFrom ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyFrom struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyFrom) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyFrom) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyMark ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyMark struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyMark) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyMark) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyMark) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyPriority ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyPriority struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyPriority) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyPriority) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyPriority) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTable ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTable struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTable) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTable) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTable) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTo ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTo struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTo) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTo) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTo) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTypeOfService ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTypeOfService struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTypeOfService) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTypeOfService) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsOptsRoutingPolicyTypeOfService) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsSetName ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsSetName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsSetName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsSetName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsWakeonlan ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsWakeonlan struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsWakeonlan) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigEthernetsWakeonlan) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigMode ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigMode struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigMode) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigMode) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigMode) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigMode) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnels ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnels struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnels) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnels) WithArrayOfValues(values [][]*device.Device_Spec_NetworkConfig_TunnelsOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnels) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsKey ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsKey struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsKey) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsKey) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsKey) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsKey) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsLocal ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsLocal struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsLocal) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsLocal) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsMode ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsMode struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsMode) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsMode) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsName ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) Dhcp4Overrides ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) Dhcp6Overrides ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) DhcpIdentifier ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) Ipv6Privacy ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) Macaddress ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) Nameservers ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) OptionalAddresses ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) RoutingPolicy ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOpts) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAcceptRa ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAcceptRa struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAcceptRa) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAcceptRa) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAddresses ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAddresses struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAddresses) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAddresses) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuth ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuth struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuth) AnonymousIdentity ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuth) CaCertificate ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuth) ClientCertificate ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuth) ClientKeyPassword ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuth) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthAnonymousIdentity ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthAnonymousIdentity struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthAnonymousIdentity) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthAnonymousIdentity) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthAnonymousIdentity) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthCaCertificate ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthCaCertificate struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthCaCertificate) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthCaCertificate) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthCaCertificate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientCertificate ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientCertificate struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientCertificate) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientCertificate) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientCertificate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKey ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKey struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKey) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKey) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKeyPassword ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKeyPassword struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKeyPassword) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKeyPassword) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthClientKeyPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthIdentity ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthIdentity struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthIdentity) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthIdentity) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthKey ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthKey struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthKey) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthMethod ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthMethod struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthMethod) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthMethod) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthPassword ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthPassword struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthPassword) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsAuthPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsCritical ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsCritical struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsCritical) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsCritical) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4 ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4Overrides ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4Overrides struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4Overrides) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4Overrides) Hostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4Overrides) RouteMetric ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4Overrides) SendHostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4Overrides) UseHostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4Overrides) UseRoutes ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4Overrides) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesHostname) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesRouteMetric ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesRouteMetric struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesRouteMetric) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesRouteMetric) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesRouteMetric) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesSendHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesSendHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesSendHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesSendHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesSendHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseDns ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseDns struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseDns) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseDns) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseDns) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseMtu ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseMtu struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseMtu) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseMtu) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseMtu) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseNtp ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseNtp struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseNtp) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseNtp) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseNtp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseRoutes ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseRoutes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseRoutes) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseRoutes) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp4OverridesUseRoutes) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6 ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6Overrides ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6Overrides struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6Overrides) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6Overrides) Hostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6Overrides) RouteMetric ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6Overrides) SendHostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6Overrides) UseHostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6Overrides) UseRoutes ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6Overrides) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesHostname) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesRouteMetric ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesRouteMetric struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesRouteMetric) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesRouteMetric) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesRouteMetric) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesSendHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesSendHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesSendHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesSendHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesSendHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseDns ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseDns struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseDns) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseDns) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseDns) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseMtu ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseMtu struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseMtu) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseMtu) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseMtu) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseNtp ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseNtp struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseNtp) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseNtp) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseNtp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseRoutes ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseRoutes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseRoutes) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseRoutes) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcp6OverridesUseRoutes) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcpIdentifier ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcpIdentifier struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcpIdentifier) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcpIdentifier) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsDhcpIdentifier) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway4 ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway4 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway4) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway4) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway6 ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway6 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway6) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsGateway6) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsIpv6Privacy ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsIpv6Privacy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsIpv6Privacy) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsIpv6Privacy) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsLinkLocal ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsLinkLocal struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsLinkLocal) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsLinkLocal) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsLinkLocal) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMacaddress ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMacaddress struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMacaddress) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMacaddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMtu ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMtu struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMtu) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsMtu) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameservers ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameservers struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameservers) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversAddresses ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversAddresses struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversAddresses) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversAddresses) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversAddresses) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversSearch ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversSearch struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversSearch) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversSearch) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversSearch) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsNameserversSearch) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptional ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptional struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptional) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptional) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptionalAddresses ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptionalAddresses struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptionalAddresses) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptionalAddresses) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptionalAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsOptionalAddresses) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRenderer ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRenderer struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRenderer) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRenderer) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutes ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutes) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutes) WithArrayOfValues(values [][]*device.Device_Spec_NetworkConfig_CommonOpts_Routes) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutes) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesFrom ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesFrom struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesFrom) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesMetric ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesMetric struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesMetric) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesMetric) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesOnLink ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesOnLink struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesOnLink) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesOnLink) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesScope ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesScope struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesScope) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesScope) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTable ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTable struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTable) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTable) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTo ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTo struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTo) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesTo) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesType ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesType struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesType) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesVia ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesVia struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesVia) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutesVia) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicy ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicy) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicy) TypeOfService ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicy) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyFrom ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyFrom struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyFrom) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyFrom) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyMark ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyMark struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyMark) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyMark) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyMark) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyPriority ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyPriority struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyPriority) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyPriority) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyPriority) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTable ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTable struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTable) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTable) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTable) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTo ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTo struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTo) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTo) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTo) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTypeOfService ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTypeOfService struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTypeOfService) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTypeOfService) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsOptsRoutingPolicyTypeOfService) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsRemote ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsRemote struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsRemote) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigTunnelsRemote) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVersion ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVersion) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVersion) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVersion) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVersion) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlans ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlans struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlans) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlans) WithArrayOfValues(values [][]*device.Device_Spec_NetworkConfig_VlansOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlans) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansId ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansId struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansId) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansId) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansId) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansId) WithValue(value int32) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansLink ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansLink struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansLink) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansLink) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansLink) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansLink) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansName ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansName) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) Dhcp4Overrides ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) Dhcp6Overrides ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) DhcpIdentifier ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) Ipv6Privacy ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) Macaddress ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) Nameservers ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) OptionalAddresses ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) RoutingPolicy ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOpts) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAcceptRa ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAcceptRa struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAcceptRa) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAcceptRa) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAddresses ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAddresses struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAddresses) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAddresses) WithItemValue ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAddresses) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAddresses) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuth ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuth struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuth) AnonymousIdentity ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuth) CaCertificate ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuth) ClientCertificate ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuth) ClientKeyPassword ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuth) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuth) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_Auth) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthAnonymousIdentity ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthAnonymousIdentity struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthAnonymousIdentity) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthAnonymousIdentity) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthAnonymousIdentity) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthCaCertificate ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthCaCertificate struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthCaCertificate) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthCaCertificate) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthCaCertificate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientCertificate ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientCertificate struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientCertificate) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientCertificate) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientCertificate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKey ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKey struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKey) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKeyPassword ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKeyPassword struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKeyPassword) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKeyPassword) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthClientKeyPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthIdentity ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthIdentity struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthIdentity) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthIdentity) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthKey ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthKey struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthKey) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthMethod ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthMethod struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthMethod) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthMethod) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthPassword ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthPassword struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthPassword) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsAuthPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsCritical ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsCritical struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsCritical) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsCritical) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4 ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4Overrides ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4Overrides struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4Overrides) RouteMetric ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4Overrides) SendHostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4Overrides) UseHostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4Overrides) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesHostname) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesRouteMetric ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesRouteMetric struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesRouteMetric) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesRouteMetric) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesRouteMetric) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesSendHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesSendHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesSendHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesSendHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesSendHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseDns ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseDns struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseDns) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseDns) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseDns) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseMtu ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseMtu struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseMtu) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseMtu) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseMtu) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseNtp ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseNtp struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseNtp) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseNtp) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseNtp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseRoutes ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseRoutes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseRoutes) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseRoutes) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp4OverridesUseRoutes) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6 ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6Overrides ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6Overrides struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6Overrides) RouteMetric ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6Overrides) SendHostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6Overrides) UseHostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6Overrides) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesHostname) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesRouteMetric ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesRouteMetric struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesRouteMetric) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesRouteMetric) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesRouteMetric) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesSendHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesSendHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesSendHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesSendHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesSendHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseDns ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseDns struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseDns) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseDns) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseDns) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseMtu ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseMtu struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseMtu) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseMtu) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseMtu) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseNtp ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseNtp struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseNtp) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseNtp) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseNtp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseRoutes ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseRoutes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseRoutes) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseRoutes) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcp6OverridesUseRoutes) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcpIdentifier ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcpIdentifier struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcpIdentifier) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsDhcpIdentifier) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway4 ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway4 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway4) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway4) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway6 ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway6 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway6) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsGateway6) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsIpv6Privacy ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsIpv6Privacy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsIpv6Privacy) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsIpv6Privacy) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsLinkLocal ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsLinkLocal struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsLinkLocal) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsLinkLocal) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsLinkLocal) WithItemValue ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsLinkLocal) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsLinkLocal) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMacaddress ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMacaddress struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMacaddress) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMacaddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMtu ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMtu struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMtu) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsMtu) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameservers ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameservers struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameservers) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversAddresses ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversAddresses struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversAddresses) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversAddresses) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversAddresses) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversSearch ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversSearch struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversSearch) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversSearch) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversSearch) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsNameserversSearch) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptional ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptional struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptional) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptional) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptionalAddresses ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptionalAddresses struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptionalAddresses) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptionalAddresses) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptionalAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsOptionalAddresses) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRenderer ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRenderer struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRenderer) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRenderer) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutes ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutes) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutes) WithArrayOfValues(values [][]*device.Device_Spec_NetworkConfig_CommonOpts_Routes) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutes) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesFrom ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesFrom struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesFrom) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesMetric ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesMetric struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesMetric) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesMetric) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesOnLink ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesOnLink struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesOnLink) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesOnLink) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesScope ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesScope struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesScope) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesScope) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTable ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTable struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTable) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTable) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTo ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTo struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTo) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesTo) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesType ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesType struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesType) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesVia ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesVia struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesVia) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutesVia) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicy ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicy) TypeOfService ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicy) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyFrom ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyFrom struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyFrom) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyFrom) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyMark ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyMark struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyMark) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyMark) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyMark) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyPriority ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyPriority struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyPriority) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyPriority) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyPriority) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTable ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTable struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTable) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTable) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTable) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTo ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTo struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTo) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTo) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTo) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTypeOfService ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTypeOfService struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTypeOfService) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTypeOfService) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigVlansOptsRoutingPolicyTypeOfService) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifis ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifis struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifis) AccessPoints ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifis) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifis) WithArrayOfValues(values [][]*device.Device_Spec_NetworkConfig_WifiOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifis) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPoints ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPoints struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPoints) WithArrayOfValues ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPoints) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsMode ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsMode struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsMode) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsMode) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsName ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsPassword ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsPassword struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsPassword) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsPassword) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisAccessPointsPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatch ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatch struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatch) Macaddress ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatch) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatch) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_WifiOpts_Match) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchDriver ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchDriver struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchDriver) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchDriver) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchMacaddress ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchMacaddress struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchMacaddress) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchMacaddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchName ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisMatchName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisName ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisName) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisName) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) Dhcp4Overrides ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) Dhcp6Overrides ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) DhcpIdentifier ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) Ipv6Privacy ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) Macaddress ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) Nameservers ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) OptionalAddresses ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) RoutingPolicy ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOpts) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAcceptRa ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAcceptRa struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAcceptRa) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAcceptRa) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAddresses ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAddresses struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAddresses) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAddresses) WithItemValue ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAddresses) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAddresses) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuth ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuth struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuth) AnonymousIdentity ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuth) CaCertificate ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuth) ClientCertificate ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuth) ClientKeyPassword ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuth) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuth) WithArrayOfValues(values []*device.Device_Spec_NetworkConfig_CommonOpts_Auth) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthAnonymousIdentity ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthAnonymousIdentity struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthAnonymousIdentity) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthAnonymousIdentity) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthAnonymousIdentity) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthCaCertificate ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthCaCertificate struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthCaCertificate) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthCaCertificate) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthCaCertificate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientCertificate ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientCertificate struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientCertificate) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientCertificate) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientCertificate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKey ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKey struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKey) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKeyPassword ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKeyPassword struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKeyPassword) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKeyPassword) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthClientKeyPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthIdentity ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthIdentity struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthIdentity) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthIdentity) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthKey ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthKey struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthKey) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthMethod ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthMethod struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthMethod) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthMethod) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthPassword ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthPassword struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthPassword) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsAuthPassword) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsCritical ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsCritical struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsCritical) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsCritical) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4 ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4Overrides ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4Overrides struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4Overrides) RouteMetric ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4Overrides) SendHostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4Overrides) UseHostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4Overrides) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesHostname) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesRouteMetric ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesRouteMetric struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesRouteMetric) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesRouteMetric) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesRouteMetric) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesSendHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesSendHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesSendHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesSendHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesSendHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseDns ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseDns struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseDns) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseDns) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseDns) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseMtu ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseMtu struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseMtu) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseMtu) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseMtu) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseNtp ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseNtp struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseNtp) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseNtp) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseNtp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseRoutes ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseRoutes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseRoutes) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseRoutes) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp4OverridesUseRoutes) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6 ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6Overrides ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6Overrides struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6Overrides) RouteMetric ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6Overrides) SendHostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6Overrides) UseHostname ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6Overrides) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesHostname) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesRouteMetric ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesRouteMetric struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesRouteMetric) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesRouteMetric) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesRouteMetric) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesSendHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesSendHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesSendHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesSendHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesSendHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseDns ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseDns struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseDns) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseDns) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseDns) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseHostname ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseHostname struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseHostname) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseHostname) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseHostname) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseMtu ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseMtu struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseMtu) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseMtu) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseMtu) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseNtp ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseNtp struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseNtp) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseNtp) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseNtp) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseRoutes ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseRoutes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseRoutes) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseRoutes) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcp6OverridesUseRoutes) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcpIdentifier ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcpIdentifier struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcpIdentifier) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsDhcpIdentifier) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway4 ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway4 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway4) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway4) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway6 ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway6 struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway6) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsGateway6) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsIpv6Privacy ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsIpv6Privacy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsIpv6Privacy) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsIpv6Privacy) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsLinkLocal ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsLinkLocal struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsLinkLocal) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsLinkLocal) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsLinkLocal) WithItemValue ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsLinkLocal) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsLinkLocal) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMacaddress ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMacaddress struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMacaddress) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMacaddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMtu ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMtu struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMtu) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsMtu) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameservers ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameservers struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameservers) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversAddresses ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversAddresses struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversAddresses) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversAddresses) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversAddresses) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversSearch ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversSearch struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversSearch) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversSearch) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversSearch) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsNameserversSearch) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptional ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptional struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptional) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptional) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptionalAddresses ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptionalAddresses struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptionalAddresses) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptionalAddresses) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptionalAddresses) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsOptionalAddresses) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRenderer ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRenderer struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRenderer) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRenderer) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutes ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutes) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutes) WithArrayOfValues(values [][]*device.Device_Spec_NetworkConfig_CommonOpts_Routes) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutes) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesFrom ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesFrom struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesFrom) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesMetric ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesMetric struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesMetric) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesMetric) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesOnLink ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesOnLink struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesOnLink) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesOnLink) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesScope ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesScope struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesScope) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesScope) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTable ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTable struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTable) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTable) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTo ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTo struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTo) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesTo) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesType ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesType struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesType) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesVia ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesVia struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesVia) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutesVia) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicy ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicy struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicy) TypeOfService ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicy) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyFrom ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyFrom struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyFrom) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyFrom) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyMark ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyMark struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyMark) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyMark) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyMark) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyPriority ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyPriority struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyPriority) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyPriority) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyPriority) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTable ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTable struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTable) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTable) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTable) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTo ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTo struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTo) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTo) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTo) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTypeOfService ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTypeOfService struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTypeOfService) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTypeOfService) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisOptsRoutingPolicyTypeOfService) WithArrayOfValues(values []int32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisSetName ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisSetName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisSetName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisSetName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisWakeonlan ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisWakeonlan struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisWakeonlan) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecNetConfigWifisWakeonlan) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecOsImageUrl) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecOsVersion) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecServiceAccount) WithArrayOfValues(values []*iam_service_account.Reference) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) DisableSshAuthkey ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) DisableSshPassword ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) DisableSshServer ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) IpAllowList ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) IpDenyList ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) RejectPeriod ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) SshAuthorized ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfig) WithArrayOfValues(values []*device.Device_Spec_SSHConfig) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshAuthkey) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshPassword) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigDisableSshServer) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) WithItemValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpAllowList) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) WithArrayOfValues(values [][]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) WithItemValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) WithItemValue(value string) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigIpDenyList) WithValue(value []string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigRejectPeriod) WithArrayOfValues(values []*duration.Duration) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) CertAuthority ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) Environment ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) NoAgentForwarding ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) NoPortForwarding ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) NoX11Forwarding ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) Permitopen ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) Principals ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) WithArrayOfValues(values [][]*device.Device_Spec_SSHConfig_AuthKey) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorized) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCertAuthority) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedCommand) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedEnvironment) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedFrom) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoAgentForwarding) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPortForwarding) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoPty) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoUserRc) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedNoX11Forwarding) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPermitopen) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedPrincipals) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedRestrict) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedSshaKey) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel ¶
type ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel struct{}
func (ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesSpecSshConfigSshAuthorizedTunnel) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatus ¶
type ListPublicDevicesResponsePathSelectorDevicesStatus struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatus) AttestationStatus ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatus) Conditions ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatus) DeviceInfo ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatus) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatus) WithArrayOfValues(values []*device.Device_Status) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatus) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatus) WithValue(value *device.Device_Status) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesStatusAddresses ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusAddresses struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) WithArrayOfValues(values [][]*device.Device_Status_Address) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) WithItemValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) WithItemValue(value *device.Device_Status_Address) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
func (ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddresses) WithValue(value []*device.Device_Status_Address) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddressesAddress) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAddressesType) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) WithArrayOfValues(values [][]*iam_iam_common.PCR) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) WithItemValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) WithItemValue(value *iam_iam_common.PCR) *ListPublicDevicesResponse_FieldSubPathArrayItemValue
func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatus) WithValue(value []*iam_iam_common.PCR) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusComment ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusComment struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusComment) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusComment) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestAlg ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestAlg struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestAlg) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestAlg) WithArrayOfValues(values []iam_iam_common.DigestAlg) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestHex ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestHex struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestHex) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusDigestHex) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusIndex ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusIndex struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusIndex) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusAttestationStatusIndex) WithArrayOfValues(values []uint32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusConditions ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusConditions struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) LastHeartBeatTime ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) LastTransitionTime ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditions) WithArrayOfValues(values [][]*device.Device_Status_Condition) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) WithItemValue ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditions) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditions) WithValue(value []*device.Device_Status_Condition) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastHeartBeatTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsLastTransitionTime) WithArrayOfValues(values []*timestamp.Timestamp) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsMessage) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsReason) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsStatus) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusConditionsType) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) Architecture ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) ContainerRuntimeVersion ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) HardwareInformation ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) KernelVersion ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) OperatingSystem ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfo) WithArrayOfValues(values []*device.Device_Status_DeviceInfo) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoArchitecture) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoContainerRuntimeVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoDriver) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) MemoryInfo ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformation) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios) BiosVersion ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios) ReleaseDate ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBios) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosBiosVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosReleaseDate) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBiosVendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlock ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlock struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlock) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlock) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) DriveType ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) Model ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) Name ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) Partitions ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) SerialNumber ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) SizeBytes ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) Vendor ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) WithArrayOfValues ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) WithItemValue ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisks) WithValue ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksDriveType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksModel) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) MountPoint ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) Name ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) SizeBytes ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) Type ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) WithArrayOfValues ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitions) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsMountPoint) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsSizeBytes) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksPartitionsType) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSerialNumber) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksSizeBytes) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksVendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationBlockDisksWwn) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu) Processors ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpu) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) CacheInfo ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Capabilities ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) FrequencyMhz ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) MaxFrequencyMhz ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Model ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Name ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) NumCores ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) NumEnabledCores ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) NumThreads ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Serial ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) Vendor ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) WithArrayOfValues ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessors) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo) SizeBytes ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo) Type ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo) WithArrayOfValues ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfo) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoSizeBytes) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCacheInfoType) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) Description ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) Name ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) WithArrayOfValues ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilities) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesDescription) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsCapabilitiesName) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsFrequencyMhz) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsMaxFrequencyMhz) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsModel) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumCores) WithArrayOfValues(values []uint32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumEnabledCores) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsNumThreads) WithArrayOfValues(values []uint32) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsSerial) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationCpuProcessorsVendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu) GraphicCards ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpu) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards) Device ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards) Index ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards) WithArrayOfValues ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCards) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) Address ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) Name ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) Product ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) Subvendor ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) Vendor ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDevice) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceAddress) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceName) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceProduct) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceSubvendor) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsDeviceVendor) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationGpuGraphicCardsIndex) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo) Memory ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfo) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) Description ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) MemoryBanks ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) SizeBytes ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) WithArrayOfValues ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemory) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryDescription) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) Description ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) FrequencyHz ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) Product ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) Serial ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) SizeBytes ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) Slot ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) Vendor ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) WidthBits ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) WithArrayOfValues ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanks) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksDescription) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksFrequencyHz) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksProduct) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSerial) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSizeBytes) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksSlot) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksVendor) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemoryMemoryBanksWidthBits) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationMemoryInfoMemorySizeBytes) WithArrayOfValues(values []int64) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork) Nics ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetwork) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) Description ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) MacAddress ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) Name ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) ProductName ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) Setting ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) Subvendor ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) Vendor ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) Virtual ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) WithArrayOfValues ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNics) WithItemValue ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsDescription) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsMacAddress) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsProductName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithArrayOfValues(values []map[string]string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSetting) WithKey ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsSubvendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVendor) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationNetworkNicsVirtual) WithArrayOfValues(values []bool) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) ContainerRuntimeVersion ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) KernelVersion ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) OperatingSystem ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOs) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsContainerRuntimeVersion) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsKernelVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOperatingSystem) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationOsOsImage) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) Configuration ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) Manufacturer ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) ProductName ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) SerialNumber ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) Version ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystem) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) Chassis ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) Family ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) SkuNumber ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) Uuid ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfiguration) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationChassis) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationFamily) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationSkuNumber) WithArrayOfValues ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemConfigurationUuid) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemManufacturer) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemProductName) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemSerialNumber) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion) FieldPath ¶
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoHardwareInformationSystemVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoKernelVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOperatingSystem) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsImage) WithValue(value string) *ListPublicDevicesResponse_FieldSubPathValue
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion ¶
type ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion struct{}
func (ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorDevicesStatusDeviceInfoOsVersion) WithArrayOfValues(values []string) *ListPublicDevicesResponse_FieldSubPathArrayOfValues
type ListPublicDevicesResponsePathSelectorNextPageToken ¶
type ListPublicDevicesResponsePathSelectorNextPageToken struct{}
func (ListPublicDevicesResponsePathSelectorNextPageToken) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorNextPageToken) WithArrayOfValues(values []*device.PagerCursor) *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorNextPageToken) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorNextPageToken) WithValue(value *device.PagerCursor) *ListPublicDevicesResponse_FieldTerminalPathValue
type ListPublicDevicesResponsePathSelectorPrevPageToken ¶
type ListPublicDevicesResponsePathSelectorPrevPageToken struct{}
func (ListPublicDevicesResponsePathSelectorPrevPageToken) WithArrayOfValues ¶
func (s ListPublicDevicesResponsePathSelectorPrevPageToken) WithArrayOfValues(values []*device.PagerCursor) *ListPublicDevicesResponse_FieldTerminalPathArrayOfValues
func (ListPublicDevicesResponsePathSelectorPrevPageToken) WithValue ¶
func (s ListPublicDevicesResponsePathSelectorPrevPageToken) WithValue(value *device.PagerCursor) *ListPublicDevicesResponse_FieldTerminalPathValue
type ListPublicDevicesResponse_FieldMask ¶
type ListPublicDevicesResponse_FieldMask struct {
Paths []ListPublicDevicesResponse_FieldPath
}
func FullListPublicDevicesResponse_FieldMask ¶
func FullListPublicDevicesResponse_FieldMask() *ListPublicDevicesResponse_FieldMask
func (*ListPublicDevicesResponse_FieldMask) AppendPath ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) AppendPath(path ListPublicDevicesResponse_FieldPath)
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 ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) FilterInputFields() *ListPublicDevicesResponse_FieldMask
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 (fieldMask *ListPublicDevicesResponse_FieldMask) GetPaths() []ListPublicDevicesResponse_FieldPath
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 (fieldMask *ListPublicDevicesResponse_FieldMask) Project(source *ListPublicDevicesResponse) *ListPublicDevicesResponse
func (*ListPublicDevicesResponse_FieldMask) ProjectRaw ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) ProjectRaw(source gotenobject.GotenObjectExt) gotenobject.GotenObjectExt
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 (fieldMask *ListPublicDevicesResponse_FieldMask) Subtract(other *ListPublicDevicesResponse_FieldMask) *ListPublicDevicesResponse_FieldMask
func (*ListPublicDevicesResponse_FieldMask) SubtractRaw ¶
func (fieldMask *ListPublicDevicesResponse_FieldMask) SubtractRaw(other gotenobject.FieldMask) gotenobject.FieldMask
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 BuildListPublicDevicesResponse_FieldPath ¶
func BuildListPublicDevicesResponse_FieldPath(fp gotenobject.RawFieldPath) (ListPublicDevicesResponse_FieldPath, error)
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 ¶
func (s ListPublicDevicesResponse_FieldPathSelector) String() 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 (fps *ListPublicDevicesResponse_FieldSubPath) AsDevicesSubPath() (device.Device_FieldPath, bool)
func (*ListPublicDevicesResponse_FieldSubPath) ClearValue ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) ClearValue(item *ListPublicDevicesResponse)
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 ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListPublicDevicesResponse_FieldSubPath) JSONString ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListPublicDevicesResponse_FieldSubPath) Selector ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) Selector() ListPublicDevicesResponse_FieldPathSelector
func (*ListPublicDevicesResponse_FieldSubPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fps *ListPublicDevicesResponse_FieldSubPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ListPublicDevicesResponse_FieldSubPath) String ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) String() string
String returns path representation in proto convention
func (*ListPublicDevicesResponse_FieldSubPath) WithIArrayItemValue ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) WithIArrayItemValue(value interface{}) ListPublicDevicesResponse_FieldPathArrayItemValue
func (*ListPublicDevicesResponse_FieldSubPath) WithIArrayOfValues ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) WithIArrayOfValues(values interface{}) ListPublicDevicesResponse_FieldPathArrayOfValues
func (*ListPublicDevicesResponse_FieldSubPath) WithIValue ¶
func (fps *ListPublicDevicesResponse_FieldSubPath) WithIValue(value interface{}) ListPublicDevicesResponse_FieldPathValue
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 (fpaivs *ListPublicDevicesResponse_FieldSubPathArrayItemValue) AsDevicesPathItemValue() (device.Device_FieldPathArrayItemValue, bool)
func (*ListPublicDevicesResponse_FieldSubPathArrayItemValue) ContainsValue ¶
func (fpaivs *ListPublicDevicesResponse_FieldSubPathArrayItemValue) ContainsValue(source *ListPublicDevicesResponse) bool
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 (fpsaov *ListPublicDevicesResponse_FieldSubPathArrayOfValues) AsDevicesPathArrayOfValues() (device.Device_FieldPathArrayOfValues, bool)
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 (fpvs *ListPublicDevicesResponse_FieldSubPathValue) AsDevicesPathValue() (device.Device_FieldPathValue, bool)
func (*ListPublicDevicesResponse_FieldSubPathValue) CompareWith ¶
func (fpvs *ListPublicDevicesResponse_FieldSubPathValue) CompareWith(source *ListPublicDevicesResponse) (int, bool)
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 (fpvs *ListPublicDevicesResponse_FieldSubPathValue) SetTo(target **ListPublicDevicesResponse)
func (*ListPublicDevicesResponse_FieldSubPathValue) SetToRaw ¶
func (fpvs *ListPublicDevicesResponse_FieldSubPathValue) SetToRaw(target proto.Message)
type ListPublicDevicesResponse_FieldTerminalPath ¶
type ListPublicDevicesResponse_FieldTerminalPath struct {
// contains filtered or unexported fields
}
func (*ListPublicDevicesResponse_FieldTerminalPath) ClearValue ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) ClearValue(item *ListPublicDevicesResponse)
func (*ListPublicDevicesResponse_FieldTerminalPath) ClearValueRaw ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) ClearValueRaw(item proto.Message)
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 ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) IsLeaf() bool
IsLeaf - whether field path is holds simple value
func (*ListPublicDevicesResponse_FieldTerminalPath) JSONString ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) JSONString() string
JSONString returns path representation is JSON convention
func (*ListPublicDevicesResponse_FieldTerminalPath) Selector ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) Selector() ListPublicDevicesResponse_FieldPathSelector
func (*ListPublicDevicesResponse_FieldTerminalPath) SplitIntoTerminalIPaths ¶ added in v0.8.0
func (fp *ListPublicDevicesResponse_FieldTerminalPath) SplitIntoTerminalIPaths() []gotenobject.FieldPath
func (*ListPublicDevicesResponse_FieldTerminalPath) String ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) String() string
String returns path representation in proto convention
func (*ListPublicDevicesResponse_FieldTerminalPath) WithIArrayItemValue ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithIArrayItemValue(value interface{}) ListPublicDevicesResponse_FieldPathArrayItemValue
func (*ListPublicDevicesResponse_FieldTerminalPath) WithIArrayOfValues ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithIArrayOfValues(values interface{}) ListPublicDevicesResponse_FieldPathArrayOfValues
func (*ListPublicDevicesResponse_FieldTerminalPath) WithIValue ¶
func (fp *ListPublicDevicesResponse_FieldTerminalPath) WithIValue(value interface{}) ListPublicDevicesResponse_FieldPathValue
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 (fpaiv *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) AsDevicesItemValue() (*device.Device, bool)
func (*ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) ContainsValue ¶
func (fpaiv *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) ContainsValue(source *ListPublicDevicesResponse) bool
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 (fpaiv *ListPublicDevicesResponse_FieldTerminalPathArrayItemValue) GetSingle(source *ListPublicDevicesResponse) (interface{}, bool)
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 (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) AsDevicesValue() ([]*device.Device, bool)
func (*ListPublicDevicesResponse_FieldTerminalPathValue) AsNextPageTokenValue ¶
func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) AsNextPageTokenValue() (*device.PagerCursor, bool)
func (*ListPublicDevicesResponse_FieldTerminalPathValue) AsPrevPageTokenValue ¶
func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) AsPrevPageTokenValue() (*device.PagerCursor, bool)
func (*ListPublicDevicesResponse_FieldTerminalPathValue) CompareWith ¶
func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) CompareWith(source *ListPublicDevicesResponse) (int, bool)
CompareWith compares value in the 'ListPublicDevicesResponse_FieldTerminalPathValue' with the value under path in 'ListPublicDevicesResponse'.
func (*ListPublicDevicesResponse_FieldTerminalPathValue) CompareWithRaw ¶
func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) CompareWithRaw(source proto.Message) (int, bool)
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 ¶
func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) SetTo(target **ListPublicDevicesResponse)
SetTo stores value for selected field for object ListPublicDevicesResponse
func (*ListPublicDevicesResponse_FieldTerminalPathValue) SetToRaw ¶
func (fpv *ListPublicDevicesResponse_FieldTerminalPathValue) SetToRaw(target proto.Message)
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.
func NewPublicServiceClient ¶
func NewPublicServiceClient(cc grpc.ClientConnInterface) PublicServiceClient
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