Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CreateIPSetAPI ¶
CreateIPSetAPI api object
func NewCreate ¶
func NewCreate(scopeID string, ipSet *IPSet) *CreateIPSetAPI
NewCreate returns a new object of CreateIpSetAPI.
func (CreateIPSetAPI) GetResponse ¶
func (ca CreateIPSetAPI) GetResponse() string
GetResponse returns a ResponseObject of CreateIpSetAPI.
type DeleteIPSetAPI ¶
DeleteIPSetAPI base object.
func NewDelete ¶
func NewDelete(ipSetID string) *DeleteIPSetAPI
NewDelete returns a new object of DeleteIpSetAPI.
type GetAllIPSetAPI ¶
GetAllIPSetAPI base object.
func NewGetAll ¶
func NewGetAll(scopeID string) *GetAllIPSetAPI
NewGetAll returns a new object of GetAllIpSetAPI.
func (GetAllIPSetAPI) GetResponse ¶
func (ga GetAllIPSetAPI) GetResponse() *List
GetResponse returns ResponseObject of GetAllIpSetAPI.
type GetIPSetAPI ¶
GetIPSetAPI base object.
func (GetIPSetAPI) GetResponse ¶
func (ga GetIPSetAPI) GetResponse() *IPSet
GetResponse returns ResponseObject of GetIpSetAPI.
type IPSet ¶
type IPSet struct { XMLName xml.Name `xml:"ipset"` ObjectID string `xml:"objectId,omitempty"` ObjectTypeName string `xml:"objectTypeName,omitempty"` VsmUUID string `xml:"vsmUuid,omitempty"` NodeID string `xml:"nodeId,omitempty"` Revision int `xml:"revision,omitempty"` TypeName string `xml:"type,omitempty>typeName,omitempty"` Name string `xml:"name,omitempty"` Description string `xml:"description,omitempty"` IsUniversal bool `xml:"isUniversal,omitempty"` InheritanceAllowed bool `xml:"inheritanceAllowed,omitempty"` Value string `xml:"value,omitempty"` }
IPSet object struct
type UpdateIPSetAPI ¶
UpdateIPSetAPI object
func NewUpdate ¶
func NewUpdate(ipsetID string, ipsetPayload *IPSet) *UpdateIPSetAPI
NewUpdate creates a new object of UpdateIpSetAPI
func (UpdateIPSetAPI) GetResponse ¶
func (updateAPI UpdateIPSetAPI) GetResponse() *IPSet
GetResponse returns the ResponseObject from UpdateServiceAPI
Click to show internal directories.
Click to hide internal directories.