Versions in this module Expand all Collapse all v0 v0.5.0 Aug 17, 2021 Changes in this version type CcPrimary + func (c *CcPrimary) SetPathParams(args ...interface{}) error type CcPrimaryList + func (c *CcPrimaryList) SetPathParams(args ...interface{}) error type CcSecNotifiedServer + func (c *CcSecNotifiedServer) SetPathParams(args ...interface{}) error type CcSecNotifiedServerList + func (c *CcSecNotifiedServerList) SetPathParams(args ...interface{}) error type CcSecTransferAcl + func (c *CcSecTransferAcl) SetPathParams(args ...interface{}) error type CcSecTransferAclList + func (c *CcSecTransferAclList) SetPathParams(args ...interface{}) error v0.4.0 Jul 19, 2021 v0.3.0 Jul 17, 2021 v0.2.0 Jul 4, 2021 v0.1.0 Jul 4, 2021 Changes in this version + var Register = schema.Register + func GetPathMethodForChildSpec(action api.Action, s ChildSpec) (string, string) + func GetPathMethodForListSpec(action api.Action, s ListSpec) (string, string) + type AttributeMeta struct + CommonConfigId int64 + func (in *AttributeMeta) DeepCopy() *AttributeMeta + func (in *AttributeMeta) DeepCopyInto(out *AttributeMeta) + func (s *AttributeMeta) GetCommonConfigId() int64 + func (s *AttributeMeta) GetGroup() string + func (s *AttributeMeta) SetCommonConfigId(id int64) + type CcPrimary struct + Address net.IP + Enabled types.Boolean + Id int64 + TsigId int64 + func (c *CcPrimary) GetId() int64 + func (c *CcPrimary) GetName() string + func (c *CcPrimary) GetPathMethod(action api.Action) (string, string) + func (c *CcPrimary) SetId(id int64) + func (c *CcPrimary) SetParams(args ...interface{}) error + func (in *CcPrimary) DeepCopy() *CcPrimary + func (in *CcPrimary) DeepCopyInto(out *CcPrimary) + func (in *CcPrimary) DeepCopyObject() api.Object + type CcPrimaryList struct + Items []CcPrimary + func (c *CcPrimaryList) GetItems() interface{} + func (c *CcPrimaryList) GetName() string + func (c *CcPrimaryList) GetPathMethod(action api.Action) (string, string) + func (c *CcPrimaryList) Index(i int) interface{} + func (c *CcPrimaryList) Init() + func (c *CcPrimaryList) Len() int + func (c *CcPrimaryList) SetParams(args ...interface{}) error + func (in *CcPrimaryList) DeepCopy() *CcPrimaryList + func (in *CcPrimaryList) DeepCopyInto(out *CcPrimaryList) + func (in *CcPrimaryList) DeepCopyObject() api.Object + type CcSecNotifiedServer struct + Address net.IP + Id int64 + TsigId int64 + func (c *CcSecNotifiedServer) GetId() int64 + func (c *CcSecNotifiedServer) GetName() string + func (c *CcSecNotifiedServer) GetPathMethod(action api.Action) (string, string) + func (c *CcSecNotifiedServer) SetId(id int64) + func (c *CcSecNotifiedServer) SetParams(args ...interface{}) error + func (in *CcSecNotifiedServer) DeepCopy() *CcSecNotifiedServer + func (in *CcSecNotifiedServer) DeepCopyInto(out *CcSecNotifiedServer) + func (in *CcSecNotifiedServer) DeepCopyObject() api.Object + type CcSecNotifiedServerList struct + Items []CcSecNotifiedServer + func (c *CcSecNotifiedServerList) GetItems() interface{} + func (c *CcSecNotifiedServerList) GetName() string + func (c *CcSecNotifiedServerList) GetPathMethod(action api.Action) (string, string) + func (c *CcSecNotifiedServerList) Index(i int) interface{} + func (c *CcSecNotifiedServerList) Init() + func (c *CcSecNotifiedServerList) Len() int + func (c *CcSecNotifiedServerList) SetParams(args ...interface{}) error + func (in *CcSecNotifiedServerList) DeepCopy() *CcSecNotifiedServerList + func (in *CcSecNotifiedServerList) DeepCopyInto(out *CcSecNotifiedServerList) + func (in *CcSecNotifiedServerList) DeepCopyObject() api.Object + type CcSecTransferAcl struct + Id int64 + Network *types.IPNet + TsigId int64 + func (c *CcSecTransferAcl) GetId() int64 + func (c *CcSecTransferAcl) GetName() string + func (c *CcSecTransferAcl) GetPathMethod(action api.Action) (string, string) + func (c *CcSecTransferAcl) SetId(id int64) + func (c *CcSecTransferAcl) SetParams(args ...interface{}) error + func (in *CcSecTransferAcl) DeepCopy() *CcSecTransferAcl + func (in *CcSecTransferAcl) DeepCopyInto(out *CcSecTransferAcl) + func (in *CcSecTransferAcl) DeepCopyObject() api.Object + type CcSecTransferAclList struct + Items []CcSecTransferAcl + func (c *CcSecTransferAclList) GetItems() interface{} + func (c *CcSecTransferAclList) GetName() string + func (c *CcSecTransferAclList) GetPathMethod(action api.Action) (string, string) + func (c *CcSecTransferAclList) Index(i int) interface{} + func (c *CcSecTransferAclList) Init() + func (c *CcSecTransferAclList) Len() int + func (c *CcSecTransferAclList) SetParams(args ...interface{}) error + func (in *CcSecTransferAclList) DeepCopy() *CcSecTransferAclList + func (in *CcSecTransferAclList) DeepCopyInto(out *CcSecTransferAclList) + func (in *CcSecTransferAclList) DeepCopyObject() api.Object + type ChildSpec interface + GetId func() int64 + SetId func(int64) + type ListSpec interface + type Spec interface + GetCommonConfigId func() int64 + SetCommonConfigId func(int64)