gobam

package module
v0.0.0-...-32758b9 Latest Latest
Warning

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

Go to latest
Published: Jul 5, 2023 License: MIT Imports: 4 Imported by: 1

README

gobam

BlueCat Address Manager / Proteus Client for Go

Documentation

Index

Constants

This section is empty.

Variables

View Source
var EnableOrDisable = []string{
	"Enable",
	"Disable",
}

EnableOrDisable contains the valid options for settings that must be Enabled or Disabled

View Source
var IPAssignmentActions = []string{
	"MAKE_STATIC",
	"MAKE_RESERVED",
	"MAKE_DHCP_RESERVED",
}

IPAssignmentActions contains all valid action values for IP Assignment

View Source
var Namespace = "http://api.proteus.bluecatnetworks.com"

Namespace was auto-generated from WSDL.

View Source
var ObjectTypes = []string{
	"Entity",
	"Configuration",
	"View",
	"Zone",
	"InternalRootZone",
	"ZoneTemplate",
	"EnumZone",
	"EnumNumber",
	"HostRecord",
	"AliasRecord",
	"MXRecord",
	"TXTRecord",
	"SRVRecord",
	"GenericRecord",
	"HINFORecord",
	"NAPTRRecord",
	"RecordWithLink",
	"ExternalHostRecord",
	"StartOfAuthority",
	"IP4Block",
	"IP4Network",
	"IP6Block",
	"IP6Network",
	"IP6Address",
	"IP4NetworkTemplate",
	"DHCP4Range",
	"DHCP6Range",
	"IP4Address",
	"MACPool",
	"DenyMACPool",
	"MACAddress",
	"TagGroup",
	"Tag",
	"User",
	"UserGroup",
	"Server",
	"ServerGroup",
	"NetworkServerInterface",
	"PublishedServerInterface",
	"NetworkInterface",
	"VirtualInterface",
	"LDAP",
	"Kerberos",
	"KerberosRealm",
	"Radius",
	"TFTPGroup",
	"TFTPFolder",
	"TFTPFile",
	"TFTPDeploymentRole",
	"DNSDeploymentRole",
	"DHCPDeploymentRole",
	"DNSOption",
	"DHCPV4ClientOption",
	"DHCPServiceOption",
	"DHCPRawOption",
	"DNSRawOption",
	"DHCPV6ClientOption",
	"DHCPV6ServiceOption",
	"DHCPV6RawOption",
	"VendorProfile",
	"VendorOptionDef",
	"VendorClientOption",
	"CustomOptionDef",
	"DHCPMatchClass",
	"DHCPSubClass",
	"Device",
	"DeviceType",
	"DeviceSubtype",
	"DeploymentScheduler",
	"IP4ReconciliationPolicy",
	"DNSSECSigningPolicy",
	"IP4IPGroup",
	"ResponsePolicy",
	"TSIGKey",
	"RPZone",
	"Location",
	"InterfaceID",
}

ObjectTypes contains all valid object types in the BlueCat API

View Source
var TraversalMethodology = []string{
	"NO_TRAVERSAL",
	"DEPTH_FIRST",
	"BREADTH_FIRST",
}

TraversalMethodology contains all valid traversal methodologies

Functions

This section is empty.

Types

type APIAccessRight

type APIAccessRight struct {
	EntityId   *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	Overrides  *string `xml:"overrides,omitempty" json:"overrides,omitempty" yaml:"overrides,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
	UserId     *int64  `xml:"userId,omitempty" json:"userId,omitempty" yaml:"userId,omitempty"`
	Value      *string `xml:"value,omitempty" json:"value,omitempty" yaml:"value,omitempty"`
}

APIAccessRight was auto-generated from WSDL.

type APIAccessRightArray

type APIAccessRightArray struct {
	Item []*APIAccessRight `xml:"item,omitempty" json:"item,omitempty" yaml:"item,omitempty"`
}

APIAccessRightArray was auto-generated from WSDL.

type APIData

type APIData struct {
	Name       *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

APIData was auto-generated from WSDL.

type APIDeploymentOption

type APIDeploymentOption struct {
	Id         *int64  `xml:"id,omitempty" json:"id,omitempty" yaml:"id,omitempty"`
	Name       *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
	Type       *string `xml:"type,omitempty" json:"type,omitempty" yaml:"type,omitempty"`
	Value      *string `xml:"value,omitempty" json:"value,omitempty" yaml:"value,omitempty"`
}

APIDeploymentOption was auto-generated from WSDL.

type APIDeploymentOptionArray

type APIDeploymentOptionArray struct {
	Item []*APIDeploymentOption `xml:"item,omitempty" json:"item,omitempty" yaml:"item,omitempty"`
}

APIDeploymentOptionArray was auto-generated from WSDL.

type APIDeploymentRole

type APIDeploymentRole struct {
	EntityId          *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	Id                *int64  `xml:"id,omitempty" json:"id,omitempty" yaml:"id,omitempty"`
	Properties        *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
	ServerInterfaceId *int64  `xml:"serverInterfaceId,omitempty" json:"serverInterfaceId,omitempty" yaml:"serverInterfaceId,omitempty"`
	Service           *string `xml:"service,omitempty" json:"service,omitempty" yaml:"service,omitempty"`
	Type              *string `xml:"type,omitempty" json:"type,omitempty" yaml:"type,omitempty"`
}

APIDeploymentRole was auto-generated from WSDL.

type APIDeploymentRoleArray

type APIDeploymentRoleArray struct {
	Item []*APIDeploymentRole `xml:"item,omitempty" json:"item,omitempty" yaml:"item,omitempty"`
}

APIDeploymentRoleArray was auto-generated from WSDL.

type APIEntity

type APIEntity struct {
	Id         *int64  `xml:"id,omitempty" json:"id,omitempty" yaml:"id,omitempty"`
	Name       *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
	Type       *string `xml:"type,omitempty" json:"type,omitempty" yaml:"type,omitempty"`
}

APIEntity was auto-generated from WSDL.

type APIEntityArray

type APIEntityArray struct {
	Item []*APIEntity `xml:"item,omitempty" json:"item,omitempty" yaml:"item,omitempty"`
}

APIEntityArray was auto-generated from WSDL.

type APIUserDefinedField

type APIUserDefinedField struct {
	DefaultValue        *string `xml:"defaultValue,omitempty" json:"defaultValue,omitempty" yaml:"defaultValue,omitempty"`
	DisplayName         *string `xml:"displayName,omitempty" json:"displayName,omitempty" yaml:"displayName,omitempty"`
	HideFromSearch      *bool   `xml:"hideFromSearch,omitempty" json:"hideFromSearch,omitempty" yaml:"hideFromSearch,omitempty"`
	Name                *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	PredefinedValues    *string `xml:"predefinedValues,omitempty" json:"predefinedValues,omitempty" yaml:"predefinedValues,omitempty"`
	Properties          *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
	RenderAsRadioButton *bool   `xml:"renderAsRadioButton,omitempty" json:"renderAsRadioButton,omitempty" yaml:"renderAsRadioButton,omitempty"`
	Required            *bool   `xml:"required,omitempty" json:"required,omitempty" yaml:"required,omitempty"`
	Type                *string `xml:"type,omitempty" json:"type,omitempty" yaml:"type,omitempty"`
	ValidatorProperties *string `xml:"validatorProperties,omitempty" json:"validatorProperties,omitempty" yaml:"validatorProperties,omitempty"`
}

APIUserDefinedField was auto-generated from WSDL.

type APIUserDefinedFieldArray

type APIUserDefinedFieldArray struct {
	Item []*APIUserDefinedField `xml:"item,omitempty" json:"item,omitempty" yaml:"item,omitempty"`
}

APIUserDefinedFieldArray was auto-generated from WSDL.

type IntArray

type IntArray struct {
	Item []*int `xml:"item,omitempty" json:"item,omitempty" yaml:"item,omitempty"`
}

IntArray was auto-generated from WSDL.

type LongArray

type LongArray struct {
	Item []*int64 `xml:"item,omitempty" json:"item,omitempty" yaml:"item,omitempty"`
}

LongArray was auto-generated from WSDL.

type OperationAddACL

type OperationAddACL struct {
	ConfigurationId *int64  `xml:"configurationId,omitempty" json:"configurationId,omitempty" yaml:"configurationId,omitempty"`
	Name            *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Properties      *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddACL. OperationAddACL was auto-generated from WSDL.

type OperationAddACLResponse

type OperationAddACLResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddACL. OperationAddACLResponse was auto-generated from WSDL.

type OperationAddAccessRight

type OperationAddAccessRight struct {
	EntityId   *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	UserId     *int64  `xml:"userId,omitempty" json:"userId,omitempty" yaml:"userId,omitempty"`
	Value      *string `xml:"value,omitempty" json:"value,omitempty" yaml:"value,omitempty"`
	Overrides  *string `xml:"overrides,omitempty" json:"overrides,omitempty" yaml:"overrides,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddAccessRight. OperationAddAccessRight was auto-generated from WSDL.

type OperationAddAccessRightResponse

type OperationAddAccessRightResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddAccessRight. OperationAddAccessRightResponse was auto-generated from WSDL.

type OperationAddAdditionalIPAddresses

type OperationAddAdditionalIPAddresses struct {
	ServerId   *int64  `xml:"serverId,omitempty" json:"serverId,omitempty" yaml:"serverId,omitempty"`
	IpsToAdd   *string `xml:"ipsToAdd,omitempty" json:"ipsToAdd,omitempty" yaml:"ipsToAdd,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddAdditionalIPAddresses. OperationAddAdditionalIPAddresses was auto-generated from WSDL.

type OperationAddAdditionalIPAddressesResponse

type OperationAddAdditionalIPAddressesResponse struct {
}

Operation wrapper for AddAdditionalIPAddresses. OperationAddAdditionalIPAddressesResponse was auto-generated from WSDL.

type OperationAddAliasRecord

type OperationAddAliasRecord struct {
	ViewId           *int64  `xml:"viewId,omitempty" json:"viewId,omitempty" yaml:"viewId,omitempty"`
	AbsoluteName     *string `xml:"absoluteName,omitempty" json:"absoluteName,omitempty" yaml:"absoluteName,omitempty"`
	LinkedRecordName *string `xml:"linkedRecordName,omitempty" json:"linkedRecordName,omitempty" yaml:"linkedRecordName,omitempty"`
	Ttl              *int64  `xml:"ttl,omitempty" json:"ttl,omitempty" yaml:"ttl,omitempty"`
	Properties       *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddAliasRecord. OperationAddAliasRecord was auto-generated from WSDL.

type OperationAddAliasRecordResponse

type OperationAddAliasRecordResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddAliasRecord. OperationAddAliasRecordResponse was auto-generated from WSDL.

type OperationAddBulkHostRecord

type OperationAddBulkHostRecord struct {
	ViewId            *int64  `xml:"viewId,omitempty" json:"viewId,omitempty" yaml:"viewId,omitempty"`
	AbsoluteName      *string `xml:"absoluteName,omitempty" json:"absoluteName,omitempty" yaml:"absoluteName,omitempty"`
	Ttl               *int64  `xml:"ttl,omitempty" json:"ttl,omitempty" yaml:"ttl,omitempty"`
	NetworkId         *int64  `xml:"networkId,omitempty" json:"networkId,omitempty" yaml:"networkId,omitempty"`
	StartAddress      *string `xml:"startAddress,omitempty" json:"startAddress,omitempty" yaml:"startAddress,omitempty"`
	NumberOfAddresses *int    `xml:"numberOfAddresses,omitempty" json:"numberOfAddresses,omitempty" yaml:"numberOfAddresses,omitempty"`
	Properties        *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddBulkHostRecord. OperationAddBulkHostRecord was auto-generated from WSDL.

type OperationAddBulkHostRecordResponse

type OperationAddBulkHostRecordResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddBulkHostRecord. OperationAddBulkHostRecordResponse was auto-generated from WSDL.

type OperationAddCustomOptionDefinition

type OperationAddCustomOptionDefinition struct {
	ConfigurationId *int64  `xml:"configurationId,omitempty" json:"configurationId,omitempty" yaml:"configurationId,omitempty"`
	Name            *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	OptionId        *int64  `xml:"optionId,omitempty" json:"optionId,omitempty" yaml:"optionId,omitempty"`
	OptionType      *string `xml:"optionType,omitempty" json:"optionType,omitempty" yaml:"optionType,omitempty"`
	AllowMultiple   *bool   `xml:"allowMultiple,omitempty" json:"allowMultiple,omitempty" yaml:"allowMultiple,omitempty"`
	Properties      *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddCustomOptionDefinition. OperationAddCustomOptionDefinition was auto-generated from WSDL.

type OperationAddCustomOptionDefinitionResponse

type OperationAddCustomOptionDefinitionResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddCustomOptionDefinition. OperationAddCustomOptionDefinitionResponse was auto-generated from WSDL.

type OperationAddDHCP4Range

type OperationAddDHCP4Range struct {
	NetworkId  *int64  `xml:"networkId,omitempty" json:"networkId,omitempty" yaml:"networkId,omitempty"`
	Start      *string `xml:"start,omitempty" json:"start,omitempty" yaml:"start,omitempty"`
	End        *string `xml:"end,omitempty" json:"end,omitempty" yaml:"end,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddDHCP4Range. OperationAddDHCP4Range was auto-generated from WSDL.

type OperationAddDHCP4RangeBySize

type OperationAddDHCP4RangeBySize struct {
	NetworkId  *int64  `xml:"networkId,omitempty" json:"networkId,omitempty" yaml:"networkId,omitempty"`
	Offset     *string `xml:"offset,omitempty" json:"offset,omitempty" yaml:"offset,omitempty"`
	Size       *string `xml:"size,omitempty" json:"size,omitempty" yaml:"size,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddDHCP4RangeBySize. OperationAddDHCP4RangeBySize was auto-generated from WSDL.

type OperationAddDHCP4RangeBySizeResponse

type OperationAddDHCP4RangeBySizeResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddDHCP4RangeBySize. OperationAddDHCP4RangeBySizeResponse was auto-generated from WSDL.

type OperationAddDHCP4RangeResponse

type OperationAddDHCP4RangeResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddDHCP4Range. OperationAddDHCP4RangeResponse was auto-generated from WSDL.

type OperationAddDHCP6ClientDeploymentOption

type OperationAddDHCP6ClientDeploymentOption struct {
	EntityId   *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	Name       *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Value      *string `xml:"value,omitempty" json:"value,omitempty" yaml:"value,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddDHCP6ClientDeploymentOption. OperationAddDHCP6ClientDeploymentOption was auto-generated from WSDL.

type OperationAddDHCP6ClientDeploymentOptionResponse

type OperationAddDHCP6ClientDeploymentOptionResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddDHCP6ClientDeploymentOption. OperationAddDHCP6ClientDeploymentOptionResponse was auto-generated from WSDL.

type OperationAddDHCP6Range

type OperationAddDHCP6Range struct {
	NetworkId  *int64  `xml:"networkId,omitempty" json:"networkId,omitempty" yaml:"networkId,omitempty"`
	Start      *string `xml:"start,omitempty" json:"start,omitempty" yaml:"start,omitempty"`
	End        *string `xml:"end,omitempty" json:"end,omitempty" yaml:"end,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddDHCP6Range. OperationAddDHCP6Range was auto-generated from WSDL.

type OperationAddDHCP6RangeBySize

type OperationAddDHCP6RangeBySize struct {
	NetworkId  *int64  `xml:"networkId,omitempty" json:"networkId,omitempty" yaml:"networkId,omitempty"`
	Start      *string `xml:"start,omitempty" json:"start,omitempty" yaml:"start,omitempty"`
	Size       *string `xml:"size,omitempty" json:"size,omitempty" yaml:"size,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddDHCP6RangeBySize. OperationAddDHCP6RangeBySize was auto-generated from WSDL.

type OperationAddDHCP6RangeBySizeResponse

type OperationAddDHCP6RangeBySizeResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddDHCP6RangeBySize. OperationAddDHCP6RangeBySizeResponse was auto-generated from WSDL.

type OperationAddDHCP6RangeResponse

type OperationAddDHCP6RangeResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddDHCP6Range. OperationAddDHCP6RangeResponse was auto-generated from WSDL.

type OperationAddDHCP6ServiceDeploymentOption

type OperationAddDHCP6ServiceDeploymentOption struct {
	EntityId   *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	Name       *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Value      *string `xml:"value,omitempty" json:"value,omitempty" yaml:"value,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddDHCP6ServiceDeploymentOption. OperationAddDHCP6ServiceDeploymentOption was auto-generated from WSDL.

type OperationAddDHCP6ServiceDeploymentOptionResponse

type OperationAddDHCP6ServiceDeploymentOptionResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddDHCP6ServiceDeploymentOption. OperationAddDHCP6ServiceDeploymentOptionResponse was auto-generated from WSDL.

type OperationAddDHCPClientDeploymentOption

type OperationAddDHCPClientDeploymentOption struct {
	EntityId   *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	Name       *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Value      *string `xml:"value,omitempty" json:"value,omitempty" yaml:"value,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddDHCPClientDeploymentOption. OperationAddDHCPClientDeploymentOption was auto-generated from WSDL.

type OperationAddDHCPClientDeploymentOptionResponse

type OperationAddDHCPClientDeploymentOptionResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddDHCPClientDeploymentOption. OperationAddDHCPClientDeploymentOptionResponse was auto-generated from WSDL.

type OperationAddDHCPDeploymentRole

type OperationAddDHCPDeploymentRole struct {
	EntityId          *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	ServerInterfaceId *int64  `xml:"serverInterfaceId,omitempty" json:"serverInterfaceId,omitempty" yaml:"serverInterfaceId,omitempty"`
	Type              *string `xml:"type,omitempty" json:"type,omitempty" yaml:"type,omitempty"`
	Properties        *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddDHCPDeploymentRole. OperationAddDHCPDeploymentRole was auto-generated from WSDL.

type OperationAddDHCPDeploymentRoleResponse

type OperationAddDHCPDeploymentRoleResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddDHCPDeploymentRole. OperationAddDHCPDeploymentRoleResponse was auto-generated from WSDL.

type OperationAddDHCPMatchClass

type OperationAddDHCPMatchClass struct {
	ConfigurationId *int64  `xml:"configurationId,omitempty" json:"configurationId,omitempty" yaml:"configurationId,omitempty"`
	Name            *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	MatchCriteria   *string `xml:"matchCriteria,omitempty" json:"matchCriteria,omitempty" yaml:"matchCriteria,omitempty"`
	Properties      *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddDHCPMatchClass. OperationAddDHCPMatchClass was auto-generated from WSDL.

type OperationAddDHCPMatchClassResponse

type OperationAddDHCPMatchClassResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddDHCPMatchClass. OperationAddDHCPMatchClassResponse was auto-generated from WSDL.

type OperationAddDHCPServiceDeploymentOption

type OperationAddDHCPServiceDeploymentOption struct {
	EntityId   *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	Name       *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Value      *string `xml:"value,omitempty" json:"value,omitempty" yaml:"value,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddDHCPServiceDeploymentOption. OperationAddDHCPServiceDeploymentOption was auto-generated from WSDL.

type OperationAddDHCPServiceDeploymentOptionResponse

type OperationAddDHCPServiceDeploymentOptionResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddDHCPServiceDeploymentOption. OperationAddDHCPServiceDeploymentOptionResponse was auto-generated from WSDL.

type OperationAddDHCPSubClass

type OperationAddDHCPSubClass struct {
	MatchClassId *int64  `xml:"matchClassId,omitempty" json:"matchClassId,omitempty" yaml:"matchClassId,omitempty"`
	MatchValue   *string `xml:"matchValue,omitempty" json:"matchValue,omitempty" yaml:"matchValue,omitempty"`
	Properties   *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddDHCPSubClass. OperationAddDHCPSubClass was auto-generated from WSDL.

type OperationAddDHCPSubClassResponse

type OperationAddDHCPSubClassResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddDHCPSubClass. OperationAddDHCPSubClassResponse was auto-generated from WSDL.

type OperationAddDHCPVendorDeploymentOption

type OperationAddDHCPVendorDeploymentOption struct {
	ParentId   *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	OptionId   *int64  `xml:"optionId,omitempty" json:"optionId,omitempty" yaml:"optionId,omitempty"`
	Value      *string `xml:"value,omitempty" json:"value,omitempty" yaml:"value,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddDHCPVendorDeploymentOption. OperationAddDHCPVendorDeploymentOption was auto-generated from WSDL.

type OperationAddDHCPVendorDeploymentOptionResponse

type OperationAddDHCPVendorDeploymentOptionResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddDHCPVendorDeploymentOption. OperationAddDHCPVendorDeploymentOptionResponse was auto-generated from WSDL.

type OperationAddDNSDeploymentOption

type OperationAddDNSDeploymentOption struct {
	EntityId   *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	Name       *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Value      *string `xml:"value,omitempty" json:"value,omitempty" yaml:"value,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddDNSDeploymentOption. OperationAddDNSDeploymentOption was auto-generated from WSDL.

type OperationAddDNSDeploymentOptionResponse

type OperationAddDNSDeploymentOptionResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddDNSDeploymentOption. OperationAddDNSDeploymentOptionResponse was auto-generated from WSDL.

type OperationAddDNSDeploymentRole

type OperationAddDNSDeploymentRole struct {
	EntityId          *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	ServerInterfaceId *int64  `xml:"serverInterfaceId,omitempty" json:"serverInterfaceId,omitempty" yaml:"serverInterfaceId,omitempty"`
	Type              *string `xml:"type,omitempty" json:"type,omitempty" yaml:"type,omitempty"`
	Properties        *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddDNSDeploymentRole. OperationAddDNSDeploymentRole was auto-generated from WSDL.

type OperationAddDNSDeploymentRoleResponse

type OperationAddDNSDeploymentRoleResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddDNSDeploymentRole. OperationAddDNSDeploymentRoleResponse was auto-generated from WSDL.

type OperationAddDevice

type OperationAddDevice struct {
	ConfigurationId *int64  `xml:"configurationId,omitempty" json:"configurationId,omitempty" yaml:"configurationId,omitempty"`
	Name            *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	DeviceTypeId    *int64  `xml:"deviceTypeId,omitempty" json:"deviceTypeId,omitempty" yaml:"deviceTypeId,omitempty"`
	DeviceSubtypeId *int64  `xml:"deviceSubtypeId,omitempty" json:"deviceSubtypeId,omitempty" yaml:"deviceSubtypeId,omitempty"`
	Ip4Addresses    *string `xml:"ip4Addresses,omitempty" json:"ip4Addresses,omitempty" yaml:"ip4Addresses,omitempty"`
	Ip6Addresses    *string `xml:"ip6Addresses,omitempty" json:"ip6Addresses,omitempty" yaml:"ip6Addresses,omitempty"`
	Properties      *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddDevice. OperationAddDevice was auto-generated from WSDL.

type OperationAddDeviceInstance

type OperationAddDeviceInstance struct {
	ConfigName     *string `xml:"configName,omitempty" json:"configName,omitempty" yaml:"configName,omitempty"`
	DeviceName     *string `xml:"deviceName,omitempty" json:"deviceName,omitempty" yaml:"deviceName,omitempty"`
	IpAddressMode  *string `xml:"ipAddressMode,omitempty" json:"ipAddressMode,omitempty" yaml:"ipAddressMode,omitempty"`
	IpEntity       *string `xml:"ipEntity,omitempty" json:"ipEntity,omitempty" yaml:"ipEntity,omitempty"`
	ViewName       *string `xml:"viewName,omitempty" json:"viewName,omitempty" yaml:"viewName,omitempty"`
	ZoneName       *string `xml:"zoneName,omitempty" json:"zoneName,omitempty" yaml:"zoneName,omitempty"`
	RecordName     *string `xml:"recordName,omitempty" json:"recordName,omitempty" yaml:"recordName,omitempty"`
	MacAddressMode *string `xml:"macAddressMode,omitempty" json:"macAddressMode,omitempty" yaml:"macAddressMode,omitempty"`
	MacEntity      *string `xml:"macEntity,omitempty" json:"macEntity,omitempty" yaml:"macEntity,omitempty"`
	Options        *string `xml:"options,omitempty" json:"options,omitempty" yaml:"options,omitempty"`
}

Operation wrapper for AddDeviceInstance. OperationAddDeviceInstance was auto-generated from WSDL.

type OperationAddDeviceInstanceResponse

type OperationAddDeviceInstanceResponse struct {
	Return *string `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddDeviceInstance. OperationAddDeviceInstanceResponse was auto-generated from WSDL.

type OperationAddDeviceResponse

type OperationAddDeviceResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddDevice. OperationAddDeviceResponse was auto-generated from WSDL.

type OperationAddDeviceSubtype

type OperationAddDeviceSubtype struct {
	ParentId   *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Name       *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddDeviceSubtype. OperationAddDeviceSubtype was auto-generated from WSDL.

type OperationAddDeviceSubtypeResponse

type OperationAddDeviceSubtypeResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddDeviceSubtype. OperationAddDeviceSubtypeResponse was auto-generated from WSDL.

type OperationAddDeviceType

type OperationAddDeviceType struct {
	Name       *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddDeviceType. OperationAddDeviceType was auto-generated from WSDL.

type OperationAddDeviceTypeResponse

type OperationAddDeviceTypeResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddDeviceType. OperationAddDeviceTypeResponse was auto-generated from WSDL.

type OperationAddEntity

type OperationAddEntity struct {
	ParentId *int64     `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Entity   *APIEntity `xml:"entity,omitempty" json:"entity,omitempty" yaml:"entity,omitempty"`
}

Operation wrapper for AddEntity. OperationAddEntity was auto-generated from WSDL.

type OperationAddEntityResponse

type OperationAddEntityResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddEntity. OperationAddEntityResponse was auto-generated from WSDL.

type OperationAddEnumNumber

type OperationAddEnumNumber struct {
	EnumZoneId *int64  `xml:"enumZoneId,omitempty" json:"enumZoneId,omitempty" yaml:"enumZoneId,omitempty"`
	Number     *int    `xml:"number,omitempty" json:"number,omitempty" yaml:"number,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddEnumNumber. OperationAddEnumNumber was auto-generated from WSDL.

type OperationAddEnumNumberResponse

type OperationAddEnumNumberResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddEnumNumber. OperationAddEnumNumberResponse was auto-generated from WSDL.

type OperationAddEnumZone

type OperationAddEnumZone struct {
	ParentId   *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Prefix     *int    `xml:"prefix,omitempty" json:"prefix,omitempty" yaml:"prefix,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddEnumZone. OperationAddEnumZone was auto-generated from WSDL.

type OperationAddEnumZoneResponse

type OperationAddEnumZoneResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddEnumZone. OperationAddEnumZoneResponse was auto-generated from WSDL.

type OperationAddExternalHostRecord

type OperationAddExternalHostRecord struct {
	ViewId     *int64  `xml:"viewId,omitempty" json:"viewId,omitempty" yaml:"viewId,omitempty"`
	Name       *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddExternalHostRecord. OperationAddExternalHostRecord was auto-generated from WSDL.

type OperationAddExternalHostRecordResponse

type OperationAddExternalHostRecordResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddExternalHostRecord. OperationAddExternalHostRecordResponse was auto-generated from WSDL.

type OperationAddGenericRecord

type OperationAddGenericRecord struct {
	ViewId       *int64  `xml:"viewId,omitempty" json:"viewId,omitempty" yaml:"viewId,omitempty"`
	AbsoluteName *string `xml:"absoluteName,omitempty" json:"absoluteName,omitempty" yaml:"absoluteName,omitempty"`
	Type         *string `xml:"type,omitempty" json:"type,omitempty" yaml:"type,omitempty"`
	Rdata        *string `xml:"rdata,omitempty" json:"rdata,omitempty" yaml:"rdata,omitempty"`
	Ttl          *int64  `xml:"ttl,omitempty" json:"ttl,omitempty" yaml:"ttl,omitempty"`
	Properties   *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddGenericRecord. OperationAddGenericRecord was auto-generated from WSDL.

type OperationAddGenericRecordResponse

type OperationAddGenericRecordResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddGenericRecord. OperationAddGenericRecordResponse was auto-generated from WSDL.

type OperationAddHINFORecord

type OperationAddHINFORecord struct {
	ViewId       *int64  `xml:"viewId,omitempty" json:"viewId,omitempty" yaml:"viewId,omitempty"`
	AbsoluteName *string `xml:"absoluteName,omitempty" json:"absoluteName,omitempty" yaml:"absoluteName,omitempty"`
	Cpu          *string `xml:"cpu,omitempty" json:"cpu,omitempty" yaml:"cpu,omitempty"`
	Os           *string `xml:"os,omitempty" json:"os,omitempty" yaml:"os,omitempty"`
	Ttl          *int64  `xml:"ttl,omitempty" json:"ttl,omitempty" yaml:"ttl,omitempty"`
	Properties   *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddHINFORecord. OperationAddHINFORecord was auto-generated from WSDL.

type OperationAddHINFORecordResponse

type OperationAddHINFORecordResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddHINFORecord. OperationAddHINFORecordResponse was auto-generated from WSDL.

type OperationAddHostRecord

type OperationAddHostRecord struct {
	ViewId       *int64  `xml:"viewId,omitempty" json:"viewId,omitempty" yaml:"viewId,omitempty"`
	AbsoluteName *string `xml:"absoluteName,omitempty" json:"absoluteName,omitempty" yaml:"absoluteName,omitempty"`
	Addresses    *string `xml:"addresses,omitempty" json:"addresses,omitempty" yaml:"addresses,omitempty"`
	Ttl          *int64  `xml:"ttl,omitempty" json:"ttl,omitempty" yaml:"ttl,omitempty"`
	Properties   *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddHostRecord. OperationAddHostRecord was auto-generated from WSDL.

type OperationAddHostRecordResponse

type OperationAddHostRecordResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddHostRecord. OperationAddHostRecordResponse was auto-generated from WSDL.

type OperationAddIP4BlockByCIDR

type OperationAddIP4BlockByCIDR struct {
	ParentId   *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	CIDR       *string `xml:"CIDR,omitempty" json:"CIDR,omitempty" yaml:"CIDR,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddIP4BlockByCIDR. OperationAddIP4BlockByCIDR was auto-generated from WSDL.

type OperationAddIP4BlockByCIDRResponse

type OperationAddIP4BlockByCIDRResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddIP4BlockByCIDR. OperationAddIP4BlockByCIDRResponse was auto-generated from WSDL.

type OperationAddIP4BlockByRange

type OperationAddIP4BlockByRange struct {
	ParentId   *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Start      *string `xml:"start,omitempty" json:"start,omitempty" yaml:"start,omitempty"`
	End        *string `xml:"end,omitempty" json:"end,omitempty" yaml:"end,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddIP4BlockByRange. OperationAddIP4BlockByRange was auto-generated from WSDL.

type OperationAddIP4BlockByRangeResponse

type OperationAddIP4BlockByRangeResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddIP4BlockByRange. OperationAddIP4BlockByRangeResponse was auto-generated from WSDL.

type OperationAddIP4IPGroupByRange

type OperationAddIP4IPGroupByRange struct {
	ParentId   *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Name       *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Start      *string `xml:"start,omitempty" json:"start,omitempty" yaml:"start,omitempty"`
	End        *string `xml:"end,omitempty" json:"end,omitempty" yaml:"end,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddIP4IPGroupByRange. OperationAddIP4IPGroupByRange was auto-generated from WSDL.

type OperationAddIP4IPGroupByRangeResponse

type OperationAddIP4IPGroupByRangeResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddIP4IPGroupByRange. OperationAddIP4IPGroupByRangeResponse was auto-generated from WSDL.

type OperationAddIP4IPGroupBySize

type OperationAddIP4IPGroupBySize struct {
	ParentId        *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Name            *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Size            *int    `xml:"size,omitempty" json:"size,omitempty" yaml:"size,omitempty"`
	PositionRangeBy *string `xml:"positionRangeBy,omitempty" json:"positionRangeBy,omitempty" yaml:"positionRangeBy,omitempty"`
	PositionValue   *string `xml:"positionValue,omitempty" json:"positionValue,omitempty" yaml:"positionValue,omitempty"`
	Properties      *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddIP4IPGroupBySize. OperationAddIP4IPGroupBySize was auto-generated from WSDL.

type OperationAddIP4IPGroupBySizeResponse

type OperationAddIP4IPGroupBySizeResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddIP4IPGroupBySize. OperationAddIP4IPGroupBySizeResponse was auto-generated from WSDL.

type OperationAddIP4Network

type OperationAddIP4Network struct {
	BlockId    *int64  `xml:"blockId,omitempty" json:"blockId,omitempty" yaml:"blockId,omitempty"`
	CIDR       *string `xml:"CIDR,omitempty" json:"CIDR,omitempty" yaml:"CIDR,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddIP4Network. OperationAddIP4Network was auto-generated from WSDL.

type OperationAddIP4NetworkResponse

type OperationAddIP4NetworkResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddIP4Network. OperationAddIP4NetworkResponse was auto-generated from WSDL.

type OperationAddIP4NetworkTemplate

type OperationAddIP4NetworkTemplate struct {
	ConfigurationId *int64  `xml:"configurationId,omitempty" json:"configurationId,omitempty" yaml:"configurationId,omitempty"`
	Name            *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Properties      *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddIP4NetworkTemplate. OperationAddIP4NetworkTemplate was auto-generated from WSDL.

type OperationAddIP4NetworkTemplateResponse

type OperationAddIP4NetworkTemplateResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddIP4NetworkTemplate. OperationAddIP4NetworkTemplateResponse was auto-generated from WSDL.

type OperationAddIP4ReconciliationPolicy

type OperationAddIP4ReconciliationPolicy struct {
	ParentId   *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Name       *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddIP4ReconciliationPolicy. OperationAddIP4ReconciliationPolicy was auto-generated from WSDL.

type OperationAddIP4ReconciliationPolicyResponse

type OperationAddIP4ReconciliationPolicyResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddIP4ReconciliationPolicy. OperationAddIP4ReconciliationPolicyResponse was auto-generated from WSDL.

type OperationAddIP4Template

type OperationAddIP4Template struct {
	ConfigurationId *int64  `xml:"configurationId,omitempty" json:"configurationId,omitempty" yaml:"configurationId,omitempty"`
	Name            *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Properties      *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddIP4Template. OperationAddIP4Template was auto-generated from WSDL.

type OperationAddIP4TemplateResponse

type OperationAddIP4TemplateResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddIP4Template. OperationAddIP4TemplateResponse was auto-generated from WSDL.

type OperationAddIP6Address

type OperationAddIP6Address struct {
	ContainerId *int64  `xml:"containerId,omitempty" json:"containerId,omitempty" yaml:"containerId,omitempty"`
	Address     *string `xml:"address,omitempty" json:"address,omitempty" yaml:"address,omitempty"`
	Type        *string `xml:"type,omitempty" json:"type,omitempty" yaml:"type,omitempty"`
	Name        *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Properties  *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddIP6Address. OperationAddIP6Address was auto-generated from WSDL.

type OperationAddIP6AddressResponse

type OperationAddIP6AddressResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddIP6Address. OperationAddIP6AddressResponse was auto-generated from WSDL.

type OperationAddIP6BlockByMACAddress

type OperationAddIP6BlockByMACAddress struct {
	ParentId   *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	MacAddress *string `xml:"macAddress,omitempty" json:"macAddress,omitempty" yaml:"macAddress,omitempty"`
	Name       *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddIP6BlockByMACAddress. OperationAddIP6BlockByMACAddress was auto-generated from WSDL.

type OperationAddIP6BlockByMACAddressResponse

type OperationAddIP6BlockByMACAddressResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddIP6BlockByMACAddress. OperationAddIP6BlockByMACAddressResponse was auto-generated from WSDL.

type OperationAddIP6BlockByPrefix

type OperationAddIP6BlockByPrefix struct {
	ParentId   *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Prefix     *string `xml:"prefix,omitempty" json:"prefix,omitempty" yaml:"prefix,omitempty"`
	Name       *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddIP6BlockByPrefix. OperationAddIP6BlockByPrefix was auto-generated from WSDL.

type OperationAddIP6BlockByPrefixResponse

type OperationAddIP6BlockByPrefixResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddIP6BlockByPrefix. OperationAddIP6BlockByPrefixResponse was auto-generated from WSDL.

type OperationAddIP6NetworkByPrefix

type OperationAddIP6NetworkByPrefix struct {
	ParentId   *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Prefix     *string `xml:"prefix,omitempty" json:"prefix,omitempty" yaml:"prefix,omitempty"`
	Name       *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddIP6NetworkByPrefix. OperationAddIP6NetworkByPrefix was auto-generated from WSDL.

type OperationAddIP6NetworkByPrefixResponse

type OperationAddIP6NetworkByPrefixResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddIP6NetworkByPrefix. OperationAddIP6NetworkByPrefixResponse was auto-generated from WSDL.

type OperationAddMACAddress

type OperationAddMACAddress struct {
	ConfigurationId *int64  `xml:"configurationId,omitempty" json:"configurationId,omitempty" yaml:"configurationId,omitempty"`
	MacAddress      *string `xml:"macAddress,omitempty" json:"macAddress,omitempty" yaml:"macAddress,omitempty"`
	Properties      *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddMACAddress. OperationAddMACAddress was auto-generated from WSDL.

type OperationAddMACAddressResponse

type OperationAddMACAddressResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddMACAddress. OperationAddMACAddressResponse was auto-generated from WSDL.

type OperationAddMXRecord

type OperationAddMXRecord struct {
	ViewId           *int64  `xml:"viewId,omitempty" json:"viewId,omitempty" yaml:"viewId,omitempty"`
	AbsoluteName     *string `xml:"absoluteName,omitempty" json:"absoluteName,omitempty" yaml:"absoluteName,omitempty"`
	Priority         *int    `xml:"priority,omitempty" json:"priority,omitempty" yaml:"priority,omitempty"`
	LinkedRecordName *string `xml:"linkedRecordName,omitempty" json:"linkedRecordName,omitempty" yaml:"linkedRecordName,omitempty"`
	Ttl              *int64  `xml:"ttl,omitempty" json:"ttl,omitempty" yaml:"ttl,omitempty"`
	Properties       *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddMXRecord. OperationAddMXRecord was auto-generated from WSDL.

type OperationAddMXRecordResponse

type OperationAddMXRecordResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddMXRecord. OperationAddMXRecordResponse was auto-generated from WSDL.

type OperationAddNAPTRRecord

type OperationAddNAPTRRecord struct {
	ViewId       *int64  `xml:"viewId,omitempty" json:"viewId,omitempty" yaml:"viewId,omitempty"`
	AbsoluteName *string `xml:"absoluteName,omitempty" json:"absoluteName,omitempty" yaml:"absoluteName,omitempty"`
	Order        *int    `xml:"order,omitempty" json:"order,omitempty" yaml:"order,omitempty"`
	Preference   *int    `xml:"preference,omitempty" json:"preference,omitempty" yaml:"preference,omitempty"`
	Service      *string `xml:"service,omitempty" json:"service,omitempty" yaml:"service,omitempty"`
	Regexp       *string `xml:"regexp,omitempty" json:"regexp,omitempty" yaml:"regexp,omitempty"`
	Replacement  *string `xml:"replacement,omitempty" json:"replacement,omitempty" yaml:"replacement,omitempty"`
	Flags        *string `xml:"flags,omitempty" json:"flags,omitempty" yaml:"flags,omitempty"`
	Ttl          *int64  `xml:"ttl,omitempty" json:"ttl,omitempty" yaml:"ttl,omitempty"`
	Properties   *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddNAPTRRecord. OperationAddNAPTRRecord was auto-generated from WSDL.

type OperationAddNAPTRRecordResponse

type OperationAddNAPTRRecordResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddNAPTRRecord. OperationAddNAPTRRecordResponse was auto-generated from WSDL.

type OperationAddParentBlock

type OperationAddParentBlock struct {
	BlockOrNetworkIds *LongArray `xml:"blockOrNetworkIds,omitempty" json:"blockOrNetworkIds,omitempty" yaml:"blockOrNetworkIds,omitempty"`
}

Operation wrapper for AddParentBlock. OperationAddParentBlock was auto-generated from WSDL.

type OperationAddParentBlockResponse

type OperationAddParentBlockResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddParentBlock. OperationAddParentBlockResponse was auto-generated from WSDL.

type OperationAddParentBlockWithProperties

type OperationAddParentBlockWithProperties struct {
	BlockOrNetworkIds *LongArray `xml:"blockOrNetworkIds,omitempty" json:"blockOrNetworkIds,omitempty" yaml:"blockOrNetworkIds,omitempty"`
	Properties        *string    `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddParentBlockWithProperties. OperationAddParentBlockWithProperties was auto-generated from WSDL.

type OperationAddParentBlockWithPropertiesResponse

type OperationAddParentBlockWithPropertiesResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddParentBlockWithProperties. OperationAddParentBlockWithPropertiesResponse was auto-generated from WSDL.

type OperationAddRawDeploymentOption

type OperationAddRawDeploymentOption struct {
	ParentId   *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	OptionType *string `xml:"optionType,omitempty" json:"optionType,omitempty" yaml:"optionType,omitempty"`
	RawData    *string `xml:"rawData,omitempty" json:"rawData,omitempty" yaml:"rawData,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddRawDeploymentOption. OperationAddRawDeploymentOption was auto-generated from WSDL.

type OperationAddRawDeploymentOptionResponse

type OperationAddRawDeploymentOptionResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddRawDeploymentOption. OperationAddRawDeploymentOptionResponse was auto-generated from WSDL.

type OperationAddResourceRecord

type OperationAddResourceRecord struct {
	ViewId       *int64  `xml:"viewId,omitempty" json:"viewId,omitempty" yaml:"viewId,omitempty"`
	AbsoluteName *string `xml:"absoluteName,omitempty" json:"absoluteName,omitempty" yaml:"absoluteName,omitempty"`
	Type         *string `xml:"type,omitempty" json:"type,omitempty" yaml:"type,omitempty"`
	Rdata        *string `xml:"rdata,omitempty" json:"rdata,omitempty" yaml:"rdata,omitempty"`
	Ttl          *int64  `xml:"ttl,omitempty" json:"ttl,omitempty" yaml:"ttl,omitempty"`
	Properties   *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddResourceRecord. OperationAddResourceRecord was auto-generated from WSDL.

type OperationAddResourceRecordResponse

type OperationAddResourceRecordResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddResourceRecord. OperationAddResourceRecordResponse was auto-generated from WSDL.

type OperationAddResponsePolicy

type OperationAddResponsePolicy struct {
	ConfigurationId    *int64  `xml:"configurationId,omitempty" json:"configurationId,omitempty" yaml:"configurationId,omitempty"`
	Name               *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	ResponsePolicyType *string `xml:"responsePolicyType,omitempty" json:"responsePolicyType,omitempty" yaml:"responsePolicyType,omitempty"`
	Ttl                *int64  `xml:"ttl,omitempty" json:"ttl,omitempty" yaml:"ttl,omitempty"`
	Properties         *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddResponsePolicy. OperationAddResponsePolicy was auto-generated from WSDL.

type OperationAddResponsePolicyItem

type OperationAddResponsePolicyItem struct {
	PolicyId *int64       `xml:"policyId,omitempty" json:"policyId,omitempty" yaml:"policyId,omitempty"`
	ItemName *string      `xml:"itemName,omitempty" json:"itemName,omitempty" yaml:"itemName,omitempty"`
	Options  *StringArray `xml:"options,omitempty" json:"options,omitempty" yaml:"options,omitempty"`
}

Operation wrapper for AddResponsePolicyItem. OperationAddResponsePolicyItem was auto-generated from WSDL.

type OperationAddResponsePolicyItemResponse

type OperationAddResponsePolicyItemResponse struct {
	Return *bool `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddResponsePolicyItem. OperationAddResponsePolicyItemResponse was auto-generated from WSDL.

type OperationAddResponsePolicyResponse

type OperationAddResponsePolicyResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddResponsePolicy. OperationAddResponsePolicyResponse was auto-generated from WSDL.

type OperationAddSRVRecord

type OperationAddSRVRecord struct {
	ViewId           *int64  `xml:"viewId,omitempty" json:"viewId,omitempty" yaml:"viewId,omitempty"`
	AbsoluteName     *string `xml:"absoluteName,omitempty" json:"absoluteName,omitempty" yaml:"absoluteName,omitempty"`
	Priority         *int    `xml:"priority,omitempty" json:"priority,omitempty" yaml:"priority,omitempty"`
	Port             *int    `xml:"port,omitempty" json:"port,omitempty" yaml:"port,omitempty"`
	Weight           *int    `xml:"weight,omitempty" json:"weight,omitempty" yaml:"weight,omitempty"`
	LinkedRecordName *string `xml:"linkedRecordName,omitempty" json:"linkedRecordName,omitempty" yaml:"linkedRecordName,omitempty"`
	Ttl              *int64  `xml:"ttl,omitempty" json:"ttl,omitempty" yaml:"ttl,omitempty"`
	Properties       *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddSRVRecord. OperationAddSRVRecord was auto-generated from WSDL.

type OperationAddSRVRecordResponse

type OperationAddSRVRecordResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddSRVRecord. OperationAddSRVRecordResponse was auto-generated from WSDL.

type OperationAddServer

type OperationAddServer struct {
	ConfigurationId         *int64  `xml:"configurationId,omitempty" json:"configurationId,omitempty" yaml:"configurationId,omitempty"`
	Name                    *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	DefaultInterfaceAddress *string `xml:"defaultInterfaceAddress,omitempty" json:"defaultInterfaceAddress,omitempty" yaml:"defaultInterfaceAddress,omitempty"`
	FullHostName            *string `xml:"fullHostName,omitempty" json:"fullHostName,omitempty" yaml:"fullHostName,omitempty"`
	Profile                 *string `xml:"profile,omitempty" json:"profile,omitempty" yaml:"profile,omitempty"`
	Properties              *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddServer. OperationAddServer was auto-generated from WSDL.

type OperationAddServerResponse

type OperationAddServerResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddServer. OperationAddServerResponse was auto-generated from WSDL.

type OperationAddStartOfAuthority

type OperationAddStartOfAuthority struct {
	ParentId   *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Email      *string `xml:"email,omitempty" json:"email,omitempty" yaml:"email,omitempty"`
	Refresh    *int64  `xml:"refresh,omitempty" json:"refresh,omitempty" yaml:"refresh,omitempty"`
	Retry      *int64  `xml:"retry,omitempty" json:"retry,omitempty" yaml:"retry,omitempty"`
	Expire     *int64  `xml:"expire,omitempty" json:"expire,omitempty" yaml:"expire,omitempty"`
	Minimum    *int64  `xml:"minimum,omitempty" json:"minimum,omitempty" yaml:"minimum,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddStartOfAuthority. OperationAddStartOfAuthority was auto-generated from WSDL.

type OperationAddStartOfAuthorityResponse

type OperationAddStartOfAuthorityResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddStartOfAuthority. OperationAddStartOfAuthorityResponse was auto-generated from WSDL.

type OperationAddTFTPDeploymentRole

type OperationAddTFTPDeploymentRole struct {
	EntityId   *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	ServerId   *int64  `xml:"serverId,omitempty" json:"serverId,omitempty" yaml:"serverId,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddTFTPDeploymentRole. OperationAddTFTPDeploymentRole was auto-generated from WSDL.

type OperationAddTFTPDeploymentRoleResponse

type OperationAddTFTPDeploymentRoleResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddTFTPDeploymentRole. OperationAddTFTPDeploymentRoleResponse was auto-generated from WSDL.

type OperationAddTFTPFile

type OperationAddTFTPFile struct {
	ParentId   *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Name       *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Version    *string `xml:"version,omitempty" json:"version,omitempty" yaml:"version,omitempty"`
	Data       *[]byte `xml:"data,omitempty" json:"data,omitempty" yaml:"data,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddTFTPFile. OperationAddTFTPFile was auto-generated from WSDL.

type OperationAddTFTPFileResponse

type OperationAddTFTPFileResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddTFTPFile. OperationAddTFTPFileResponse was auto-generated from WSDL.

type OperationAddTFTPFolder

type OperationAddTFTPFolder struct {
	ParentId   *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Name       *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddTFTPFolder. OperationAddTFTPFolder was auto-generated from WSDL.

type OperationAddTFTPFolderResponse

type OperationAddTFTPFolderResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddTFTPFolder. OperationAddTFTPFolderResponse was auto-generated from WSDL.

type OperationAddTFTPGroup

type OperationAddTFTPGroup struct {
	ConfigurationId *int64  `xml:"configurationId,omitempty" json:"configurationId,omitempty" yaml:"configurationId,omitempty"`
	Name            *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Properties      *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddTFTPGroup. OperationAddTFTPGroup was auto-generated from WSDL.

type OperationAddTFTPGroupResponse

type OperationAddTFTPGroupResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddTFTPGroup. OperationAddTFTPGroupResponse was auto-generated from WSDL.

type OperationAddTXTRecord

type OperationAddTXTRecord struct {
	ViewId       *int64  `xml:"viewId,omitempty" json:"viewId,omitempty" yaml:"viewId,omitempty"`
	AbsoluteName *string `xml:"absoluteName,omitempty" json:"absoluteName,omitempty" yaml:"absoluteName,omitempty"`
	Txt          *string `xml:"txt,omitempty" json:"txt,omitempty" yaml:"txt,omitempty"`
	Ttl          *int64  `xml:"ttl,omitempty" json:"ttl,omitempty" yaml:"ttl,omitempty"`
	Properties   *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddTXTRecord. OperationAddTXTRecord was auto-generated from WSDL.

type OperationAddTXTRecordResponse

type OperationAddTXTRecordResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddTXTRecord. OperationAddTXTRecordResponse was auto-generated from WSDL.

type OperationAddTag

type OperationAddTag struct {
	ParentId   *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Name       *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddTag. OperationAddTag was auto-generated from WSDL.

type OperationAddTagGroup

type OperationAddTagGroup struct {
	Name       *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddTagGroup. OperationAddTagGroup was auto-generated from WSDL.

type OperationAddTagGroupResponse

type OperationAddTagGroupResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddTagGroup. OperationAddTagGroupResponse was auto-generated from WSDL.

type OperationAddTagResponse

type OperationAddTagResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddTag. OperationAddTagResponse was auto-generated from WSDL.

type OperationAddUser

type OperationAddUser struct {
	Username   *string `xml:"username,omitempty" json:"username,omitempty" yaml:"username,omitempty"`
	Password   *string `xml:"password,omitempty" json:"password,omitempty" yaml:"password,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddUser. OperationAddUser was auto-generated from WSDL.

type OperationAddUserDefinedField

type OperationAddUserDefinedField struct {
	Type *string              `xml:"type,omitempty" json:"type,omitempty" yaml:"type,omitempty"`
	Udf  *APIUserDefinedField `xml:"udf,omitempty" json:"udf,omitempty" yaml:"udf,omitempty"`
}

Operation wrapper for AddUserDefinedField. OperationAddUserDefinedField was auto-generated from WSDL.

type OperationAddUserDefinedFieldResponse

type OperationAddUserDefinedFieldResponse struct {
}

Operation wrapper for AddUserDefinedField. OperationAddUserDefinedFieldResponse was auto-generated from WSDL.

type OperationAddUserDefinedLink struct {
	AddLinkDefinitionJson *string `xml:"addLinkDefinitionJson,omitempty" json:"addLinkDefinitionJson,omitempty" yaml:"addLinkDefinitionJson,omitempty"`
}

Operation wrapper for AddUserDefinedLink. OperationAddUserDefinedLink was auto-generated from WSDL.

type OperationAddUserDefinedLinkResponse

type OperationAddUserDefinedLinkResponse struct {
}

Operation wrapper for AddUserDefinedLink. OperationAddUserDefinedLinkResponse was auto-generated from WSDL.

type OperationAddUserGroup

type OperationAddUserGroup struct {
	Name       *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddUserGroup. OperationAddUserGroup was auto-generated from WSDL.

type OperationAddUserGroupResponse

type OperationAddUserGroupResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddUserGroup. OperationAddUserGroupResponse was auto-generated from WSDL.

type OperationAddUserResponse

type OperationAddUserResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddUser. OperationAddUserResponse was auto-generated from WSDL.

type OperationAddVendorOptionDefinition

type OperationAddVendorOptionDefinition struct {
	VendorProfileId *int64  `xml:"vendorProfileId,omitempty" json:"vendorProfileId,omitempty" yaml:"vendorProfileId,omitempty"`
	OptionId        *int64  `xml:"optionId,omitempty" json:"optionId,omitempty" yaml:"optionId,omitempty"`
	Name            *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	OptionType      *string `xml:"optionType,omitempty" json:"optionType,omitempty" yaml:"optionType,omitempty"`
	Description     *string `xml:"description,omitempty" json:"description,omitempty" yaml:"description,omitempty"`
	AllowMultiple   *bool   `xml:"allowMultiple,omitempty" json:"allowMultiple,omitempty" yaml:"allowMultiple,omitempty"`
	Properties      *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddVendorOptionDefinition. OperationAddVendorOptionDefinition was auto-generated from WSDL.

type OperationAddVendorOptionDefinitionResponse

type OperationAddVendorOptionDefinitionResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddVendorOptionDefinition. OperationAddVendorOptionDefinitionResponse was auto-generated from WSDL.

type OperationAddVendorProfile

type OperationAddVendorProfile struct {
	Identifier  *string `xml:"identifier,omitempty" json:"identifier,omitempty" yaml:"identifier,omitempty"`
	Name        *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Description *string `xml:"description,omitempty" json:"description,omitempty" yaml:"description,omitempty"`
	Properties  *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddVendorProfile. OperationAddVendorProfile was auto-generated from WSDL.

type OperationAddVendorProfileResponse

type OperationAddVendorProfileResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddVendorProfile. OperationAddVendorProfileResponse was auto-generated from WSDL.

type OperationAddView

type OperationAddView struct {
	ConfigurationId *int64  `xml:"configurationId,omitempty" json:"configurationId,omitempty" yaml:"configurationId,omitempty"`
	Name            *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Properties      *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddView. OperationAddView was auto-generated from WSDL.

type OperationAddViewResponse

type OperationAddViewResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddView. OperationAddViewResponse was auto-generated from WSDL.

type OperationAddZone

type OperationAddZone struct {
	ParentId     *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	AbsoluteName *string `xml:"absoluteName,omitempty" json:"absoluteName,omitempty" yaml:"absoluteName,omitempty"`
	Properties   *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddZone. OperationAddZone was auto-generated from WSDL.

type OperationAddZoneResponse

type OperationAddZoneResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddZone. OperationAddZoneResponse was auto-generated from WSDL.

type OperationAddZoneTemplate

type OperationAddZoneTemplate struct {
	ParentId   *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Name       *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AddZoneTemplate. OperationAddZoneTemplate was auto-generated from WSDL.

type OperationAddZoneTemplateResponse

type OperationAddZoneTemplateResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AddZoneTemplate. OperationAddZoneTemplateResponse was auto-generated from WSDL.

type OperationApplyIP4NetworkTemplate

type OperationApplyIP4NetworkTemplate struct {
	TemplateId *int64  `xml:"templateId,omitempty" json:"templateId,omitempty" yaml:"templateId,omitempty"`
	NetworkId  *int64  `xml:"networkId,omitempty" json:"networkId,omitempty" yaml:"networkId,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for ApplyIP4NetworkTemplate. OperationApplyIP4NetworkTemplate was auto-generated from WSDL.

type OperationApplyIP4NetworkTemplateResponse

type OperationApplyIP4NetworkTemplateResponse struct {
	Return *string `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for ApplyIP4NetworkTemplate. OperationApplyIP4NetworkTemplateResponse was auto-generated from WSDL.

type OperationApplyIP4Template

type OperationApplyIP4Template struct {
	TemplateId  *int64  `xml:"templateId,omitempty" json:"templateId,omitempty" yaml:"templateId,omitempty"`
	RecipientId *int64  `xml:"recipientId,omitempty" json:"recipientId,omitempty" yaml:"recipientId,omitempty"`
	Properties  *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for ApplyIP4Template. OperationApplyIP4Template was auto-generated from WSDL.

type OperationApplyIP4TemplateResponse

type OperationApplyIP4TemplateResponse struct {
	Return *string `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for ApplyIP4Template. OperationApplyIP4TemplateResponse was auto-generated from WSDL.

type OperationAssignIP4Address

type OperationAssignIP4Address struct {
	ConfigurationId *int64  `xml:"configurationId,omitempty" json:"configurationId,omitempty" yaml:"configurationId,omitempty"`
	Ip4Address      *string `xml:"ip4Address,omitempty" json:"ip4Address,omitempty" yaml:"ip4Address,omitempty"`
	MacAddress      *string `xml:"macAddress,omitempty" json:"macAddress,omitempty" yaml:"macAddress,omitempty"`
	HostInfo        *string `xml:"hostInfo,omitempty" json:"hostInfo,omitempty" yaml:"hostInfo,omitempty"`
	Action          *string `xml:"action,omitempty" json:"action,omitempty" yaml:"action,omitempty"`
	Properties      *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AssignIP4Address. OperationAssignIP4Address was auto-generated from WSDL.

type OperationAssignIP4AddressResponse

type OperationAssignIP4AddressResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AssignIP4Address. OperationAssignIP4AddressResponse was auto-generated from WSDL.

type OperationAssignIP4NetworkTemplate

type OperationAssignIP4NetworkTemplate struct {
	NetworkId  *int64  `xml:"networkId,omitempty" json:"networkId,omitempty" yaml:"networkId,omitempty"`
	TemplateId *int64  `xml:"templateId,omitempty" json:"templateId,omitempty" yaml:"templateId,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AssignIP4NetworkTemplate. OperationAssignIP4NetworkTemplate was auto-generated from WSDL.

type OperationAssignIP4NetworkTemplateResponse

type OperationAssignIP4NetworkTemplateResponse struct {
}

Operation wrapper for AssignIP4NetworkTemplate. OperationAssignIP4NetworkTemplateResponse was auto-generated from WSDL.

type OperationAssignIP4Template

type OperationAssignIP4Template struct {
	TemplateRecipientId *int64  `xml:"templateRecipientId,omitempty" json:"templateRecipientId,omitempty" yaml:"templateRecipientId,omitempty"`
	TemplateId          *int64  `xml:"templateId,omitempty" json:"templateId,omitempty" yaml:"templateId,omitempty"`
	Properties          *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AssignIP4Template. OperationAssignIP4Template was auto-generated from WSDL.

type OperationAssignIP4TemplateResponse

type OperationAssignIP4TemplateResponse struct {
}

Operation wrapper for AssignIP4Template. OperationAssignIP4TemplateResponse was auto-generated from WSDL.

type OperationAssignIP6Address

type OperationAssignIP6Address struct {
	ContainerId *int64  `xml:"containerId,omitempty" json:"containerId,omitempty" yaml:"containerId,omitempty"`
	Address     *string `xml:"address,omitempty" json:"address,omitempty" yaml:"address,omitempty"`
	Action      *string `xml:"action,omitempty" json:"action,omitempty" yaml:"action,omitempty"`
	MacAddress  *string `xml:"macAddress,omitempty" json:"macAddress,omitempty" yaml:"macAddress,omitempty"`
	HostInfo    *string `xml:"hostInfo,omitempty" json:"hostInfo,omitempty" yaml:"hostInfo,omitempty"`
	Properties  *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AssignIP6Address. OperationAssignIP6Address was auto-generated from WSDL.

type OperationAssignIP6AddressResponse

type OperationAssignIP6AddressResponse struct {
	Return *bool `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AssignIP6Address. OperationAssignIP6AddressResponse was auto-generated from WSDL.

type OperationAssignNextAvailableIP4Address

type OperationAssignNextAvailableIP4Address struct {
	ConfigurationId *int64  `xml:"configurationId,omitempty" json:"configurationId,omitempty" yaml:"configurationId,omitempty"`
	ParentId        *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	MacAddress      *string `xml:"macAddress,omitempty" json:"macAddress,omitempty" yaml:"macAddress,omitempty"`
	HostInfo        *string `xml:"hostInfo,omitempty" json:"hostInfo,omitempty" yaml:"hostInfo,omitempty"`
	Action          *string `xml:"action,omitempty" json:"action,omitempty" yaml:"action,omitempty"`
	Properties      *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AssignNextAvailableIP4Address. OperationAssignNextAvailableIP4Address was auto-generated from WSDL.

type OperationAssignNextAvailableIP4AddressResponse

type OperationAssignNextAvailableIP4AddressResponse struct {
	Return *APIEntity `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for AssignNextAvailableIP4Address. OperationAssignNextAvailableIP4AddressResponse was auto-generated from WSDL.

type OperationAssignOrUpdateTemplate

type OperationAssignOrUpdateTemplate struct {
	EntityId   *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	TemplateId *int64  `xml:"templateId,omitempty" json:"templateId,omitempty" yaml:"templateId,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for AssignOrUpdateTemplate. OperationAssignOrUpdateTemplate was auto-generated from WSDL.

type OperationAssignOrUpdateTemplateResponse

type OperationAssignOrUpdateTemplateResponse struct {
}

Operation wrapper for AssignOrUpdateTemplate. OperationAssignOrUpdateTemplateResponse was auto-generated from WSDL.

type OperationAssociateMACAddressWithPool

type OperationAssociateMACAddressWithPool struct {
	ConfigurationId *int64  `xml:"configurationId,omitempty" json:"configurationId,omitempty" yaml:"configurationId,omitempty"`
	MacAddress      *string `xml:"macAddress,omitempty" json:"macAddress,omitempty" yaml:"macAddress,omitempty"`
	PoolId          *int64  `xml:"poolId,omitempty" json:"poolId,omitempty" yaml:"poolId,omitempty"`
}

Operation wrapper for AssociateMACAddressWithPool. OperationAssociateMACAddressWithPool was auto-generated from WSDL.

type OperationAssociateMACAddressWithPoolResponse

type OperationAssociateMACAddressWithPoolResponse struct {
}

Operation wrapper for AssociateMACAddressWithPool. OperationAssociateMACAddressWithPoolResponse was auto-generated from WSDL.

type OperationBreakReplicationResponse

type OperationBreakReplicationResponse struct {
}

Operation wrapper for BreakReplication. OperationBreakReplicationResponse was auto-generated from WSDL.

type OperationBreakXHAPair

type OperationBreakXHAPair struct {
	XHAServerId        *int64 `xml:"xHAServerId,omitempty" json:"xHAServerId,omitempty" yaml:"xHAServerId,omitempty"`
	BreakInProteusOnly *bool  `xml:"breakInProteusOnly,omitempty" json:"breakInProteusOnly,omitempty" yaml:"breakInProteusOnly,omitempty"`
}

Operation wrapper for BreakXHAPair. OperationBreakXHAPair was auto-generated from WSDL.

type OperationBreakXHAPairResponse

type OperationBreakXHAPairResponse struct {
}

Operation wrapper for BreakXHAPair. OperationBreakXHAPairResponse was auto-generated from WSDL.

type OperationChangeStateIP4Address

type OperationChangeStateIP4Address struct {
	AddressId   *int64  `xml:"addressId,omitempty" json:"addressId,omitempty" yaml:"addressId,omitempty"`
	TargetState *string `xml:"targetState,omitempty" json:"targetState,omitempty" yaml:"targetState,omitempty"`
	MacAddress  *string `xml:"macAddress,omitempty" json:"macAddress,omitempty" yaml:"macAddress,omitempty"`
}

Operation wrapper for ChangeStateIP4Address. OperationChangeStateIP4Address was auto-generated from WSDL.

type OperationChangeStateIP4AddressResponse

type OperationChangeStateIP4AddressResponse struct {
}

Operation wrapper for ChangeStateIP4Address. OperationChangeStateIP4AddressResponse was auto-generated from WSDL.

type OperationClearIP6Address

type OperationClearIP6Address struct {
	AddressId *int64 `xml:"addressId,omitempty" json:"addressId,omitempty" yaml:"addressId,omitempty"`
}

Operation wrapper for ClearIP6Address. OperationClearIP6Address was auto-generated from WSDL.

type OperationClearIP6AddressResponse

type OperationClearIP6AddressResponse struct {
	Return *bool `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for ClearIP6Address. OperationClearIP6AddressResponse was auto-generated from WSDL.

type OperationConfigureAuditLogExport

type OperationConfigureAuditLogExport struct {
	AuditConfiguration *string `xml:"auditConfiguration,omitempty" json:"auditConfiguration,omitempty" yaml:"auditConfiguration,omitempty"`
}

Operation wrapper for ConfigureAuditLogExport. OperationConfigureAuditLogExport was auto-generated from WSDL.

type OperationConfigureAuditLogExportResponse

type OperationConfigureAuditLogExportResponse struct {
}

Operation wrapper for ConfigureAuditLogExport. OperationConfigureAuditLogExportResponse was auto-generated from WSDL.

type OperationConfigureReplication

type OperationConfigureReplication struct {
	StandbyServer             *string `xml:"standbyServer,omitempty" json:"standbyServer,omitempty" yaml:"standbyServer,omitempty"`
	CompressReplication       *bool   `xml:"compressReplication,omitempty" json:"compressReplication,omitempty" yaml:"compressReplication,omitempty"`
	ReplicationQueueThreshold *int64  `` /* 127-byte string literal not displayed */
	ReplicationBreakThreshold *int64  `` /* 127-byte string literal not displayed */
	Properties                *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for ConfigureReplication. OperationConfigureReplication was auto-generated from WSDL.

type OperationConfigureReplicationResponse

type OperationConfigureReplicationResponse struct {
}

Operation wrapper for ConfigureReplication. OperationConfigureReplicationResponse was auto-generated from WSDL.

type OperationConfigureServerServices

type OperationConfigureServerServices struct {
	ServerIds     *LongArray `xml:"serverIds,omitempty" json:"serverIds,omitempty" yaml:"serverIds,omitempty"`
	Configuration *string    `xml:"configuration,omitempty" json:"configuration,omitempty" yaml:"configuration,omitempty"`
}

Operation wrapper for ConfigureServerServices. OperationConfigureServerServices was auto-generated from WSDL.

type OperationConfigureServerServicesResponse

type OperationConfigureServerServicesResponse struct {
	Return *string `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for ConfigureServerServices. OperationConfigureServerServicesResponse was auto-generated from WSDL.

type OperationConfigureStreamingReplication

type OperationConfigureStreamingReplication struct {
	StandbyServer            *string `xml:"standbyServer,omitempty" json:"standbyServer,omitempty" yaml:"standbyServer,omitempty"`
	CompressReplication      *bool   `xml:"compressReplication,omitempty" json:"compressReplication,omitempty" yaml:"compressReplication,omitempty"`
	LatencyWarningThreshold  *int64  `xml:"latencyWarningThreshold,omitempty" json:"latencyWarningThreshold,omitempty" yaml:"latencyWarningThreshold,omitempty"`
	LatencyCriticalThreshold *int64  `xml:"latencyCriticalThreshold,omitempty" json:"latencyCriticalThreshold,omitempty" yaml:"latencyCriticalThreshold,omitempty"`
	Properties               *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for ConfigureStreamingReplication. OperationConfigureStreamingReplication was auto-generated from WSDL.

type OperationConfigureStreamingReplicationResponse

type OperationConfigureStreamingReplicationResponse struct {
}

Operation wrapper for ConfigureStreamingReplication. OperationConfigureStreamingReplicationResponse was auto-generated from WSDL.

type OperationCreateXHAPair

type OperationCreateXHAPair struct {
	ConfigurationId            *int64  `xml:"configurationId,omitempty" json:"configurationId,omitempty" yaml:"configurationId,omitempty"`
	ActiveServerId             *int64  `xml:"activeServerId,omitempty" json:"activeServerId,omitempty" yaml:"activeServerId,omitempty"`
	PassiveServerId            *int64  `xml:"passiveServerId,omitempty" json:"passiveServerId,omitempty" yaml:"passiveServerId,omitempty"`
	ActiveServerNewIPv4Address *string `` /* 130-byte string literal not displayed */
	Properties                 *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for CreateXHAPair. OperationCreateXHAPair was auto-generated from WSDL.

type OperationCreateXHAPairResponse

type OperationCreateXHAPairResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for CreateXHAPair. OperationCreateXHAPairResponse was auto-generated from WSDL.

type OperationCustomSearch

type OperationCustomSearch struct {
	Filters *StringArray `xml:"filters,omitempty" json:"filters,omitempty" yaml:"filters,omitempty"`
	Type    *string      `xml:"type,omitempty" json:"type,omitempty" yaml:"type,omitempty"`
	Options *StringArray `xml:"options,omitempty" json:"options,omitempty" yaml:"options,omitempty"`
	Start   *int         `xml:"start,omitempty" json:"start,omitempty" yaml:"start,omitempty"`
	Count   *int         `xml:"count,omitempty" json:"count,omitempty" yaml:"count,omitempty"`
}

Operation wrapper for CustomSearch. OperationCustomSearch was auto-generated from WSDL.

type OperationCustomSearchResponse

type OperationCustomSearchResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for CustomSearch. OperationCustomSearchResponse was auto-generated from WSDL.

type OperationDelete

type OperationDelete struct {
	ObjectId *int64 `xml:"objectId,omitempty" json:"objectId,omitempty" yaml:"objectId,omitempty"`
}

Operation wrapper for Delete. OperationDelete was auto-generated from WSDL.

type OperationDeleteAccessRight

type OperationDeleteAccessRight struct {
	EntityId *int64 `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	UserId   *int64 `xml:"userId,omitempty" json:"userId,omitempty" yaml:"userId,omitempty"`
}

Operation wrapper for DeleteAccessRight. OperationDeleteAccessRight was auto-generated from WSDL.

type OperationDeleteAccessRightResponse

type OperationDeleteAccessRightResponse struct {
}

Operation wrapper for DeleteAccessRight. OperationDeleteAccessRightResponse was auto-generated from WSDL.

type OperationDeleteDHCP6ClientDeploymentOption

type OperationDeleteDHCP6ClientDeploymentOption struct {
	EntityId *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	Name     *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	ServerId *int64  `xml:"serverId,omitempty" json:"serverId,omitempty" yaml:"serverId,omitempty"`
}

Operation wrapper for DeleteDHCP6ClientDeploymentOption. OperationDeleteDHCP6ClientDeploymentOption was auto-generated from WSDL.

type OperationDeleteDHCP6ClientDeploymentOptionResponse

type OperationDeleteDHCP6ClientDeploymentOptionResponse struct {
}

Operation wrapper for DeleteDHCP6ClientDeploymentOption. OperationDeleteDHCP6ClientDeploymentOptionResponse was auto-generated from WSDL.

type OperationDeleteDHCP6ServiceDeploymentOption

type OperationDeleteDHCP6ServiceDeploymentOption struct {
	EntityId *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	Name     *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	ServerId *int64  `xml:"serverId,omitempty" json:"serverId,omitempty" yaml:"serverId,omitempty"`
}

Operation wrapper for DeleteDHCP6ServiceDeploymentOption. OperationDeleteDHCP6ServiceDeploymentOption was auto-generated from WSDL.

type OperationDeleteDHCP6ServiceDeploymentOptionResponse

type OperationDeleteDHCP6ServiceDeploymentOptionResponse struct {
}

Operation wrapper for DeleteDHCP6ServiceDeploymentOption. OperationDeleteDHCP6ServiceDeploymentOptionResponse was auto-generated from WSDL.

type OperationDeleteDHCPClientDeploymentOption

type OperationDeleteDHCPClientDeploymentOption struct {
	EntityId *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	Name     *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	ServerId *int64  `xml:"serverId,omitempty" json:"serverId,omitempty" yaml:"serverId,omitempty"`
}

Operation wrapper for DeleteDHCPClientDeploymentOption. OperationDeleteDHCPClientDeploymentOption was auto-generated from WSDL.

type OperationDeleteDHCPClientDeploymentOptionResponse

type OperationDeleteDHCPClientDeploymentOptionResponse struct {
}

Operation wrapper for DeleteDHCPClientDeploymentOption. OperationDeleteDHCPClientDeploymentOptionResponse was auto-generated from WSDL.

type OperationDeleteDHCPDeploymentRole

type OperationDeleteDHCPDeploymentRole struct {
	EntityId          *int64 `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	ServerInterfaceId *int64 `xml:"serverInterfaceId,omitempty" json:"serverInterfaceId,omitempty" yaml:"serverInterfaceId,omitempty"`
}

Operation wrapper for DeleteDHCPDeploymentRole. OperationDeleteDHCPDeploymentRole was auto-generated from WSDL.

type OperationDeleteDHCPDeploymentRoleResponse

type OperationDeleteDHCPDeploymentRoleResponse struct {
}

Operation wrapper for DeleteDHCPDeploymentRole. OperationDeleteDHCPDeploymentRoleResponse was auto-generated from WSDL.

type OperationDeleteDHCPServiceDeploymentOption

type OperationDeleteDHCPServiceDeploymentOption struct {
	EntityId *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	Name     *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	ServerId *int64  `xml:"serverId,omitempty" json:"serverId,omitempty" yaml:"serverId,omitempty"`
}

Operation wrapper for DeleteDHCPServiceDeploymentOption. OperationDeleteDHCPServiceDeploymentOption was auto-generated from WSDL.

type OperationDeleteDHCPServiceDeploymentOptionResponse

type OperationDeleteDHCPServiceDeploymentOptionResponse struct {
}

Operation wrapper for DeleteDHCPServiceDeploymentOption. OperationDeleteDHCPServiceDeploymentOptionResponse was auto-generated from WSDL.

type OperationDeleteDHCPVendorDeploymentOption

type OperationDeleteDHCPVendorDeploymentOption struct {
	EntityId *int64 `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	OptionId *int64 `xml:"optionId,omitempty" json:"optionId,omitempty" yaml:"optionId,omitempty"`
	ServerId *int64 `xml:"serverId,omitempty" json:"serverId,omitempty" yaml:"serverId,omitempty"`
}

Operation wrapper for DeleteDHCPVendorDeploymentOption. OperationDeleteDHCPVendorDeploymentOption was auto-generated from WSDL.

type OperationDeleteDHCPVendorDeploymentOptionResponse

type OperationDeleteDHCPVendorDeploymentOptionResponse struct {
}

Operation wrapper for DeleteDHCPVendorDeploymentOption. OperationDeleteDHCPVendorDeploymentOptionResponse was auto-generated from WSDL.

type OperationDeleteDNSDeploymentOption

type OperationDeleteDNSDeploymentOption struct {
	EntityId *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	Name     *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	ServerId *int64  `xml:"serverId,omitempty" json:"serverId,omitempty" yaml:"serverId,omitempty"`
}

Operation wrapper for DeleteDNSDeploymentOption. OperationDeleteDNSDeploymentOption was auto-generated from WSDL.

type OperationDeleteDNSDeploymentOptionResponse

type OperationDeleteDNSDeploymentOptionResponse struct {
}

Operation wrapper for DeleteDNSDeploymentOption. OperationDeleteDNSDeploymentOptionResponse was auto-generated from WSDL.

type OperationDeleteDNSDeploymentRole

type OperationDeleteDNSDeploymentRole struct {
	EntityId          *int64 `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	ServerInterfaceId *int64 `xml:"serverInterfaceId,omitempty" json:"serverInterfaceId,omitempty" yaml:"serverInterfaceId,omitempty"`
}

Operation wrapper for DeleteDNSDeploymentRole. OperationDeleteDNSDeploymentRole was auto-generated from WSDL.

type OperationDeleteDNSDeploymentRoleForView

type OperationDeleteDNSDeploymentRoleForView struct {
	EntityId          *int64 `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	ServerInterfaceId *int64 `xml:"serverInterfaceId,omitempty" json:"serverInterfaceId,omitempty" yaml:"serverInterfaceId,omitempty"`
	ViewId            *int64 `xml:"viewId,omitempty" json:"viewId,omitempty" yaml:"viewId,omitempty"`
}

Operation wrapper for DeleteDNSDeploymentRoleForView. OperationDeleteDNSDeploymentRoleForView was auto-generated from WSDL.

type OperationDeleteDNSDeploymentRoleForViewResponse

type OperationDeleteDNSDeploymentRoleForViewResponse struct {
}

Operation wrapper for DeleteDNSDeploymentRoleForView. OperationDeleteDNSDeploymentRoleForViewResponse was auto-generated from WSDL.

type OperationDeleteDNSDeploymentRoleResponse

type OperationDeleteDNSDeploymentRoleResponse struct {
}

Operation wrapper for DeleteDNSDeploymentRole. OperationDeleteDNSDeploymentRoleResponse was auto-generated from WSDL.

type OperationDeleteDeviceInstance

type OperationDeleteDeviceInstance struct {
	ConfigName *string `xml:"configName,omitempty" json:"configName,omitempty" yaml:"configName,omitempty"`
	Identifier *string `xml:"identifier,omitempty" json:"identifier,omitempty" yaml:"identifier,omitempty"`
	Options    *string `xml:"options,omitempty" json:"options,omitempty" yaml:"options,omitempty"`
}

Operation wrapper for DeleteDeviceInstance. OperationDeleteDeviceInstance was auto-generated from WSDL.

type OperationDeleteDeviceInstanceResponse

type OperationDeleteDeviceInstanceResponse struct {
}

Operation wrapper for DeleteDeviceInstance. OperationDeleteDeviceInstanceResponse was auto-generated from WSDL.

type OperationDeleteResponse

type OperationDeleteResponse struct {
}

Operation wrapper for Delete. OperationDeleteResponse was auto-generated from WSDL.

type OperationDeleteResponsePolicyItem

type OperationDeleteResponsePolicyItem struct {
	PolicyId *int64       `xml:"policyId,omitempty" json:"policyId,omitempty" yaml:"policyId,omitempty"`
	ItemName *string      `xml:"itemName,omitempty" json:"itemName,omitempty" yaml:"itemName,omitempty"`
	Options  *StringArray `xml:"options,omitempty" json:"options,omitempty" yaml:"options,omitempty"`
}

Operation wrapper for DeleteResponsePolicyItem. OperationDeleteResponsePolicyItem was auto-generated from WSDL.

type OperationDeleteResponsePolicyItemResponse

type OperationDeleteResponsePolicyItemResponse struct {
	Return *int `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for DeleteResponsePolicyItem. OperationDeleteResponsePolicyItemResponse was auto-generated from WSDL.

type OperationDeleteUserDefinedField

type OperationDeleteUserDefinedField struct {
	Type *string `xml:"type,omitempty" json:"type,omitempty" yaml:"type,omitempty"`
	Name *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
}

Operation wrapper for DeleteUserDefinedField. OperationDeleteUserDefinedField was auto-generated from WSDL.

type OperationDeleteUserDefinedFieldResponse

type OperationDeleteUserDefinedFieldResponse struct {
}

Operation wrapper for DeleteUserDefinedField. OperationDeleteUserDefinedFieldResponse was auto-generated from WSDL.

type OperationDeleteUserDefinedLink struct {
	DeleteLinkDefinitionJson *string `xml:"deleteLinkDefinitionJson,omitempty" json:"deleteLinkDefinitionJson,omitempty" yaml:"deleteLinkDefinitionJson,omitempty"`
}

Operation wrapper for DeleteUserDefinedLink. OperationDeleteUserDefinedLink was auto-generated from WSDL.

type OperationDeleteUserDefinedLinkResponse

type OperationDeleteUserDefinedLinkResponse struct {
}

Operation wrapper for DeleteUserDefinedLink. OperationDeleteUserDefinedLinkResponse was auto-generated from WSDL.

type OperationDeleteWithOptions

type OperationDeleteWithOptions struct {
	ObjectId *int64  `xml:"objectId,omitempty" json:"objectId,omitempty" yaml:"objectId,omitempty"`
	Options  *string `xml:"options,omitempty" json:"options,omitempty" yaml:"options,omitempty"`
}

Operation wrapper for DeleteWithOptions. OperationDeleteWithOptions was auto-generated from WSDL.

type OperationDeleteWithOptionsResponse

type OperationDeleteWithOptionsResponse struct {
}

Operation wrapper for DeleteWithOptions. OperationDeleteWithOptionsResponse was auto-generated from WSDL.

type OperationDenyMACAddress

type OperationDenyMACAddress struct {
	ConfigurationId *int64  `xml:"configurationId,omitempty" json:"configurationId,omitempty" yaml:"configurationId,omitempty"`
	MacAddress      *string `xml:"macAddress,omitempty" json:"macAddress,omitempty" yaml:"macAddress,omitempty"`
}

Operation wrapper for DenyMACAddress. OperationDenyMACAddress was auto-generated from WSDL.

type OperationDenyMACAddressResponse

type OperationDenyMACAddressResponse struct {
}

Operation wrapper for DenyMACAddress. OperationDenyMACAddressResponse was auto-generated from WSDL.

type OperationDeployServer

type OperationDeployServer struct {
	ServerId *int64 `xml:"serverId,omitempty" json:"serverId,omitempty" yaml:"serverId,omitempty"`
}

Operation wrapper for DeployServer. OperationDeployServer was auto-generated from WSDL.

type OperationDeployServerConfig

type OperationDeployServerConfig struct {
	ServerId   *int64  `xml:"serverId,omitempty" json:"serverId,omitempty" yaml:"serverId,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for DeployServerConfig. OperationDeployServerConfig was auto-generated from WSDL.

type OperationDeployServerConfigResponse

type OperationDeployServerConfigResponse struct {
}

Operation wrapper for DeployServerConfig. OperationDeployServerConfigResponse was auto-generated from WSDL.

type OperationDeployServerResponse

type OperationDeployServerResponse struct {
}

Operation wrapper for DeployServer. OperationDeployServerResponse was auto-generated from WSDL.

type OperationDeployServerServices

type OperationDeployServerServices struct {
	ServerId *int64  `xml:"serverId,omitempty" json:"serverId,omitempty" yaml:"serverId,omitempty"`
	Services *string `xml:"services,omitempty" json:"services,omitempty" yaml:"services,omitempty"`
}

Operation wrapper for DeployServerServices. OperationDeployServerServices was auto-generated from WSDL.

type OperationDeployServerServicesResponse

type OperationDeployServerServicesResponse struct {
}

Operation wrapper for DeployServerServices. OperationDeployServerServicesResponse was auto-generated from WSDL.

type OperationEditXHAPair

type OperationEditXHAPair struct {
	XHAServerId *int64  `xml:"xHAServerId,omitempty" json:"xHAServerId,omitempty" yaml:"xHAServerId,omitempty"`
	Name        *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Properties  *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for EditXHAPair. OperationEditXHAPair was auto-generated from WSDL.

type OperationEditXHAPairResponse

type OperationEditXHAPairResponse struct {
}

Operation wrapper for EditXHAPair. OperationEditXHAPairResponse was auto-generated from WSDL.

type OperationEstablishTrustRelationship

type OperationEstablishTrustRelationship struct {
	RemoteIP   *string `xml:"remoteIP,omitempty" json:"remoteIP,omitempty" yaml:"remoteIP,omitempty"`
	Username   *string `xml:"username,omitempty" json:"username,omitempty" yaml:"username,omitempty"`
	Password   *string `xml:"password,omitempty" json:"password,omitempty" yaml:"password,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for EstablishTrustRelationship. OperationEstablishTrustRelationship was auto-generated from WSDL.

type OperationEstablishTrustRelationshipResponse

type OperationEstablishTrustRelationshipResponse struct {
}

Operation wrapper for EstablishTrustRelationship. OperationEstablishTrustRelationshipResponse was auto-generated from WSDL.

type OperationFailoverReplication

type OperationFailoverReplication struct {
	StandbyServer *string `xml:"standbyServer,omitempty" json:"standbyServer,omitempty" yaml:"standbyServer,omitempty"`
	Properties    *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for FailoverReplication. OperationFailoverReplication was auto-generated from WSDL.

type OperationFailoverReplicationResponse

type OperationFailoverReplicationResponse struct {
}

Operation wrapper for FailoverReplication. OperationFailoverReplicationResponse was auto-generated from WSDL.

type OperationFailoverXHA

type OperationFailoverXHA struct {
	XHAServerId *int64 `xml:"xHAServerId,omitempty" json:"xHAServerId,omitempty" yaml:"xHAServerId,omitempty"`
}

Operation wrapper for FailoverXHA. OperationFailoverXHA was auto-generated from WSDL.

type OperationFailoverXHAResponse

type OperationFailoverXHAResponse struct {
}

Operation wrapper for FailoverXHA. OperationFailoverXHAResponse was auto-generated from WSDL.

type OperationFindResponsePoliciesWithItem

type OperationFindResponsePoliciesWithItem struct {
	ConfigurationId *int64       `xml:"configurationId,omitempty" json:"configurationId,omitempty" yaml:"configurationId,omitempty"`
	ItemName        *string      `xml:"itemName,omitempty" json:"itemName,omitempty" yaml:"itemName,omitempty"`
	Options         *StringArray `xml:"options,omitempty" json:"options,omitempty" yaml:"options,omitempty"`
}

Operation wrapper for FindResponsePoliciesWithItem. OperationFindResponsePoliciesWithItem was auto-generated from WSDL.

type OperationFindResponsePoliciesWithItemResponse

type OperationFindResponsePoliciesWithItemResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for FindResponsePoliciesWithItem. OperationFindResponsePoliciesWithItemResponse was auto-generated from WSDL.

type OperationGetAccessRight

type OperationGetAccessRight struct {
	EntityId *int64 `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	UserId   *int64 `xml:"userId,omitempty" json:"userId,omitempty" yaml:"userId,omitempty"`
}

Operation wrapper for GetAccessRight. OperationGetAccessRight was auto-generated from WSDL.

type OperationGetAccessRightResponse

type OperationGetAccessRightResponse struct {
	Return *APIAccessRight `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetAccessRight. OperationGetAccessRightResponse was auto-generated from WSDL.

type OperationGetAccessRightsForEntity

type OperationGetAccessRightsForEntity struct {
	EntityId *int64 `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	Start    *int   `xml:"start,omitempty" json:"start,omitempty" yaml:"start,omitempty"`
	Count    *int   `xml:"count,omitempty" json:"count,omitempty" yaml:"count,omitempty"`
}

Operation wrapper for GetAccessRightsForEntity. OperationGetAccessRightsForEntity was auto-generated from WSDL.

type OperationGetAccessRightsForEntityResponse

type OperationGetAccessRightsForEntityResponse struct {
	Return *APIAccessRightArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetAccessRightsForEntity. OperationGetAccessRightsForEntityResponse was auto-generated from WSDL.

type OperationGetAccessRightsForUser

type OperationGetAccessRightsForUser struct {
	UserId *int64 `xml:"userId,omitempty" json:"userId,omitempty" yaml:"userId,omitempty"`
	Start  *int   `xml:"start,omitempty" json:"start,omitempty" yaml:"start,omitempty"`
	Count  *int   `xml:"count,omitempty" json:"count,omitempty" yaml:"count,omitempty"`
}

Operation wrapper for GetAccessRightsForUser. OperationGetAccessRightsForUser was auto-generated from WSDL.

type OperationGetAccessRightsForUserResponse

type OperationGetAccessRightsForUserResponse struct {
	Return *APIAccessRightArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetAccessRightsForUser. OperationGetAccessRightsForUserResponse was auto-generated from WSDL.

type OperationGetAdditionalIPAddresses

type OperationGetAdditionalIPAddresses struct {
	AdonisID   *int64  `xml:"adonisID,omitempty" json:"adonisID,omitempty" yaml:"adonisID,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for GetAdditionalIPAddresses. OperationGetAdditionalIPAddresses was auto-generated from WSDL.

type OperationGetAdditionalIPAddressesResponse

type OperationGetAdditionalIPAddressesResponse struct {
	Return *string `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetAdditionalIPAddresses. OperationGetAdditionalIPAddressesResponse was auto-generated from WSDL.

type OperationGetAliasesByHint

type OperationGetAliasesByHint struct {
	Start   *int    `xml:"start,omitempty" json:"start,omitempty" yaml:"start,omitempty"`
	Count   *int    `xml:"count,omitempty" json:"count,omitempty" yaml:"count,omitempty"`
	Options *string `xml:"options,omitempty" json:"options,omitempty" yaml:"options,omitempty"`
}

Operation wrapper for GetAliasesByHint. OperationGetAliasesByHint was auto-generated from WSDL.

type OperationGetAliasesByHintResponse

type OperationGetAliasesByHintResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetAliasesByHint. OperationGetAliasesByHintResponse was auto-generated from WSDL.

type OperationGetAllUsedLocationsResponse

type OperationGetAllUsedLocationsResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetAllUsedLocations. OperationGetAllUsedLocationsResponse was auto-generated from WSDL.

type OperationGetAuditLogExportStatusResponse

type OperationGetAuditLogExportStatusResponse struct {
	Return *string `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetAuditLogExportStatus. OperationGetAuditLogExportStatusResponse was auto-generated from WSDL.

type OperationGetConfigurationGroupsResponse

type OperationGetConfigurationGroupsResponse struct {
	Return *StringArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetConfigurationGroups. OperationGetConfigurationGroupsResponse was auto-generated from WSDL.

type OperationGetConfigurationSetting

type OperationGetConfigurationSetting struct {
	ConfigurationId *int64  `xml:"configurationId,omitempty" json:"configurationId,omitempty" yaml:"configurationId,omitempty"`
	SettingName     *string `xml:"settingName,omitempty" json:"settingName,omitempty" yaml:"settingName,omitempty"`
}

Operation wrapper for GetConfigurationSetting. OperationGetConfigurationSetting was auto-generated from WSDL.

type OperationGetConfigurationSettingResponse

type OperationGetConfigurationSettingResponse struct {
	Return *string `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetConfigurationSetting. OperationGetConfigurationSettingResponse was auto-generated from WSDL.

type OperationGetConfigurationsByGroup

type OperationGetConfigurationsByGroup struct {
	GroupName  *string `xml:"groupName,omitempty" json:"groupName,omitempty" yaml:"groupName,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for GetConfigurationsByGroup. OperationGetConfigurationsByGroup was auto-generated from WSDL.

type OperationGetConfigurationsByGroupResponse

type OperationGetConfigurationsByGroupResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetConfigurationsByGroup. OperationGetConfigurationsByGroupResponse was auto-generated from WSDL.

type OperationGetDHCP6ClientDeploymentOption

type OperationGetDHCP6ClientDeploymentOption struct {
	EntityId *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	Name     *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	ServerId *int64  `xml:"serverId,omitempty" json:"serverId,omitempty" yaml:"serverId,omitempty"`
}

Operation wrapper for GetDHCP6ClientDeploymentOption. OperationGetDHCP6ClientDeploymentOption was auto-generated from WSDL.

type OperationGetDHCP6ClientDeploymentOptionResponse

type OperationGetDHCP6ClientDeploymentOptionResponse struct {
	Return *APIDeploymentOption `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetDHCP6ClientDeploymentOption. OperationGetDHCP6ClientDeploymentOptionResponse was auto-generated from WSDL.

type OperationGetDHCP6ServiceDeploymentOption

type OperationGetDHCP6ServiceDeploymentOption struct {
	EntityId *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	Name     *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	ServerId *int64  `xml:"serverId,omitempty" json:"serverId,omitempty" yaml:"serverId,omitempty"`
}

Operation wrapper for GetDHCP6ServiceDeploymentOption. OperationGetDHCP6ServiceDeploymentOption was auto-generated from WSDL.

type OperationGetDHCP6ServiceDeploymentOptionResponse

type OperationGetDHCP6ServiceDeploymentOptionResponse struct {
	Return *APIDeploymentOption `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetDHCP6ServiceDeploymentOption. OperationGetDHCP6ServiceDeploymentOptionResponse was auto-generated from WSDL.

type OperationGetDHCPClientDeploymentOption

type OperationGetDHCPClientDeploymentOption struct {
	EntityId *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	Name     *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	ServerId *int64  `xml:"serverId,omitempty" json:"serverId,omitempty" yaml:"serverId,omitempty"`
}

Operation wrapper for GetDHCPClientDeploymentOption. OperationGetDHCPClientDeploymentOption was auto-generated from WSDL.

type OperationGetDHCPClientDeploymentOptionResponse

type OperationGetDHCPClientDeploymentOptionResponse struct {
	Return *APIDeploymentOption `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetDHCPClientDeploymentOption. OperationGetDHCPClientDeploymentOptionResponse was auto-generated from WSDL.

type OperationGetDHCPDeploymentRole

type OperationGetDHCPDeploymentRole struct {
	EntityId          *int64 `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	ServerInterfaceId *int64 `xml:"serverInterfaceId,omitempty" json:"serverInterfaceId,omitempty" yaml:"serverInterfaceId,omitempty"`
}

Operation wrapper for GetDHCPDeploymentRole. OperationGetDHCPDeploymentRole was auto-generated from WSDL.

type OperationGetDHCPDeploymentRoleResponse

type OperationGetDHCPDeploymentRoleResponse struct {
	Return *APIDeploymentRole `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetDHCPDeploymentRole. OperationGetDHCPDeploymentRoleResponse was auto-generated from WSDL.

type OperationGetDHCPServiceDeploymentOption

type OperationGetDHCPServiceDeploymentOption struct {
	EntityId *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	Name     *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	ServerId *int64  `xml:"serverId,omitempty" json:"serverId,omitempty" yaml:"serverId,omitempty"`
}

Operation wrapper for GetDHCPServiceDeploymentOption. OperationGetDHCPServiceDeploymentOption was auto-generated from WSDL.

type OperationGetDHCPServiceDeploymentOptionResponse

type OperationGetDHCPServiceDeploymentOptionResponse struct {
	Return *APIDeploymentOption `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetDHCPServiceDeploymentOption. OperationGetDHCPServiceDeploymentOptionResponse was auto-generated from WSDL.

type OperationGetDHCPVendorDeploymentOption

type OperationGetDHCPVendorDeploymentOption struct {
	EntityId *int64 `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	OptionId *int64 `xml:"optionId,omitempty" json:"optionId,omitempty" yaml:"optionId,omitempty"`
	ServerId *int64 `xml:"serverId,omitempty" json:"serverId,omitempty" yaml:"serverId,omitempty"`
}

Operation wrapper for GetDHCPVendorDeploymentOption. OperationGetDHCPVendorDeploymentOption was auto-generated from WSDL.

type OperationGetDHCPVendorDeploymentOptionResponse

type OperationGetDHCPVendorDeploymentOptionResponse struct {
	Return *APIDeploymentOption `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetDHCPVendorDeploymentOption. OperationGetDHCPVendorDeploymentOptionResponse was auto-generated from WSDL.

type OperationGetDNSDeploymentOption

type OperationGetDNSDeploymentOption struct {
	EntityId *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	Name     *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	ServerId *int64  `xml:"serverId,omitempty" json:"serverId,omitempty" yaml:"serverId,omitempty"`
}

Operation wrapper for GetDNSDeploymentOption. OperationGetDNSDeploymentOption was auto-generated from WSDL.

type OperationGetDNSDeploymentOptionResponse

type OperationGetDNSDeploymentOptionResponse struct {
	Return *APIDeploymentOption `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetDNSDeploymentOption. OperationGetDNSDeploymentOptionResponse was auto-generated from WSDL.

type OperationGetDNSDeploymentRole

type OperationGetDNSDeploymentRole struct {
	EntityId          *int64 `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	ServerInterfaceId *int64 `xml:"serverInterfaceId,omitempty" json:"serverInterfaceId,omitempty" yaml:"serverInterfaceId,omitempty"`
}

Operation wrapper for GetDNSDeploymentRole. OperationGetDNSDeploymentRole was auto-generated from WSDL.

type OperationGetDNSDeploymentRoleForView

type OperationGetDNSDeploymentRoleForView struct {
	EntityId          *int64 `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	ServerInterfaceId *int64 `xml:"serverInterfaceId,omitempty" json:"serverInterfaceId,omitempty" yaml:"serverInterfaceId,omitempty"`
	ViewId            *int64 `xml:"viewId,omitempty" json:"viewId,omitempty" yaml:"viewId,omitempty"`
}

Operation wrapper for GetDNSDeploymentRoleForView. OperationGetDNSDeploymentRoleForView was auto-generated from WSDL.

type OperationGetDNSDeploymentRoleForViewResponse

type OperationGetDNSDeploymentRoleForViewResponse struct {
	Return *APIDeploymentRole `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetDNSDeploymentRoleForView. OperationGetDNSDeploymentRoleForViewResponse was auto-generated from WSDL.

type OperationGetDNSDeploymentRoleResponse

type OperationGetDNSDeploymentRoleResponse struct {
	Return *APIDeploymentRole `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetDNSDeploymentRole. OperationGetDNSDeploymentRoleResponse was auto-generated from WSDL.

type OperationGetDependentRecords

type OperationGetDependentRecords struct {
	EntityId *int64 `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	Start    *int   `xml:"start,omitempty" json:"start,omitempty" yaml:"start,omitempty"`
	Count    *int   `xml:"count,omitempty" json:"count,omitempty" yaml:"count,omitempty"`
}

Operation wrapper for GetDependentRecords. OperationGetDependentRecords was auto-generated from WSDL.

type OperationGetDependentRecordsResponse

type OperationGetDependentRecordsResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetDependentRecords. OperationGetDependentRecordsResponse was auto-generated from WSDL.

type OperationGetDeploymentOptions

type OperationGetDeploymentOptions struct {
	EntityId    *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	OptionTypes *string `xml:"optionTypes,omitempty" json:"optionTypes,omitempty" yaml:"optionTypes,omitempty"`
	ServerId    *int64  `xml:"serverId,omitempty" json:"serverId,omitempty" yaml:"serverId,omitempty"`
}

Operation wrapper for GetDeploymentOptions. OperationGetDeploymentOptions was auto-generated from WSDL.

type OperationGetDeploymentOptionsResponse

type OperationGetDeploymentOptionsResponse struct {
	Return *APIDeploymentOptionArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetDeploymentOptions. OperationGetDeploymentOptionsResponse was auto-generated from WSDL.

type OperationGetDeploymentRoles

type OperationGetDeploymentRoles struct {
	EntityId *int64 `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
}

Operation wrapper for GetDeploymentRoles. OperationGetDeploymentRoles was auto-generated from WSDL.

type OperationGetDeploymentRolesResponse

type OperationGetDeploymentRolesResponse struct {
	Return *APIDeploymentRoleArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetDeploymentRoles. OperationGetDeploymentRolesResponse was auto-generated from WSDL.

type OperationGetDeploymentTaskStatus

type OperationGetDeploymentTaskStatus struct {
	DeploymentTaskToken *string `xml:"deploymentTaskToken,omitempty" json:"deploymentTaskToken,omitempty" yaml:"deploymentTaskToken,omitempty"`
}

Operation wrapper for GetDeploymentTaskStatus. OperationGetDeploymentTaskStatus was auto-generated from WSDL.

type OperationGetDeploymentTaskStatusResponse

type OperationGetDeploymentTaskStatusResponse struct {
	Return *string `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetDeploymentTaskStatus. OperationGetDeploymentTaskStatusResponse was auto-generated from WSDL.

type OperationGetDiscoveredDevice

type OperationGetDiscoveredDevice struct {
	PolicyId *int64 `xml:"policyId,omitempty" json:"policyId,omitempty" yaml:"policyId,omitempty"`
	DeviceId *int64 `xml:"deviceId,omitempty" json:"deviceId,omitempty" yaml:"deviceId,omitempty"`
}

Operation wrapper for GetDiscoveredDevice. OperationGetDiscoveredDevice was auto-generated from WSDL.

type OperationGetDiscoveredDeviceArpEntries

type OperationGetDiscoveredDeviceArpEntries struct {
	PolicyId *int64 `xml:"policyId,omitempty" json:"policyId,omitempty" yaml:"policyId,omitempty"`
	DeviceId *int64 `xml:"deviceId,omitempty" json:"deviceId,omitempty" yaml:"deviceId,omitempty"`
}

Operation wrapper for GetDiscoveredDeviceArpEntries. OperationGetDiscoveredDeviceArpEntries was auto-generated from WSDL.

type OperationGetDiscoveredDeviceArpEntriesResponse

type OperationGetDiscoveredDeviceArpEntriesResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetDiscoveredDeviceArpEntries. OperationGetDiscoveredDeviceArpEntriesResponse was auto-generated from WSDL.

type OperationGetDiscoveredDeviceHosts

type OperationGetDiscoveredDeviceHosts struct {
	PolicyId *int64 `xml:"policyId,omitempty" json:"policyId,omitempty" yaml:"policyId,omitempty"`
	DeviceId *int64 `xml:"deviceId,omitempty" json:"deviceId,omitempty" yaml:"deviceId,omitempty"`
}

Operation wrapper for GetDiscoveredDeviceHosts. OperationGetDiscoveredDeviceHosts was auto-generated from WSDL.

type OperationGetDiscoveredDeviceHostsResponse

type OperationGetDiscoveredDeviceHostsResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetDiscoveredDeviceHosts. OperationGetDiscoveredDeviceHostsResponse was auto-generated from WSDL.

type OperationGetDiscoveredDeviceInterfaces

type OperationGetDiscoveredDeviceInterfaces struct {
	PolicyId *int64 `xml:"policyId,omitempty" json:"policyId,omitempty" yaml:"policyId,omitempty"`
	DeviceId *int64 `xml:"deviceId,omitempty" json:"deviceId,omitempty" yaml:"deviceId,omitempty"`
}

Operation wrapper for GetDiscoveredDeviceInterfaces. OperationGetDiscoveredDeviceInterfaces was auto-generated from WSDL.

type OperationGetDiscoveredDeviceInterfacesResponse

type OperationGetDiscoveredDeviceInterfacesResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetDiscoveredDeviceInterfaces. OperationGetDiscoveredDeviceInterfacesResponse was auto-generated from WSDL.

type OperationGetDiscoveredDeviceMacAddressEntries

type OperationGetDiscoveredDeviceMacAddressEntries struct {
	PolicyId *int64 `xml:"policyId,omitempty" json:"policyId,omitempty" yaml:"policyId,omitempty"`
	DeviceId *int64 `xml:"deviceId,omitempty" json:"deviceId,omitempty" yaml:"deviceId,omitempty"`
}

Operation wrapper for GetDiscoveredDeviceMacAddressEntries. OperationGetDiscoveredDeviceMacAddressEntries was auto-generated from WSDL.

type OperationGetDiscoveredDeviceMacAddressEntriesResponse

type OperationGetDiscoveredDeviceMacAddressEntriesResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetDiscoveredDeviceMacAddressEntries. OperationGetDiscoveredDeviceMacAddressEntriesResponse was auto-generated from WSDL.

type OperationGetDiscoveredDeviceNetworks

type OperationGetDiscoveredDeviceNetworks struct {
	PolicyId *int64 `xml:"policyId,omitempty" json:"policyId,omitempty" yaml:"policyId,omitempty"`
	DeviceId *int64 `xml:"deviceId,omitempty" json:"deviceId,omitempty" yaml:"deviceId,omitempty"`
}

Operation wrapper for GetDiscoveredDeviceNetworks. OperationGetDiscoveredDeviceNetworks was auto-generated from WSDL.

type OperationGetDiscoveredDeviceNetworksResponse

type OperationGetDiscoveredDeviceNetworksResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetDiscoveredDeviceNetworks. OperationGetDiscoveredDeviceNetworksResponse was auto-generated from WSDL.

type OperationGetDiscoveredDeviceResponse

type OperationGetDiscoveredDeviceResponse struct {
	Return *APIEntity `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetDiscoveredDevice. OperationGetDiscoveredDeviceResponse was auto-generated from WSDL.

type OperationGetDiscoveredDeviceVlans

type OperationGetDiscoveredDeviceVlans struct {
	PolicyId *int64 `xml:"policyId,omitempty" json:"policyId,omitempty" yaml:"policyId,omitempty"`
	DeviceId *int64 `xml:"deviceId,omitempty" json:"deviceId,omitempty" yaml:"deviceId,omitempty"`
}

Operation wrapper for GetDiscoveredDeviceVlans. OperationGetDiscoveredDeviceVlans was auto-generated from WSDL.

type OperationGetDiscoveredDeviceVlansResponse

type OperationGetDiscoveredDeviceVlansResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetDiscoveredDeviceVlans. OperationGetDiscoveredDeviceVlansResponse was auto-generated from WSDL.

type OperationGetDiscoveredDevices

type OperationGetDiscoveredDevices struct {
	PolicyId *int64 `xml:"policyId,omitempty" json:"policyId,omitempty" yaml:"policyId,omitempty"`
}

Operation wrapper for GetDiscoveredDevices. OperationGetDiscoveredDevices was auto-generated from WSDL.

type OperationGetDiscoveredDevicesResponse

type OperationGetDiscoveredDevicesResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetDiscoveredDevices. OperationGetDiscoveredDevicesResponse was auto-generated from WSDL.

type OperationGetEntities

type OperationGetEntities struct {
	ParentId *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Type     *string `xml:"type,omitempty" json:"type,omitempty" yaml:"type,omitempty"`
	Start    *int    `xml:"start,omitempty" json:"start,omitempty" yaml:"start,omitempty"`
	Count    *int    `xml:"count,omitempty" json:"count,omitempty" yaml:"count,omitempty"`
}

Operation wrapper for GetEntities. OperationGetEntities was auto-generated from WSDL.

type OperationGetEntitiesByName

type OperationGetEntitiesByName struct {
	ParentId *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Name     *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Type     *string `xml:"type,omitempty" json:"type,omitempty" yaml:"type,omitempty"`
	Start    *int    `xml:"start,omitempty" json:"start,omitempty" yaml:"start,omitempty"`
	Count    *int    `xml:"count,omitempty" json:"count,omitempty" yaml:"count,omitempty"`
}

Operation wrapper for GetEntitiesByName. OperationGetEntitiesByName was auto-generated from WSDL.

type OperationGetEntitiesByNameResponse

type OperationGetEntitiesByNameResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetEntitiesByName. OperationGetEntitiesByNameResponse was auto-generated from WSDL.

type OperationGetEntitiesByNameUsingOptions

type OperationGetEntitiesByNameUsingOptions struct {
	ParentId *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Name     *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Type     *string `xml:"type,omitempty" json:"type,omitempty" yaml:"type,omitempty"`
	Start    *int    `xml:"start,omitempty" json:"start,omitempty" yaml:"start,omitempty"`
	Count    *int    `xml:"count,omitempty" json:"count,omitempty" yaml:"count,omitempty"`
	Options  *string `xml:"options,omitempty" json:"options,omitempty" yaml:"options,omitempty"`
}

Operation wrapper for GetEntitiesByNameUsingOptions. OperationGetEntitiesByNameUsingOptions was auto-generated from WSDL.

type OperationGetEntitiesByNameUsingOptionsResponse

type OperationGetEntitiesByNameUsingOptionsResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetEntitiesByNameUsingOptions. OperationGetEntitiesByNameUsingOptionsResponse was auto-generated from WSDL.

type OperationGetEntitiesResponse

type OperationGetEntitiesResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetEntities. OperationGetEntitiesResponse was auto-generated from WSDL.

type OperationGetEntityByCIDR

type OperationGetEntityByCIDR struct {
	ParentId *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Cidr     *string `xml:"cidr,omitempty" json:"cidr,omitempty" yaml:"cidr,omitempty"`
	Type     *string `xml:"type,omitempty" json:"type,omitempty" yaml:"type,omitempty"`
}

Operation wrapper for GetEntityByCIDR. OperationGetEntityByCIDR was auto-generated from WSDL.

type OperationGetEntityByCIDRResponse

type OperationGetEntityByCIDRResponse struct {
	Return *APIEntity `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetEntityByCIDR. OperationGetEntityByCIDRResponse was auto-generated from WSDL.

type OperationGetEntityById

type OperationGetEntityById struct {
	Id *int64 `xml:"id,omitempty" json:"id,omitempty" yaml:"id,omitempty"`
}

Operation wrapper for GetEntityById. OperationGetEntityById was auto-generated from WSDL.

type OperationGetEntityByIdResponse

type OperationGetEntityByIdResponse struct {
	Return *APIEntity `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetEntityById. OperationGetEntityByIdResponse was auto-generated from WSDL.

type OperationGetEntityByName

type OperationGetEntityByName struct {
	ParentId *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Name     *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	Type     *string `xml:"type,omitempty" json:"type,omitempty" yaml:"type,omitempty"`
}

Operation wrapper for GetEntityByName. OperationGetEntityByName was auto-generated from WSDL.

type OperationGetEntityByNameResponse

type OperationGetEntityByNameResponse struct {
	Return *APIEntity `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetEntityByName. OperationGetEntityByNameResponse was auto-generated from WSDL.

type OperationGetEntityByPrefix

type OperationGetEntityByPrefix struct {
	ContainerId *int64  `xml:"containerId,omitempty" json:"containerId,omitempty" yaml:"containerId,omitempty"`
	Prefix      *string `xml:"prefix,omitempty" json:"prefix,omitempty" yaml:"prefix,omitempty"`
	Type        *string `xml:"type,omitempty" json:"type,omitempty" yaml:"type,omitempty"`
}

Operation wrapper for GetEntityByPrefix. OperationGetEntityByPrefix was auto-generated from WSDL.

type OperationGetEntityByPrefixResponse

type OperationGetEntityByPrefixResponse struct {
	Return *APIEntity `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetEntityByPrefix. OperationGetEntityByPrefixResponse was auto-generated from WSDL.

type OperationGetEntityByRange

type OperationGetEntityByRange struct {
	ParentId *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Address1 *string `xml:"address1,omitempty" json:"address1,omitempty" yaml:"address1,omitempty"`
	Address2 *string `xml:"address2,omitempty" json:"address2,omitempty" yaml:"address2,omitempty"`
	Type     *string `xml:"type,omitempty" json:"type,omitempty" yaml:"type,omitempty"`
}

Operation wrapper for GetEntityByRange. OperationGetEntityByRange was auto-generated from WSDL.

type OperationGetEntityByRangeResponse

type OperationGetEntityByRangeResponse struct {
	Return *APIEntity `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetEntityByRange. OperationGetEntityByRangeResponse was auto-generated from WSDL.

type OperationGetHostRecordsByHint

type OperationGetHostRecordsByHint struct {
	Start   *int    `xml:"start,omitempty" json:"start,omitempty" yaml:"start,omitempty"`
	Count   *int    `xml:"count,omitempty" json:"count,omitempty" yaml:"count,omitempty"`
	Options *string `xml:"options,omitempty" json:"options,omitempty" yaml:"options,omitempty"`
}

Operation wrapper for GetHostRecordsByHint. OperationGetHostRecordsByHint was auto-generated from WSDL.

type OperationGetHostRecordsByHintResponse

type OperationGetHostRecordsByHintResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetHostRecordsByHint. OperationGetHostRecordsByHintResponse was auto-generated from WSDL.

type OperationGetIP4Address

type OperationGetIP4Address struct {
	ContainerId *int64  `xml:"containerId,omitempty" json:"containerId,omitempty" yaml:"containerId,omitempty"`
	Address     *string `xml:"address,omitempty" json:"address,omitempty" yaml:"address,omitempty"`
}

Operation wrapper for GetIP4Address. OperationGetIP4Address was auto-generated from WSDL.

type OperationGetIP4AddressResponse

type OperationGetIP4AddressResponse struct {
	Return *APIEntity `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetIP4Address. OperationGetIP4AddressResponse was auto-generated from WSDL.

type OperationGetIP4NetworksByHint

type OperationGetIP4NetworksByHint struct {
	ContainerId *int64  `xml:"containerId,omitempty" json:"containerId,omitempty" yaml:"containerId,omitempty"`
	Start       *int    `xml:"start,omitempty" json:"start,omitempty" yaml:"start,omitempty"`
	Count       *int    `xml:"count,omitempty" json:"count,omitempty" yaml:"count,omitempty"`
	Options     *string `xml:"options,omitempty" json:"options,omitempty" yaml:"options,omitempty"`
}

Operation wrapper for GetIP4NetworksByHint. OperationGetIP4NetworksByHint was auto-generated from WSDL.

type OperationGetIP4NetworksByHintResponse

type OperationGetIP4NetworksByHintResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetIP4NetworksByHint. OperationGetIP4NetworksByHintResponse was auto-generated from WSDL.

type OperationGetIP6Address

type OperationGetIP6Address struct {
	ContainerId *int64  `xml:"containerId,omitempty" json:"containerId,omitempty" yaml:"containerId,omitempty"`
	Address     *string `xml:"address,omitempty" json:"address,omitempty" yaml:"address,omitempty"`
}

Operation wrapper for GetIP6Address. OperationGetIP6Address was auto-generated from WSDL.

type OperationGetIP6AddressResponse

type OperationGetIP6AddressResponse struct {
	Return *APIEntity `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetIP6Address. OperationGetIP6AddressResponse was auto-generated from WSDL.

type OperationGetIP6ObjectsByHint

type OperationGetIP6ObjectsByHint struct {
	ContainerId *int64  `xml:"containerId,omitempty" json:"containerId,omitempty" yaml:"containerId,omitempty"`
	ObjectType  *string `xml:"objectType,omitempty" json:"objectType,omitempty" yaml:"objectType,omitempty"`
	Start       *int    `xml:"start,omitempty" json:"start,omitempty" yaml:"start,omitempty"`
	Count       *int    `xml:"count,omitempty" json:"count,omitempty" yaml:"count,omitempty"`
	Options     *string `xml:"options,omitempty" json:"options,omitempty" yaml:"options,omitempty"`
}

Operation wrapper for GetIP6ObjectsByHint. OperationGetIP6ObjectsByHint was auto-generated from WSDL.

type OperationGetIP6ObjectsByHintResponse

type OperationGetIP6ObjectsByHintResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetIP6ObjectsByHint. OperationGetIP6ObjectsByHintResponse was auto-generated from WSDL.

type OperationGetIPRangedByIP

type OperationGetIPRangedByIP struct {
	ContainerId *int64  `xml:"containerId,omitempty" json:"containerId,omitempty" yaml:"containerId,omitempty"`
	Type        *string `xml:"type,omitempty" json:"type,omitempty" yaml:"type,omitempty"`
	Address     *string `xml:"address,omitempty" json:"address,omitempty" yaml:"address,omitempty"`
}

Operation wrapper for GetIPRangedByIP. OperationGetIPRangedByIP was auto-generated from WSDL.

type OperationGetIPRangedByIPResponse

type OperationGetIPRangedByIPResponse struct {
	Return *APIEntity `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetIPRangedByIP. OperationGetIPRangedByIPResponse was auto-generated from WSDL.

type OperationGetKSK

type OperationGetKSK struct {
	EntityId *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	Format   *string `xml:"format,omitempty" json:"format,omitempty" yaml:"format,omitempty"`
}

Operation wrapper for GetKSK. OperationGetKSK was auto-generated from WSDL.

type OperationGetKSKResponse

type OperationGetKSKResponse struct {
	Return *StringArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetKSK. OperationGetKSKResponse was auto-generated from WSDL.

type OperationGetLatestMigrationLogResponse

type OperationGetLatestMigrationLogResponse struct {
	Return *string `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetLatestMigrationLog. OperationGetLatestMigrationLogResponse was auto-generated from WSDL.

type OperationGetLinkedEntities

type OperationGetLinkedEntities struct {
	EntityId *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	Type     *string `xml:"type,omitempty" json:"type,omitempty" yaml:"type,omitempty"`
	Start    *int    `xml:"start,omitempty" json:"start,omitempty" yaml:"start,omitempty"`
	Count    *int    `xml:"count,omitempty" json:"count,omitempty" yaml:"count,omitempty"`
}

Operation wrapper for GetLinkedEntities. OperationGetLinkedEntities was auto-generated from WSDL.

type OperationGetLinkedEntitiesEx

type OperationGetLinkedEntitiesEx struct {
	GetLinkedEntitiesJson *string `xml:"getLinkedEntitiesJson,omitempty" json:"getLinkedEntitiesJson,omitempty" yaml:"getLinkedEntitiesJson,omitempty"`
}

Operation wrapper for GetLinkedEntitiesEx. OperationGetLinkedEntitiesEx was auto-generated from WSDL.

type OperationGetLinkedEntitiesExResponse

type OperationGetLinkedEntitiesExResponse struct {
	Return *string `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetLinkedEntitiesEx. OperationGetLinkedEntitiesExResponse was auto-generated from WSDL.

type OperationGetLinkedEntitiesResponse

type OperationGetLinkedEntitiesResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetLinkedEntities. OperationGetLinkedEntitiesResponse was auto-generated from WSDL.

type OperationGetLinkedIP4ObjectConflicts

type OperationGetLinkedIP4ObjectConflicts struct {
	TemplateId *int64 `xml:"templateId,omitempty" json:"templateId,omitempty" yaml:"templateId,omitempty"`
	EntityId   *int64 `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
}

Operation wrapper for GetLinkedIP4ObjectConflicts. OperationGetLinkedIP4ObjectConflicts was auto-generated from WSDL.

type OperationGetLinkedIP4ObjectConflictsResponse

type OperationGetLinkedIP4ObjectConflictsResponse struct {
	Return *string `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetLinkedIP4ObjectConflicts. OperationGetLinkedIP4ObjectConflictsResponse was auto-generated from WSDL.

type OperationGetLinkedNetworkConflicts

type OperationGetLinkedNetworkConflicts struct {
	TemplateId *int64 `xml:"templateId,omitempty" json:"templateId,omitempty" yaml:"templateId,omitempty"`
	NetworkId  *int64 `xml:"networkId,omitempty" json:"networkId,omitempty" yaml:"networkId,omitempty"`
}

Operation wrapper for GetLinkedNetworkConflicts. OperationGetLinkedNetworkConflicts was auto-generated from WSDL.

type OperationGetLinkedNetworkConflictsResponse

type OperationGetLinkedNetworkConflictsResponse struct {
	Return *string `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetLinkedNetworkConflicts. OperationGetLinkedNetworkConflictsResponse was auto-generated from WSDL.

type OperationGetLocationByCode

type OperationGetLocationByCode struct {
	Code *string `xml:"code,omitempty" json:"code,omitempty" yaml:"code,omitempty"`
}

Operation wrapper for GetLocationByCode. OperationGetLocationByCode was auto-generated from WSDL.

type OperationGetLocationByCodeResponse

type OperationGetLocationByCodeResponse struct {
	Return *APIEntity `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetLocationByCode. OperationGetLocationByCodeResponse was auto-generated from WSDL.

type OperationGetMACAddress

type OperationGetMACAddress struct {
	ConfigurationId *int64  `xml:"configurationId,omitempty" json:"configurationId,omitempty" yaml:"configurationId,omitempty"`
	MacAddress      *string `xml:"macAddress,omitempty" json:"macAddress,omitempty" yaml:"macAddress,omitempty"`
}

Operation wrapper for GetMACAddress. OperationGetMACAddress was auto-generated from WSDL.

type OperationGetMACAddressResponse

type OperationGetMACAddressResponse struct {
	Return *APIEntity `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetMACAddress. OperationGetMACAddressResponse was auto-generated from WSDL.

type OperationGetMACAddressesInPool

type OperationGetMACAddressesInPool struct {
	MacPoolId *int64 `xml:"macPoolId,omitempty" json:"macPoolId,omitempty" yaml:"macPoolId,omitempty"`
	Start     *int   `xml:"start,omitempty" json:"start,omitempty" yaml:"start,omitempty"`
	Count     *int   `xml:"count,omitempty" json:"count,omitempty" yaml:"count,omitempty"`
}

Operation wrapper for GetMACAddressesInPool. OperationGetMACAddressesInPool was auto-generated from WSDL.

type OperationGetMACAddressesInPoolResponse

type OperationGetMACAddressesInPoolResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetMACAddressesInPool. OperationGetMACAddressesInPoolResponse was auto-generated from WSDL.

type OperationGetMaxAllowedRange

type OperationGetMaxAllowedRange struct {
	RangeId *int64 `xml:"rangeId,omitempty" json:"rangeId,omitempty" yaml:"rangeId,omitempty"`
}

Operation wrapper for GetMaxAllowedRange. OperationGetMaxAllowedRange was auto-generated from WSDL.

type OperationGetMaxAllowedRangeResponse

type OperationGetMaxAllowedRangeResponse struct {
	Return *StringArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetMaxAllowedRange. OperationGetMaxAllowedRangeResponse was auto-generated from WSDL.

type OperationGetNetworkLinkedProperties

type OperationGetNetworkLinkedProperties struct {
	NetworkId *int64 `xml:"networkId,omitempty" json:"networkId,omitempty" yaml:"networkId,omitempty"`
}

Operation wrapper for GetNetworkLinkedProperties. OperationGetNetworkLinkedProperties was auto-generated from WSDL.

type OperationGetNetworkLinkedPropertiesResponse

type OperationGetNetworkLinkedPropertiesResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetNetworkLinkedProperties. OperationGetNetworkLinkedPropertiesResponse was auto-generated from WSDL.

type OperationGetNextAvailableIP4Address

type OperationGetNextAvailableIP4Address struct {
	ParentId *int64 `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
}

Operation wrapper for GetNextAvailableIP4Address. OperationGetNextAvailableIP4Address was auto-generated from WSDL.

type OperationGetNextAvailableIP4AddressResponse

type OperationGetNextAvailableIP4AddressResponse struct {
	Return *string `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetNextAvailableIP4Address. OperationGetNextAvailableIP4AddressResponse was auto-generated from WSDL.

type OperationGetNextAvailableIP4Network

type OperationGetNextAvailableIP4Network struct {
	ParentId        *int64 `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Size            *int64 `xml:"size,omitempty" json:"size,omitempty" yaml:"size,omitempty"`
	IsLargerAllowed *bool  `xml:"isLargerAllowed,omitempty" json:"isLargerAllowed,omitempty" yaml:"isLargerAllowed,omitempty"`
	AutoCreate      *bool  `xml:"autoCreate,omitempty" json:"autoCreate,omitempty" yaml:"autoCreate,omitempty"`
}

Operation wrapper for GetNextAvailableIP4Network. OperationGetNextAvailableIP4Network was auto-generated from WSDL.

type OperationGetNextAvailableIP4NetworkResponse

type OperationGetNextAvailableIP4NetworkResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetNextAvailableIP4Network. OperationGetNextAvailableIP4NetworkResponse was auto-generated from WSDL.

type OperationGetNextAvailableIP6Address

type OperationGetNextAvailableIP6Address struct {
	ParentId   *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for GetNextAvailableIP6Address. OperationGetNextAvailableIP6Address was auto-generated from WSDL.

type OperationGetNextAvailableIP6AddressResponse

type OperationGetNextAvailableIP6AddressResponse struct {
	Return *string `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetNextAvailableIP6Address. OperationGetNextAvailableIP6AddressResponse was auto-generated from WSDL.

type OperationGetNextAvailableIPRange

type OperationGetNextAvailableIPRange struct {
	ParentId   *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Size       *int64  `xml:"size,omitempty" json:"size,omitempty" yaml:"size,omitempty"`
	Type       *string `xml:"type,omitempty" json:"type,omitempty" yaml:"type,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for GetNextAvailableIPRange. OperationGetNextAvailableIPRange was auto-generated from WSDL.

type OperationGetNextAvailableIPRangeResponse

type OperationGetNextAvailableIPRangeResponse struct {
	Return *APIEntity `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetNextAvailableIPRange. OperationGetNextAvailableIPRangeResponse was auto-generated from WSDL.

type OperationGetNextAvailableIPRanges

type OperationGetNextAvailableIPRanges struct {
	ParentId   *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Size       *int64  `xml:"size,omitempty" json:"size,omitempty" yaml:"size,omitempty"`
	Type       *string `xml:"type,omitempty" json:"type,omitempty" yaml:"type,omitempty"`
	Count      *int    `xml:"count,omitempty" json:"count,omitempty" yaml:"count,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for GetNextAvailableIPRanges. OperationGetNextAvailableIPRanges was auto-generated from WSDL.

type OperationGetNextAvailableIPRangesResponse

type OperationGetNextAvailableIPRangesResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetNextAvailableIPRanges. OperationGetNextAvailableIPRangesResponse was auto-generated from WSDL.

type OperationGetNextIP4Address

type OperationGetNextIP4Address struct {
	ParentId   *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for GetNextIP4Address. OperationGetNextIP4Address was auto-generated from WSDL.

type OperationGetNextIP4AddressResponse

type OperationGetNextIP4AddressResponse struct {
	Return *string `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetNextIP4Address. OperationGetNextIP4AddressResponse was auto-generated from WSDL.

type OperationGetParent

type OperationGetParent struct {
	EntityId *int64 `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
}

Operation wrapper for GetParent. OperationGetParent was auto-generated from WSDL.

type OperationGetParentResponse

type OperationGetParentResponse struct {
	Return *APIEntity `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetParent. OperationGetParentResponse was auto-generated from WSDL.

type OperationGetProbeData

type OperationGetProbeData struct {
	DefinedProbe *string `xml:"definedProbe,omitempty" json:"definedProbe,omitempty" yaml:"definedProbe,omitempty"`
	Properties   *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for GetProbeData. OperationGetProbeData was auto-generated from WSDL.

type OperationGetProbeDataResponse

type OperationGetProbeDataResponse struct {
	Return *APIData `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetProbeData. OperationGetProbeDataResponse was auto-generated from WSDL.

type OperationGetProbeStatus

type OperationGetProbeStatus struct {
	DefinedProbe *string `xml:"definedProbe,omitempty" json:"definedProbe,omitempty" yaml:"definedProbe,omitempty"`
}

Operation wrapper for GetProbeStatus. OperationGetProbeStatus was auto-generated from WSDL.

type OperationGetProbeStatusResponse

type OperationGetProbeStatusResponse struct {
	Return *int `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetProbeStatus. OperationGetProbeStatusResponse was auto-generated from WSDL.

type OperationGetReplicationInfo

type OperationGetReplicationInfo struct {
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for GetReplicationInfo. OperationGetReplicationInfo was auto-generated from WSDL.

type OperationGetReplicationInfoResponse

type OperationGetReplicationInfoResponse struct {
	Return *string `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetReplicationInfo. OperationGetReplicationInfoResponse was auto-generated from WSDL.

type OperationGetServerDeploymentRoles

type OperationGetServerDeploymentRoles struct {
	ServerId *int64 `xml:"serverId,omitempty" json:"serverId,omitempty" yaml:"serverId,omitempty"`
}

Operation wrapper for GetServerDeploymentRoles. OperationGetServerDeploymentRoles was auto-generated from WSDL.

type OperationGetServerDeploymentRolesResponse

type OperationGetServerDeploymentRolesResponse struct {
	Return *APIDeploymentRoleArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetServerDeploymentRoles. OperationGetServerDeploymentRolesResponse was auto-generated from WSDL.

type OperationGetServerDeploymentStatus

type OperationGetServerDeploymentStatus struct {
	ServerId   *int64  `xml:"serverId,omitempty" json:"serverId,omitempty" yaml:"serverId,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for GetServerDeploymentStatus. OperationGetServerDeploymentStatus was auto-generated from WSDL.

type OperationGetServerDeploymentStatusResponse

type OperationGetServerDeploymentStatusResponse struct {
	Return *int `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetServerDeploymentStatus. OperationGetServerDeploymentStatusResponse was auto-generated from WSDL.

type OperationGetServerForRole

type OperationGetServerForRole struct {
	RoleId *int64 `xml:"roleId,omitempty" json:"roleId,omitempty" yaml:"roleId,omitempty"`
}

Operation wrapper for GetServerForRole. OperationGetServerForRole was auto-generated from WSDL.

type OperationGetServerForRoleResponse

type OperationGetServerForRoleResponse struct {
	Return *APIEntity `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetServerForRole. OperationGetServerForRoleResponse was auto-generated from WSDL.

type OperationGetServerServices

type OperationGetServerServices struct {
	ServerId *int64 `xml:"serverId,omitempty" json:"serverId,omitempty" yaml:"serverId,omitempty"`
}

Operation wrapper for GetServerServices. OperationGetServerServices was auto-generated from WSDL.

type OperationGetServerServicesConfigurationStatus

type OperationGetServerServicesConfigurationStatus struct {
	ConfigurationToken *string `xml:"configurationToken,omitempty" json:"configurationToken,omitempty" yaml:"configurationToken,omitempty"`
}

Operation wrapper for GetServerServicesConfigurationStatus. OperationGetServerServicesConfigurationStatus was auto-generated from WSDL.

type OperationGetServerServicesConfigurationStatusResponse

type OperationGetServerServicesConfigurationStatusResponse struct {
	Return *string `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetServerServicesConfigurationStatus. OperationGetServerServicesConfigurationStatusResponse was auto-generated from WSDL.

type OperationGetServerServicesResponse

type OperationGetServerServicesResponse struct {
	Return *string `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetServerServices. OperationGetServerServicesResponse was auto-generated from WSDL.

type OperationGetSharedNetworks

type OperationGetSharedNetworks struct {
	TagId *int64 `xml:"tagId,omitempty" json:"tagId,omitempty" yaml:"tagId,omitempty"`
}

Operation wrapper for GetSharedNetworks. OperationGetSharedNetworks was auto-generated from WSDL.

type OperationGetSharedNetworksResponse

type OperationGetSharedNetworksResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetSharedNetworks. OperationGetSharedNetworksResponse was auto-generated from WSDL.

type OperationGetSystemInfoResponse

type OperationGetSystemInfoResponse struct {
	Return *string `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetSystemInfo. OperationGetSystemInfoResponse was auto-generated from WSDL.

type OperationGetTemplateTaskStatus

type OperationGetTemplateTaskStatus struct {
	TaskId *string `xml:"taskId,omitempty" json:"taskId,omitempty" yaml:"taskId,omitempty"`
}

Operation wrapper for GetTemplateTaskStatus. OperationGetTemplateTaskStatus was auto-generated from WSDL.

type OperationGetTemplateTaskStatusResponse

type OperationGetTemplateTaskStatusResponse struct {
	Return *string `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetTemplateTaskStatus. OperationGetTemplateTaskStatusResponse was auto-generated from WSDL.

type OperationGetUserDefinedFields

type OperationGetUserDefinedFields struct {
	Type               *string `xml:"type,omitempty" json:"type,omitempty" yaml:"type,omitempty"`
	RequiredFieldsOnly *bool   `xml:"requiredFieldsOnly,omitempty" json:"requiredFieldsOnly,omitempty" yaml:"requiredFieldsOnly,omitempty"`
}

Operation wrapper for GetUserDefinedFields. OperationGetUserDefinedFields was auto-generated from WSDL.

type OperationGetUserDefinedFieldsResponse

type OperationGetUserDefinedFieldsResponse struct {
	Return *APIUserDefinedFieldArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetUserDefinedFields. OperationGetUserDefinedFieldsResponse was auto-generated from WSDL.

type OperationGetUserDefinedLink struct {
	GetLinkDefinitionJson *string `xml:"getLinkDefinitionJson,omitempty" json:"getLinkDefinitionJson,omitempty" yaml:"getLinkDefinitionJson,omitempty"`
}

Operation wrapper for GetUserDefinedLink. OperationGetUserDefinedLink was auto-generated from WSDL.

type OperationGetUserDefinedLinkResponse

type OperationGetUserDefinedLinkResponse struct {
	Return *string `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetUserDefinedLink. OperationGetUserDefinedLinkResponse was auto-generated from WSDL.

type OperationGetZonesByHint

type OperationGetZonesByHint struct {
	ContainerId *int64  `xml:"containerId,omitempty" json:"containerId,omitempty" yaml:"containerId,omitempty"`
	Start       *int    `xml:"start,omitempty" json:"start,omitempty" yaml:"start,omitempty"`
	Count       *int    `xml:"count,omitempty" json:"count,omitempty" yaml:"count,omitempty"`
	Options     *string `xml:"options,omitempty" json:"options,omitempty" yaml:"options,omitempty"`
}

Operation wrapper for GetZonesByHint. OperationGetZonesByHint was auto-generated from WSDL.

type OperationGetZonesByHintResponse

type OperationGetZonesByHintResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for GetZonesByHint. OperationGetZonesByHintResponse was auto-generated from WSDL.

type OperationImportServer

type OperationImportServer struct {
	ServerId   *int64  `xml:"serverId,omitempty" json:"serverId,omitempty" yaml:"serverId,omitempty"`
	ImportDns  *bool   `xml:"importDns,omitempty" json:"importDns,omitempty" yaml:"importDns,omitempty"`
	ImportDhcp *bool   `xml:"importDhcp,omitempty" json:"importDhcp,omitempty" yaml:"importDhcp,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for ImportServer. OperationImportServer was auto-generated from WSDL.

type OperationImportServerResponse

type OperationImportServerResponse struct {
}

Operation wrapper for ImportServer. OperationImportServerResponse was auto-generated from WSDL.

type OperationIsAddressAllocated

type OperationIsAddressAllocated struct {
	ConfigurationId *int64  `xml:"configurationId,omitempty" json:"configurationId,omitempty" yaml:"configurationId,omitempty"`
	IpAddress       *string `xml:"ipAddress,omitempty" json:"ipAddress,omitempty" yaml:"ipAddress,omitempty"`
	MacAddress      *string `xml:"macAddress,omitempty" json:"macAddress,omitempty" yaml:"macAddress,omitempty"`
}

Operation wrapper for IsAddressAllocated. OperationIsAddressAllocated was auto-generated from WSDL.

type OperationIsAddressAllocatedResponse

type OperationIsAddressAllocatedResponse struct {
	Return *bool `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for IsAddressAllocated. OperationIsAddressAllocatedResponse was auto-generated from WSDL.

type OperationIsMigrationRunning

type OperationIsMigrationRunning struct {
	Filename *string `xml:"filename,omitempty" json:"filename,omitempty" yaml:"filename,omitempty"`
}

Operation wrapper for IsMigrationRunning. OperationIsMigrationRunning was auto-generated from WSDL.

type OperationIsMigrationRunningResponse

type OperationIsMigrationRunningResponse struct {
	Return *bool `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for IsMigrationRunning. OperationIsMigrationRunningResponse was auto-generated from WSDL.

type OperationLinkEntities

type OperationLinkEntities struct {
	Entity1Id  *int64  `xml:"entity1Id,omitempty" json:"entity1Id,omitempty" yaml:"entity1Id,omitempty"`
	Entity2Id  *int64  `xml:"entity2Id,omitempty" json:"entity2Id,omitempty" yaml:"entity2Id,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for LinkEntities. OperationLinkEntities was auto-generated from WSDL.

type OperationLinkEntitiesEx

type OperationLinkEntitiesEx struct {
	LinkEntitiesJson *string `xml:"linkEntitiesJson,omitempty" json:"linkEntitiesJson,omitempty" yaml:"linkEntitiesJson,omitempty"`
}

Operation wrapper for LinkEntitiesEx. OperationLinkEntitiesEx was auto-generated from WSDL.

type OperationLinkEntitiesExResponse

type OperationLinkEntitiesExResponse struct {
}

Operation wrapper for LinkEntitiesEx. OperationLinkEntitiesExResponse was auto-generated from WSDL.

type OperationLinkEntitiesResponse

type OperationLinkEntitiesResponse struct {
}

Operation wrapper for LinkEntities. OperationLinkEntitiesResponse was auto-generated from WSDL.

type OperationLogin

type OperationLogin struct {
	Username *string `xml:"username,omitempty" json:"username,omitempty" yaml:"username,omitempty"`
	Password *string `xml:"password,omitempty" json:"password,omitempty" yaml:"password,omitempty"`
}

Operation wrapper for Login. OperationLogin was auto-generated from WSDL.

type OperationLoginResponse

type OperationLoginResponse struct {
}

Operation wrapper for Login. OperationLoginResponse was auto-generated from WSDL.

type OperationLoginWithOptions

type OperationLoginWithOptions struct {
	Username *string `xml:"username,omitempty" json:"username,omitempty" yaml:"username,omitempty"`
	Password *string `xml:"password,omitempty" json:"password,omitempty" yaml:"password,omitempty"`
	Options  *string `xml:"options,omitempty" json:"options,omitempty" yaml:"options,omitempty"`
}

Operation wrapper for LoginWithOptions. OperationLoginWithOptions was auto-generated from WSDL.

type OperationLoginWithOptionsResponse

type OperationLoginWithOptionsResponse struct {
}

Operation wrapper for LoginWithOptions. OperationLoginWithOptionsResponse was auto-generated from WSDL.

type OperationLogoutResponse

type OperationLogoutResponse struct {
}

Operation wrapper for Logout. OperationLogoutResponse was auto-generated from WSDL.

type OperationMergeBlocksWithParent

type OperationMergeBlocksWithParent struct {
	BlockIds *LongArray `xml:"blockIds,omitempty" json:"blockIds,omitempty" yaml:"blockIds,omitempty"`
}

Operation wrapper for MergeBlocksWithParent. OperationMergeBlocksWithParent was auto-generated from WSDL.

type OperationMergeBlocksWithParentResponse

type OperationMergeBlocksWithParentResponse struct {
}

Operation wrapper for MergeBlocksWithParent. OperationMergeBlocksWithParentResponse was auto-generated from WSDL.

type OperationMergeSelectedBlocksOrNetworks

type OperationMergeSelectedBlocksOrNetworks struct {
	BlockOrNetworkIds    *LongArray `xml:"blockOrNetworkIds,omitempty" json:"blockOrNetworkIds,omitempty" yaml:"blockOrNetworkIds,omitempty"`
	BlockOrNetworkToKeep *int64     `xml:"blockOrNetworkToKeep,omitempty" json:"blockOrNetworkToKeep,omitempty" yaml:"blockOrNetworkToKeep,omitempty"`
}

Operation wrapper for MergeSelectedBlocksOrNetworks. OperationMergeSelectedBlocksOrNetworks was auto-generated from WSDL.

type OperationMergeSelectedBlocksOrNetworksResponse

type OperationMergeSelectedBlocksOrNetworksResponse struct {
}

Operation wrapper for MergeSelectedBlocksOrNetworks. OperationMergeSelectedBlocksOrNetworksResponse was auto-generated from WSDL.

type OperationMigrateFile

type OperationMigrateFile struct {
	Filename *string `xml:"filename,omitempty" json:"filename,omitempty" yaml:"filename,omitempty"`
}

Operation wrapper for MigrateFile. OperationMigrateFile was auto-generated from WSDL.

type OperationMigrateFileResponse

type OperationMigrateFileResponse struct {
}

Operation wrapper for MigrateFile. OperationMigrateFileResponse was auto-generated from WSDL.

type OperationMoveDeploymentRoles

type OperationMoveDeploymentRoles struct {
	SourceServerId          *int64  `xml:"sourceServerId,omitempty" json:"sourceServerId,omitempty" yaml:"sourceServerId,omitempty"`
	TargetServerInterfaceId *int64  `xml:"targetServerInterfaceId,omitempty" json:"targetServerInterfaceId,omitempty" yaml:"targetServerInterfaceId,omitempty"`
	MoveDnsRoles            *bool   `xml:"moveDnsRoles,omitempty" json:"moveDnsRoles,omitempty" yaml:"moveDnsRoles,omitempty"`
	MoveDhcpRoles           *bool   `xml:"moveDhcpRoles,omitempty" json:"moveDhcpRoles,omitempty" yaml:"moveDhcpRoles,omitempty"`
	Options                 *string `xml:"options,omitempty" json:"options,omitempty" yaml:"options,omitempty"`
}

Operation wrapper for MoveDeploymentRoles. OperationMoveDeploymentRoles was auto-generated from WSDL.

type OperationMoveDeploymentRolesResponse

type OperationMoveDeploymentRolesResponse struct {
}

Operation wrapper for MoveDeploymentRoles. OperationMoveDeploymentRolesResponse was auto-generated from WSDL.

type OperationMoveIP4Object

type OperationMoveIP4Object struct {
	ObjectId *int64  `xml:"objectId,omitempty" json:"objectId,omitempty" yaml:"objectId,omitempty"`
	Address  *string `xml:"address,omitempty" json:"address,omitempty" yaml:"address,omitempty"`
}

Operation wrapper for MoveIP4Object. OperationMoveIP4Object was auto-generated from WSDL.

type OperationMoveIP4ObjectResponse

type OperationMoveIP4ObjectResponse struct {
}

Operation wrapper for MoveIP4Object. OperationMoveIP4ObjectResponse was auto-generated from WSDL.

type OperationMoveIPObject

type OperationMoveIPObject struct {
	ObjectId *int64  `xml:"objectId,omitempty" json:"objectId,omitempty" yaml:"objectId,omitempty"`
	Address  *string `xml:"address,omitempty" json:"address,omitempty" yaml:"address,omitempty"`
	Options  *string `xml:"options,omitempty" json:"options,omitempty" yaml:"options,omitempty"`
}

Operation wrapper for MoveIPObject. OperationMoveIPObject was auto-generated from WSDL.

type OperationMoveIPObjectResponse

type OperationMoveIPObjectResponse struct {
}

Operation wrapper for MoveIPObject. OperationMoveIPObjectResponse was auto-generated from WSDL.

type OperationMoveResourceRecord

type OperationMoveResourceRecord struct {
	ResourceRecordId *int64  `xml:"resourceRecordId,omitempty" json:"resourceRecordId,omitempty" yaml:"resourceRecordId,omitempty"`
	DestinationZone  *string `xml:"destinationZone,omitempty" json:"destinationZone,omitempty" yaml:"destinationZone,omitempty"`
}

Operation wrapper for MoveResourceRecord. OperationMoveResourceRecord was auto-generated from WSDL.

type OperationMoveResourceRecordResponse

type OperationMoveResourceRecordResponse struct {
}

Operation wrapper for MoveResourceRecord. OperationMoveResourceRecordResponse was auto-generated from WSDL.

type OperationPurgeHistoryNow

type OperationPurgeHistoryNow struct {
	UntilWhenTimestamp   *string `xml:"untilWhenTimestamp,omitempty" json:"untilWhenTimestamp,omitempty" yaml:"untilWhenTimestamp,omitempty"`
	NumberOfDaysToKeep   *int    `xml:"numberOfDaysToKeep,omitempty" json:"numberOfDaysToKeep,omitempty" yaml:"numberOfDaysToKeep,omitempty"`
	NumberOfMonthsToKeep *int    `xml:"numberOfMonthsToKeep,omitempty" json:"numberOfMonthsToKeep,omitempty" yaml:"numberOfMonthsToKeep,omitempty"`
	WaitOption           *bool   `xml:"waitOption,omitempty" json:"waitOption,omitempty" yaml:"waitOption,omitempty"`
}

Operation wrapper for PurgeHistoryNow. OperationPurgeHistoryNow was auto-generated from WSDL.

type OperationPurgeHistoryNowResponse

type OperationPurgeHistoryNowResponse struct {
	Return *int `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for PurgeHistoryNow. OperationPurgeHistoryNowResponse was auto-generated from WSDL.

type OperationQuickDeploy

type OperationQuickDeploy struct {
	EntityId   *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for QuickDeploy. OperationQuickDeploy was auto-generated from WSDL.

type OperationQuickDeployResponse

type OperationQuickDeployResponse struct {
}

Operation wrapper for QuickDeploy. OperationQuickDeployResponse was auto-generated from WSDL.

type OperationReapplyTemplate

type OperationReapplyTemplate struct {
	TemplateId *int64  `xml:"templateId,omitempty" json:"templateId,omitempty" yaml:"templateId,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for ReapplyTemplate. OperationReapplyTemplate was auto-generated from WSDL.

type OperationReapplyTemplateResponse

type OperationReapplyTemplateResponse struct {
}

Operation wrapper for ReapplyTemplate. OperationReapplyTemplateResponse was auto-generated from WSDL.

type OperationReassignIP6Address

type OperationReassignIP6Address struct {
	OldAddressId *int64  `xml:"oldAddressId,omitempty" json:"oldAddressId,omitempty" yaml:"oldAddressId,omitempty"`
	Destination  *string `xml:"destination,omitempty" json:"destination,omitempty" yaml:"destination,omitempty"`
	Properties   *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for ReassignIP6Address. OperationReassignIP6Address was auto-generated from WSDL.

type OperationReassignIP6AddressResponse

type OperationReassignIP6AddressResponse struct {
	Return *int64 `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for ReassignIP6Address. OperationReassignIP6AddressResponse was auto-generated from WSDL.

type OperationRemoveAdditionalIPAddresses

type OperationRemoveAdditionalIPAddresses struct {
	ServerId    *int64  `xml:"serverId,omitempty" json:"serverId,omitempty" yaml:"serverId,omitempty"`
	IpsToRemove *string `xml:"ipsToRemove,omitempty" json:"ipsToRemove,omitempty" yaml:"ipsToRemove,omitempty"`
	Properties  *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for RemoveAdditionalIPAddresses. OperationRemoveAdditionalIPAddresses was auto-generated from WSDL.

type OperationRemoveAdditionalIPAddressesResponse

type OperationRemoveAdditionalIPAddressesResponse struct {
}

Operation wrapper for RemoveAdditionalIPAddresses. OperationRemoveAdditionalIPAddressesResponse was auto-generated from WSDL.

type OperationRemoveTrustRelationship

type OperationRemoveTrustRelationship struct {
	OtherBAMIP *string `xml:"otherBAMIP,omitempty" json:"otherBAMIP,omitempty" yaml:"otherBAMIP,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for RemoveTrustRelationship. OperationRemoveTrustRelationship was auto-generated from WSDL.

type OperationRemoveTrustRelationshipResponse

type OperationRemoveTrustRelationshipResponse struct {
}

Operation wrapper for RemoveTrustRelationship. OperationRemoveTrustRelationshipResponse was auto-generated from WSDL.

type OperationReplaceServer

type OperationReplaceServer struct {
	ServerId         *int64  `xml:"serverId,omitempty" json:"serverId,omitempty" yaml:"serverId,omitempty"`
	Name             *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	DefaultInterface *string `xml:"defaultInterface,omitempty" json:"defaultInterface,omitempty" yaml:"defaultInterface,omitempty"`
	HostName         *string `xml:"hostName,omitempty" json:"hostName,omitempty" yaml:"hostName,omitempty"`
	Password         *string `xml:"password,omitempty" json:"password,omitempty" yaml:"password,omitempty"`
	Upgrade          *bool   `xml:"upgrade,omitempty" json:"upgrade,omitempty" yaml:"upgrade,omitempty"`
	Properties       *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for ReplaceServer. OperationReplaceServer was auto-generated from WSDL.

type OperationReplaceServerResponse

type OperationReplaceServerResponse struct {
}

Operation wrapper for ReplaceServer. OperationReplaceServerResponse was auto-generated from WSDL.

type OperationResizeRange

type OperationResizeRange struct {
	ObjectId *int64  `xml:"objectId,omitempty" json:"objectId,omitempty" yaml:"objectId,omitempty"`
	Range    *string `xml:"range,omitempty" json:"range,omitempty" yaml:"range,omitempty"`
	Options  *string `xml:"options,omitempty" json:"options,omitempty" yaml:"options,omitempty"`
}

Operation wrapper for ResizeRange. OperationResizeRange was auto-generated from WSDL.

type OperationResizeRangeResponse

type OperationResizeRangeResponse struct {
}

Operation wrapper for ResizeRange. OperationResizeRangeResponse was auto-generated from WSDL.

type OperationRolloverTSIGKey

type OperationRolloverTSIGKey struct {
	ObjectId *int64 `xml:"objectId,omitempty" json:"objectId,omitempty" yaml:"objectId,omitempty"`
}

Operation wrapper for RolloverTSIGKey. OperationRolloverTSIGKey was auto-generated from WSDL.

type OperationRolloverTSIGKeyResponse

type OperationRolloverTSIGKeyResponse struct {
}

Operation wrapper for RolloverTSIGKey. OperationRolloverTSIGKeyResponse was auto-generated from WSDL.

type OperationSearchByCategory

type OperationSearchByCategory struct {
	Keyword  *string `xml:"keyword,omitempty" json:"keyword,omitempty" yaml:"keyword,omitempty"`
	Category *string `xml:"category,omitempty" json:"category,omitempty" yaml:"category,omitempty"`
	Start    *int    `xml:"start,omitempty" json:"start,omitempty" yaml:"start,omitempty"`
	Count    *int    `xml:"count,omitempty" json:"count,omitempty" yaml:"count,omitempty"`
}

Operation wrapper for SearchByCategory. OperationSearchByCategory was auto-generated from WSDL.

type OperationSearchByCategoryResponse

type OperationSearchByCategoryResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for SearchByCategory. OperationSearchByCategoryResponse was auto-generated from WSDL.

type OperationSearchByObjectTypes

type OperationSearchByObjectTypes struct {
	Keyword *string `xml:"keyword,omitempty" json:"keyword,omitempty" yaml:"keyword,omitempty"`
	Types   *string `xml:"types,omitempty" json:"types,omitempty" yaml:"types,omitempty"`
	Start   *int    `xml:"start,omitempty" json:"start,omitempty" yaml:"start,omitempty"`
	Count   *int    `xml:"count,omitempty" json:"count,omitempty" yaml:"count,omitempty"`
}

Operation wrapper for SearchByObjectTypes. OperationSearchByObjectTypes was auto-generated from WSDL.

type OperationSearchByObjectTypesResponse

type OperationSearchByObjectTypesResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for SearchByObjectTypes. OperationSearchByObjectTypesResponse was auto-generated from WSDL.

type OperationSearchResponsePolicyItems

type OperationSearchResponsePolicyItems struct {
	Keyword    *string `xml:"keyword,omitempty" json:"keyword,omitempty" yaml:"keyword,omitempty"`
	Scope      *string `xml:"scope,omitempty" json:"scope,omitempty" yaml:"scope,omitempty"`
	Start      *int    `xml:"start,omitempty" json:"start,omitempty" yaml:"start,omitempty"`
	Count      *int    `xml:"count,omitempty" json:"count,omitempty" yaml:"count,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for SearchResponsePolicyItems. OperationSearchResponsePolicyItems was auto-generated from WSDL.

type OperationSearchResponsePolicyItemsResponse

type OperationSearchResponsePolicyItemsResponse struct {
	Return *ResponsePolicySearchResultArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for SearchResponsePolicyItems. OperationSearchResponsePolicyItemsResponse was auto-generated from WSDL.

type OperationSelectiveDeploy

type OperationSelectiveDeploy struct {
	EntityIds  *LongArray `xml:"entityIds,omitempty" json:"entityIds,omitempty" yaml:"entityIds,omitempty"`
	Properties *string    `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for SelectiveDeploy. OperationSelectiveDeploy was auto-generated from WSDL.

type OperationSelectiveDeployResponse

type OperationSelectiveDeployResponse struct {
	Return *string `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for SelectiveDeploy. OperationSelectiveDeployResponse was auto-generated from WSDL.

type OperationShareNetwork

type OperationShareNetwork struct {
	NetworkId *int64 `xml:"networkId,omitempty" json:"networkId,omitempty" yaml:"networkId,omitempty"`
	TagId     *int64 `xml:"tagId,omitempty" json:"tagId,omitempty" yaml:"tagId,omitempty"`
}

Operation wrapper for ShareNetwork. OperationShareNetwork was auto-generated from WSDL.

type OperationShareNetworkResponse

type OperationShareNetworkResponse struct {
}

Operation wrapper for ShareNetwork. OperationShareNetworkResponse was auto-generated from WSDL.

type OperationSplitIP4Network

type OperationSplitIP4Network struct {
	NetworkId     *int64  `xml:"networkId,omitempty" json:"networkId,omitempty" yaml:"networkId,omitempty"`
	NumberOfParts *int    `xml:"numberOfParts,omitempty" json:"numberOfParts,omitempty" yaml:"numberOfParts,omitempty"`
	Options       *string `xml:"options,omitempty" json:"options,omitempty" yaml:"options,omitempty"`
}

Operation wrapper for SplitIP4Network. OperationSplitIP4Network was auto-generated from WSDL.

type OperationSplitIP4NetworkResponse

type OperationSplitIP4NetworkResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for SplitIP4Network. OperationSplitIP4NetworkResponse was auto-generated from WSDL.

type OperationSplitIP6Range

type OperationSplitIP6Range struct {
	RangeId       *int64  `xml:"rangeId,omitempty" json:"rangeId,omitempty" yaml:"rangeId,omitempty"`
	NumberOfParts *int    `xml:"numberOfParts,omitempty" json:"numberOfParts,omitempty" yaml:"numberOfParts,omitempty"`
	Options       *string `xml:"options,omitempty" json:"options,omitempty" yaml:"options,omitempty"`
}

Operation wrapper for SplitIP6Range. OperationSplitIP6Range was auto-generated from WSDL.

type OperationSplitIP6RangeResponse

type OperationSplitIP6RangeResponse struct {
	Return *APIEntityArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for SplitIP6Range. OperationSplitIP6RangeResponse was auto-generated from WSDL.

type OperationStartProbe

type OperationStartProbe struct {
	DefinedProbe *string `xml:"definedProbe,omitempty" json:"definedProbe,omitempty" yaml:"definedProbe,omitempty"`
	Properties   *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for StartProbe. OperationStartProbe was auto-generated from WSDL.

type OperationStartProbeResponse

type OperationStartProbeResponse struct {
}

Operation wrapper for StartProbe. OperationStartProbeResponse was auto-generated from WSDL.

type OperationTagEntity

type OperationTagEntity struct {
	EntityId *int64 `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	TagId    *int64 `xml:"tagId,omitempty" json:"tagId,omitempty" yaml:"tagId,omitempty"`
}

Operation wrapper for TagEntity. OperationTagEntity was auto-generated from WSDL.

type OperationTagEntityResponse

type OperationTagEntityResponse struct {
}

Operation wrapper for TagEntity. OperationTagEntityResponse was auto-generated from WSDL.

type OperationTerminateUserSessions

type OperationTerminateUserSessions struct {
	Username   *string `xml:"username,omitempty" json:"username,omitempty" yaml:"username,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for TerminateUserSessions. OperationTerminateUserSessions was auto-generated from WSDL.

type OperationTerminateUserSessionsResponse

type OperationTerminateUserSessionsResponse struct {
}

Operation wrapper for TerminateUserSessions. OperationTerminateUserSessionsResponse was auto-generated from WSDL.

type OperationUnassignIP4NetworkTemplate

type OperationUnassignIP4NetworkTemplate struct {
	NetworkId  *int64  `xml:"networkId,omitempty" json:"networkId,omitempty" yaml:"networkId,omitempty"`
	TemplateId *int64  `xml:"templateId,omitempty" json:"templateId,omitempty" yaml:"templateId,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for UnassignIP4NetworkTemplate. OperationUnassignIP4NetworkTemplate was auto-generated from WSDL.

type OperationUnassignIP4NetworkTemplateResponse

type OperationUnassignIP4NetworkTemplateResponse struct {
}

Operation wrapper for UnassignIP4NetworkTemplate. OperationUnassignIP4NetworkTemplateResponse was auto-generated from WSDL.

type OperationUnassignIP4Template

type OperationUnassignIP4Template struct {
	TemplateRecipientId *int64  `xml:"templateRecipientId,omitempty" json:"templateRecipientId,omitempty" yaml:"templateRecipientId,omitempty"`
	TemplateId          *int64  `xml:"templateId,omitempty" json:"templateId,omitempty" yaml:"templateId,omitempty"`
	Properties          *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for UnassignIP4Template. OperationUnassignIP4Template was auto-generated from WSDL.

type OperationUnassignIP4TemplateResponse

type OperationUnassignIP4TemplateResponse struct {
}

Operation wrapper for UnassignIP4Template. OperationUnassignIP4TemplateResponse was auto-generated from WSDL.

type OperationUnlinkEntities

type OperationUnlinkEntities struct {
	Entity1Id  *int64  `xml:"entity1Id,omitempty" json:"entity1Id,omitempty" yaml:"entity1Id,omitempty"`
	Entity2Id  *int64  `xml:"entity2Id,omitempty" json:"entity2Id,omitempty" yaml:"entity2Id,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for UnlinkEntities. OperationUnlinkEntities was auto-generated from WSDL.

type OperationUnlinkEntitiesEx

type OperationUnlinkEntitiesEx struct {
	UnlinkEntitiesJson *string `xml:"unlinkEntitiesJson,omitempty" json:"unlinkEntitiesJson,omitempty" yaml:"unlinkEntitiesJson,omitempty"`
}

Operation wrapper for UnlinkEntitiesEx. OperationUnlinkEntitiesEx was auto-generated from WSDL.

type OperationUnlinkEntitiesExResponse

type OperationUnlinkEntitiesExResponse struct {
}

Operation wrapper for UnlinkEntitiesEx. OperationUnlinkEntitiesExResponse was auto-generated from WSDL.

type OperationUnlinkEntitiesResponse

type OperationUnlinkEntitiesResponse struct {
}

Operation wrapper for UnlinkEntities. OperationUnlinkEntitiesResponse was auto-generated from WSDL.

type OperationUnshareNetwork

type OperationUnshareNetwork struct {
	NetworkId *int64 `xml:"networkId,omitempty" json:"networkId,omitempty" yaml:"networkId,omitempty"`
}

Operation wrapper for UnshareNetwork. OperationUnshareNetwork was auto-generated from WSDL.

type OperationUnshareNetworkResponse

type OperationUnshareNetworkResponse struct {
}

Operation wrapper for UnshareNetwork. OperationUnshareNetworkResponse was auto-generated from WSDL.

type OperationUntagEntity

type OperationUntagEntity struct {
	EntityId *int64 `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	TagId    *int64 `xml:"tagId,omitempty" json:"tagId,omitempty" yaml:"tagId,omitempty"`
}

Operation wrapper for UntagEntity. OperationUntagEntity was auto-generated from WSDL.

type OperationUntagEntityResponse

type OperationUntagEntityResponse struct {
}

Operation wrapper for UntagEntity. OperationUntagEntityResponse was auto-generated from WSDL.

type OperationUpdate

type OperationUpdate struct {
	Entity *APIEntity `xml:"entity,omitempty" json:"entity,omitempty" yaml:"entity,omitempty"`
}

Operation wrapper for Update. OperationUpdate was auto-generated from WSDL.

type OperationUpdateAccessRight

type OperationUpdateAccessRight struct {
	EntityId   *int64  `xml:"entityId,omitempty" json:"entityId,omitempty" yaml:"entityId,omitempty"`
	UserId     *int64  `xml:"userId,omitempty" json:"userId,omitempty" yaml:"userId,omitempty"`
	Value      *string `xml:"value,omitempty" json:"value,omitempty" yaml:"value,omitempty"`
	Overrides  *string `xml:"overrides,omitempty" json:"overrides,omitempty" yaml:"overrides,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for UpdateAccessRight. OperationUpdateAccessRight was auto-generated from WSDL.

type OperationUpdateAccessRightResponse

type OperationUpdateAccessRightResponse struct {
}

Operation wrapper for UpdateAccessRight. OperationUpdateAccessRightResponse was auto-generated from WSDL.

type OperationUpdateBAMSystemUserPassword

type OperationUpdateBAMSystemUserPassword struct {
	SystemUserName *string      `xml:"systemUserName,omitempty" json:"systemUserName,omitempty" yaml:"systemUserName,omitempty"`
	NewPassword    *string      `xml:"newPassword,omitempty" json:"newPassword,omitempty" yaml:"newPassword,omitempty"`
	Options        *StringArray `xml:"options,omitempty" json:"options,omitempty" yaml:"options,omitempty"`
}

Operation wrapper for UpdateBAMSystemUserPassword. OperationUpdateBAMSystemUserPassword was auto-generated from WSDL.

type OperationUpdateBAMSystemUserPasswordResponse

type OperationUpdateBAMSystemUserPasswordResponse struct {
}

Operation wrapper for UpdateBAMSystemUserPassword. OperationUpdateBAMSystemUserPasswordResponse was auto-generated from WSDL.

type OperationUpdateBDDSSystemUserPassword

type OperationUpdateBDDSSystemUserPassword struct {
	ServerId       *int64       `xml:"serverId,omitempty" json:"serverId,omitempty" yaml:"serverId,omitempty"`
	SystemUserName *string      `xml:"systemUserName,omitempty" json:"systemUserName,omitempty" yaml:"systemUserName,omitempty"`
	NewPassword    *string      `xml:"newPassword,omitempty" json:"newPassword,omitempty" yaml:"newPassword,omitempty"`
	Options        *StringArray `xml:"options,omitempty" json:"options,omitempty" yaml:"options,omitempty"`
}

Operation wrapper for UpdateBDDSSystemUserPassword. OperationUpdateBDDSSystemUserPassword was auto-generated from WSDL.

type OperationUpdateBDDSSystemUserPasswordResponse

type OperationUpdateBDDSSystemUserPasswordResponse struct {
}

Operation wrapper for UpdateBDDSSystemUserPassword. OperationUpdateBDDSSystemUserPasswordResponse was auto-generated from WSDL.

type OperationUpdateBulkUdf

type OperationUpdateBulkUdf struct {
	Data       *[]byte `xml:"data,omitempty" json:"data,omitempty" yaml:"data,omitempty"`
	Properties *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for UpdateBulkUdf. OperationUpdateBulkUdf was auto-generated from WSDL.

type OperationUpdateBulkUdfResponse

type OperationUpdateBulkUdfResponse struct {
	Return *[]byte `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for UpdateBulkUdf. OperationUpdateBulkUdfResponse was auto-generated from WSDL.

type OperationUpdateConfigurationSetting

type OperationUpdateConfigurationSetting struct {
	ConfigurationId *int64  `xml:"configurationId,omitempty" json:"configurationId,omitempty" yaml:"configurationId,omitempty"`
	SettingName     *string `xml:"settingName,omitempty" json:"settingName,omitempty" yaml:"settingName,omitempty"`
	Properties      *string `xml:"properties,omitempty" json:"properties,omitempty" yaml:"properties,omitempty"`
}

Operation wrapper for UpdateConfigurationSetting. OperationUpdateConfigurationSetting was auto-generated from WSDL.

type OperationUpdateConfigurationSettingResponse

type OperationUpdateConfigurationSettingResponse struct {
}

Operation wrapper for UpdateConfigurationSetting. OperationUpdateConfigurationSettingResponse was auto-generated from WSDL.

type OperationUpdateDHCP6ClientDeploymentOption

type OperationUpdateDHCP6ClientDeploymentOption struct {
	Option *APIDeploymentOption `xml:"option,omitempty" json:"option,omitempty" yaml:"option,omitempty"`
}

Operation wrapper for UpdateDHCP6ClientDeploymentOption. OperationUpdateDHCP6ClientDeploymentOption was auto-generated from WSDL.

type OperationUpdateDHCP6ClientDeploymentOptionResponse

type OperationUpdateDHCP6ClientDeploymentOptionResponse struct {
}

Operation wrapper for UpdateDHCP6ClientDeploymentOption. OperationUpdateDHCP6ClientDeploymentOptionResponse was auto-generated from WSDL.

type OperationUpdateDHCP6ServiceDeploymentOption

type OperationUpdateDHCP6ServiceDeploymentOption struct {
	Option *APIDeploymentOption `xml:"option,omitempty" json:"option,omitempty" yaml:"option,omitempty"`
}

Operation wrapper for UpdateDHCP6ServiceDeploymentOption. OperationUpdateDHCP6ServiceDeploymentOption was auto-generated from WSDL.

type OperationUpdateDHCP6ServiceDeploymentOptionResponse

type OperationUpdateDHCP6ServiceDeploymentOptionResponse struct {
}

Operation wrapper for UpdateDHCP6ServiceDeploymentOption. OperationUpdateDHCP6ServiceDeploymentOptionResponse was auto-generated from WSDL.

type OperationUpdateDHCPClientDeploymentOption

type OperationUpdateDHCPClientDeploymentOption struct {
	Option *APIDeploymentOption `xml:"option,omitempty" json:"option,omitempty" yaml:"option,omitempty"`
}

Operation wrapper for UpdateDHCPClientDeploymentOption. OperationUpdateDHCPClientDeploymentOption was auto-generated from WSDL.

type OperationUpdateDHCPClientDeploymentOptionResponse

type OperationUpdateDHCPClientDeploymentOptionResponse struct {
}

Operation wrapper for UpdateDHCPClientDeploymentOption. OperationUpdateDHCPClientDeploymentOptionResponse was auto-generated from WSDL.

type OperationUpdateDHCPDeploymentRole

type OperationUpdateDHCPDeploymentRole struct {
	Role *APIDeploymentRole `xml:"role,omitempty" json:"role,omitempty" yaml:"role,omitempty"`
}

Operation wrapper for UpdateDHCPDeploymentRole. OperationUpdateDHCPDeploymentRole was auto-generated from WSDL.

type OperationUpdateDHCPDeploymentRoleResponse

type OperationUpdateDHCPDeploymentRoleResponse struct {
}

Operation wrapper for UpdateDHCPDeploymentRole. OperationUpdateDHCPDeploymentRoleResponse was auto-generated from WSDL.

type OperationUpdateDHCPServiceDeploymentOption

type OperationUpdateDHCPServiceDeploymentOption struct {
	Option *APIDeploymentOption `xml:"option,omitempty" json:"option,omitempty" yaml:"option,omitempty"`
}

Operation wrapper for UpdateDHCPServiceDeploymentOption. OperationUpdateDHCPServiceDeploymentOption was auto-generated from WSDL.

type OperationUpdateDHCPServiceDeploymentOptionResponse

type OperationUpdateDHCPServiceDeploymentOptionResponse struct {
}

Operation wrapper for UpdateDHCPServiceDeploymentOption. OperationUpdateDHCPServiceDeploymentOptionResponse was auto-generated from WSDL.

type OperationUpdateDHCPVendorDeploymentOption

type OperationUpdateDHCPVendorDeploymentOption struct {
	Option *APIDeploymentOption `xml:"option,omitempty" json:"option,omitempty" yaml:"option,omitempty"`
}

Operation wrapper for UpdateDHCPVendorDeploymentOption. OperationUpdateDHCPVendorDeploymentOption was auto-generated from WSDL.

type OperationUpdateDHCPVendorDeploymentOptionResponse

type OperationUpdateDHCPVendorDeploymentOptionResponse struct {
}

Operation wrapper for UpdateDHCPVendorDeploymentOption. OperationUpdateDHCPVendorDeploymentOptionResponse was auto-generated from WSDL.

type OperationUpdateDNSDeploymentOption

type OperationUpdateDNSDeploymentOption struct {
	Option *APIDeploymentOption `xml:"option,omitempty" json:"option,omitempty" yaml:"option,omitempty"`
}

Operation wrapper for UpdateDNSDeploymentOption. OperationUpdateDNSDeploymentOption was auto-generated from WSDL.

type OperationUpdateDNSDeploymentOptionResponse

type OperationUpdateDNSDeploymentOptionResponse struct {
}

Operation wrapper for UpdateDNSDeploymentOption. OperationUpdateDNSDeploymentOptionResponse was auto-generated from WSDL.

type OperationUpdateDNSDeploymentRole

type OperationUpdateDNSDeploymentRole struct {
	Role *APIDeploymentRole `xml:"role,omitempty" json:"role,omitempty" yaml:"role,omitempty"`
}

Operation wrapper for UpdateDNSDeploymentRole. OperationUpdateDNSDeploymentRole was auto-generated from WSDL.

type OperationUpdateDNSDeploymentRoleResponse

type OperationUpdateDNSDeploymentRoleResponse struct {
}

Operation wrapper for UpdateDNSDeploymentRole. OperationUpdateDNSDeploymentRoleResponse was auto-generated from WSDL.

type OperationUpdateRawDeploymentOption

type OperationUpdateRawDeploymentOption struct {
	Option *APIDeploymentOption `xml:"option,omitempty" json:"option,omitempty" yaml:"option,omitempty"`
}

Operation wrapper for UpdateRawDeploymentOption. OperationUpdateRawDeploymentOption was auto-generated from WSDL.

type OperationUpdateRawDeploymentOptionResponse

type OperationUpdateRawDeploymentOptionResponse struct {
}

Operation wrapper for UpdateRawDeploymentOption. OperationUpdateRawDeploymentOptionResponse was auto-generated from WSDL.

type OperationUpdateResponse

type OperationUpdateResponse struct {
}

Operation wrapper for Update. OperationUpdateResponse was auto-generated from WSDL.

type OperationUpdateRetentionSettings

type OperationUpdateRetentionSettings struct {
	Admin              *int  `xml:"admin,omitempty" json:"admin,omitempty" yaml:"admin,omitempty"`
	UpdateAdmin        *bool `xml:"updateAdmin,omitempty" json:"updateAdmin,omitempty" yaml:"updateAdmin,omitempty"`
	SessionEvent       *int  `xml:"sessionEvent,omitempty" json:"sessionEvent,omitempty" yaml:"sessionEvent,omitempty"`
	UpdateSessionEvent *bool `xml:"updateSessionEvent,omitempty" json:"updateSessionEvent,omitempty" yaml:"updateSessionEvent,omitempty"`
	Ddns               *int  `xml:"ddns,omitempty" json:"ddns,omitempty" yaml:"ddns,omitempty"`
	UpdateDdns         *bool `xml:"updateDdns,omitempty" json:"updateDdns,omitempty" yaml:"updateDdns,omitempty"`
	Dhcp               *int  `xml:"dhcp,omitempty" json:"dhcp,omitempty" yaml:"dhcp,omitempty"`
	UpdateDhcp         *bool `xml:"updateDhcp,omitempty" json:"updateDhcp,omitempty" yaml:"updateDhcp,omitempty"`
}

Operation wrapper for UpdateRetentionSettings. OperationUpdateRetentionSettings was auto-generated from WSDL.

type OperationUpdateRetentionSettingsResponse

type OperationUpdateRetentionSettingsResponse struct {
	Return *IntArray `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for UpdateRetentionSettings. OperationUpdateRetentionSettingsResponse was auto-generated from WSDL.

type OperationUpdateUserDefinedField

type OperationUpdateUserDefinedField struct {
	Type *string              `xml:"type,omitempty" json:"type,omitempty" yaml:"type,omitempty"`
	Udf  *APIUserDefinedField `xml:"udf,omitempty" json:"udf,omitempty" yaml:"udf,omitempty"`
}

Operation wrapper for UpdateUserDefinedField. OperationUpdateUserDefinedField was auto-generated from WSDL.

type OperationUpdateUserDefinedFieldResponse

type OperationUpdateUserDefinedFieldResponse struct {
}

Operation wrapper for UpdateUserDefinedField. OperationUpdateUserDefinedFieldResponse was auto-generated from WSDL.

type OperationUpdateUserDefinedLink struct {
	UpdateLinkDefinitionJson *string `xml:"updateLinkDefinitionJson,omitempty" json:"updateLinkDefinitionJson,omitempty" yaml:"updateLinkDefinitionJson,omitempty"`
}

Operation wrapper for UpdateUserDefinedLink. OperationUpdateUserDefinedLink was auto-generated from WSDL.

type OperationUpdateUserDefinedLinkResponse

type OperationUpdateUserDefinedLinkResponse struct {
}

Operation wrapper for UpdateUserDefinedLink. OperationUpdateUserDefinedLinkResponse was auto-generated from WSDL.

type OperationUpdateUserPassword

type OperationUpdateUserPassword struct {
	UserId      *int64       `xml:"userId,omitempty" json:"userId,omitempty" yaml:"userId,omitempty"`
	NewPassword *string      `xml:"newPassword,omitempty" json:"newPassword,omitempty" yaml:"newPassword,omitempty"`
	Options     *StringArray `xml:"options,omitempty" json:"options,omitempty" yaml:"options,omitempty"`
}

Operation wrapper for UpdateUserPassword. OperationUpdateUserPassword was auto-generated from WSDL.

type OperationUpdateUserPasswordResponse

type OperationUpdateUserPasswordResponse struct {
}

Operation wrapper for UpdateUserPassword. OperationUpdateUserPasswordResponse was auto-generated from WSDL.

type OperationUpdateWithOptions

type OperationUpdateWithOptions struct {
	Entity  *APIEntity `xml:"entity,omitempty" json:"entity,omitempty" yaml:"entity,omitempty"`
	Options *string    `xml:"options,omitempty" json:"options,omitempty" yaml:"options,omitempty"`
}

Operation wrapper for UpdateWithOptions. OperationUpdateWithOptions was auto-generated from WSDL.

type OperationUpdateWithOptionsResponse

type OperationUpdateWithOptionsResponse struct {
}

Operation wrapper for UpdateWithOptions. OperationUpdateWithOptionsResponse was auto-generated from WSDL.

type OperationUploadMigrationFile

type OperationUploadMigrationFile struct {
	Filename *string `xml:"filename,omitempty" json:"filename,omitempty" yaml:"filename,omitempty"`
	Data     *[]byte `xml:"data,omitempty" json:"data,omitempty" yaml:"data,omitempty"`
}

Operation wrapper for UploadMigrationFile. OperationUploadMigrationFile was auto-generated from WSDL.

type OperationUploadMigrationFileResponse

type OperationUploadMigrationFileResponse struct {
}

Operation wrapper for UploadMigrationFile. OperationUploadMigrationFileResponse was auto-generated from WSDL.

type OperationUploadResponsePolicyFile

type OperationUploadResponsePolicyFile struct {
	ParentId *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Data     *[]byte `xml:"data,omitempty" json:"data,omitempty" yaml:"data,omitempty"`
}

Operation wrapper for UploadResponsePolicyFile. OperationUploadResponsePolicyFile was auto-generated from WSDL.

type OperationUploadResponsePolicyFileResponse

type OperationUploadResponsePolicyFileResponse struct {
	Return *[]byte `xml:"return,omitempty" json:"return,omitempty" yaml:"return,omitempty"`
}

Operation wrapper for UploadResponsePolicyFile. OperationUploadResponsePolicyFileResponse was auto-generated from WSDL.

type OperationUploadResponsePolicyItems

type OperationUploadResponsePolicyItems struct {
	ParentId *int64  `xml:"parentId,omitempty" json:"parentId,omitempty" yaml:"parentId,omitempty"`
	Data     *[]byte `xml:"data,omitempty" json:"data,omitempty" yaml:"data,omitempty"`
}

Operation wrapper for UploadResponsePolicyItems. OperationUploadResponsePolicyItems was auto-generated from WSDL.

type OperationUploadResponsePolicyItemsResponse

type OperationUploadResponsePolicyItemsResponse struct {
}

Operation wrapper for UploadResponsePolicyItems. OperationUploadResponsePolicyItemsResponse was auto-generated from WSDL.

type ProteusAPI

type ProteusAPI interface {
	// AddACL was auto-generated from WSDL.
	AddACL(configurationId int64, name string, properties string) (int64, error)

	// AddAccessRight was auto-generated from WSDL.
	AddAccessRight(entityId int64, userId int64, value string, overrides string, properties string) (int64, error)

	// AddAdditionalIPAddresses was auto-generated from WSDL.
	AddAdditionalIPAddresses(serverId int64, ipsToAdd string, properties string) error

	// AddAliasRecord was auto-generated from WSDL.
	AddAliasRecord(viewId int64, absoluteName string, linkedRecordName string, ttl int64, properties string) (int64, error)

	// AddBulkHostRecord was auto-generated from WSDL.
	AddBulkHostRecord(viewId int64, absoluteName string, ttl int64, networkId int64, startAddress string, numberOfAddresses int, properties string) (*APIEntityArray, error)

	// AddCustomOptionDefinition was auto-generated from WSDL.
	AddCustomOptionDefinition(configurationId int64, name string, optionId int64, optionType string, allowMultiple bool, properties string) (int64, error)

	// AddDHCP4Range was auto-generated from WSDL.
	AddDHCP4Range(networkId int64, start string, end string, properties string) (int64, error)

	// AddDHCP4RangeBySize was auto-generated from WSDL.
	AddDHCP4RangeBySize(networkId int64, offset string, size string, properties string) (int64, error)

	// AddDHCP6ClientDeploymentOption was auto-generated from WSDL.
	AddDHCP6ClientDeploymentOption(entityId int64, name string, value string, properties string) (int64, error)

	// AddDHCP6Range was auto-generated from WSDL.
	AddDHCP6Range(networkId int64, start string, end string, properties string) (int64, error)

	// AddDHCP6RangeBySize was auto-generated from WSDL.
	AddDHCP6RangeBySize(networkId int64, start string, size string, properties string) (int64, error)

	// AddDHCP6ServiceDeploymentOption was auto-generated from WSDL.
	AddDHCP6ServiceDeploymentOption(entityId int64, name string, value string, properties string) (int64, error)

	// AddDHCPClientDeploymentOption was auto-generated from WSDL.
	AddDHCPClientDeploymentOption(entityId int64, name string, value string, properties string) (int64, error)

	// AddDHCPDeploymentRole was auto-generated from WSDL.
	AddDHCPDeploymentRole(entityId int64, serverInterfaceId int64, _type string, properties string) (int64, error)

	// AddDHCPMatchClass was auto-generated from WSDL.
	AddDHCPMatchClass(configurationId int64, name string, matchCriteria string, properties string) (int64, error)

	// AddDHCPServiceDeploymentOption was auto-generated from WSDL.
	AddDHCPServiceDeploymentOption(entityId int64, name string, value string, properties string) (int64, error)

	// AddDHCPSubClass was auto-generated from WSDL.
	AddDHCPSubClass(matchClassId int64, matchValue string, properties string) (int64, error)

	// AddDHCPVendorDeploymentOption was auto-generated from WSDL.
	AddDHCPVendorDeploymentOption(parentId int64, optionId int64, value string, properties string) (int64, error)

	// AddDNSDeploymentOption was auto-generated from WSDL.
	AddDNSDeploymentOption(entityId int64, name string, value string, properties string) (int64, error)

	// AddDNSDeploymentRole was auto-generated from WSDL.
	AddDNSDeploymentRole(entityId int64, serverInterfaceId int64, _type string, properties string) (int64, error)

	// AddDevice was auto-generated from WSDL.
	AddDevice(configurationId int64, name string, deviceTypeId int64, deviceSubtypeId int64, ip4Addresses string, ip6Addresses string, properties string) (int64, error)

	// AddDeviceInstance was auto-generated from WSDL.
	AddDeviceInstance(configName string, deviceName string, ipAddressMode string, ipEntity string, viewName string, zoneName string, recordName string, macAddressMode string, macEntity string, options string) (string, error)

	// AddDeviceSubtype was auto-generated from WSDL.
	AddDeviceSubtype(parentId int64, name string, properties string) (int64, error)

	// AddDeviceType was auto-generated from WSDL.
	AddDeviceType(name string, properties string) (int64, error)

	// AddEntity was auto-generated from WSDL.
	AddEntity(parentId int64, entity *APIEntity) (int64, error)

	// AddEnumNumber was auto-generated from WSDL.
	AddEnumNumber(enumZoneId int64, number int, properties string) (int64, error)

	// AddEnumZone was auto-generated from WSDL.
	AddEnumZone(parentId int64, prefix int, properties string) (int64, error)

	// AddExternalHostRecord was auto-generated from WSDL.
	AddExternalHostRecord(viewId int64, name string, properties string) (int64, error)

	// AddGenericRecord was auto-generated from WSDL.
	AddGenericRecord(viewId int64, absoluteName string, _type string, rdata string, ttl int64, properties string) (int64, error)

	// AddHINFORecord was auto-generated from WSDL.
	AddHINFORecord(viewId int64, absoluteName string, cpu string, os string, ttl int64, properties string) (int64, error)

	// AddHostRecord was auto-generated from WSDL.
	AddHostRecord(viewId int64, absoluteName string, addresses string, ttl int64, properties string) (int64, error)

	// AddIP4BlockByCIDR was auto-generated from WSDL.
	AddIP4BlockByCIDR(parentId int64, CIDR string, properties string) (int64, error)

	// AddIP4BlockByRange was auto-generated from WSDL.
	AddIP4BlockByRange(parentId int64, start string, end string, properties string) (int64, error)

	// AddIP4IPGroupByRange was auto-generated from WSDL.
	AddIP4IPGroupByRange(parentId int64, name string, start string, end string, properties string) (int64, error)

	// AddIP4IPGroupBySize was auto-generated from WSDL.
	AddIP4IPGroupBySize(parentId int64, name string, size int, positionRangeBy string, positionValue string, properties string) (int64, error)

	// AddIP4Network was auto-generated from WSDL.
	AddIP4Network(blockId int64, CIDR string, properties string) (int64, error)

	// AddIP4NetworkTemplate was auto-generated from WSDL.
	AddIP4NetworkTemplate(configurationId int64, name string, properties string) (int64, error)

	// AddIP4ReconciliationPolicy was auto-generated from WSDL.
	AddIP4ReconciliationPolicy(parentId int64, name string, properties string) (int64, error)

	// AddIP4Template was auto-generated from WSDL.
	AddIP4Template(configurationId int64, name string, properties string) (int64, error)

	// AddIP6Address was auto-generated from WSDL.
	AddIP6Address(containerId int64, address string, _type string, name string, properties string) (int64, error)

	// AddIP6BlockByMACAddress was auto-generated from WSDL.
	AddIP6BlockByMACAddress(parentId int64, macAddress string, name string, properties string) (int64, error)

	// AddIP6BlockByPrefix was auto-generated from WSDL.
	AddIP6BlockByPrefix(parentId int64, prefix string, name string, properties string) (int64, error)

	// AddIP6NetworkByPrefix was auto-generated from WSDL.
	AddIP6NetworkByPrefix(parentId int64, prefix string, name string, properties string) (int64, error)

	// AddMACAddress was auto-generated from WSDL.
	AddMACAddress(configurationId int64, macAddress string, properties string) (int64, error)

	// AddMXRecord was auto-generated from WSDL.
	AddMXRecord(viewId int64, absoluteName string, priority int, linkedRecordName string, ttl int64, properties string) (int64, error)

	// AddNAPTRRecord was auto-generated from WSDL.
	AddNAPTRRecord(viewId int64, absoluteName string, order int, preference int, service string, regexp string, replacement string, flags string, ttl int64, properties string) (int64, error)

	// AddParentBlock was auto-generated from WSDL.
	AddParentBlock(blockOrNetworkIds *LongArray) (int64, error)

	// AddParentBlockWithProperties was auto-generated from WSDL.
	AddParentBlockWithProperties(blockOrNetworkIds *LongArray, properties string) (int64, error)

	// AddRawDeploymentOption was auto-generated from WSDL.
	AddRawDeploymentOption(parentId int64, optionType string, rawData string, properties string) (int64, error)

	// AddResourceRecord was auto-generated from WSDL.
	AddResourceRecord(viewId int64, absoluteName string, _type string, rdata string, ttl int64, properties string) (int64, error)

	// AddResponsePolicy was auto-generated from WSDL.
	AddResponsePolicy(configurationId int64, name string, responsePolicyType string, ttl int64, properties string) (int64, error)

	// AddResponsePolicyItem was auto-generated from WSDL.
	AddResponsePolicyItem(policyId int64, itemName string, options *StringArray) (bool, error)

	// AddSRVRecord was auto-generated from WSDL.
	AddSRVRecord(viewId int64, absoluteName string, priority int, port int, weight int, linkedRecordName string, ttl int64, properties string) (int64, error)

	// AddServer was auto-generated from WSDL.
	AddServer(configurationId int64, name string, defaultInterfaceAddress string, fullHostName string, profile string, properties string) (int64, error)

	// AddStartOfAuthority was auto-generated from WSDL.
	AddStartOfAuthority(parentId int64, email string, refresh int64, retry int64, expire int64, minimum int64, properties string) (int64, error)

	// AddTFTPDeploymentRole was auto-generated from WSDL.
	AddTFTPDeploymentRole(entityId int64, serverId int64, properties string) (int64, error)

	// AddTFTPFile was auto-generated from WSDL.
	AddTFTPFile(parentId int64, name string, version string, data []byte, properties string) (int64, error)

	// AddTFTPFolder was auto-generated from WSDL.
	AddTFTPFolder(parentId int64, name string, properties string) (int64, error)

	// AddTFTPGroup was auto-generated from WSDL.
	AddTFTPGroup(configurationId int64, name string, properties string) (int64, error)

	// AddTXTRecord was auto-generated from WSDL.
	AddTXTRecord(viewId int64, absoluteName string, txt string, ttl int64, properties string) (int64, error)

	// AddTag was auto-generated from WSDL.
	AddTag(parentId int64, name string, properties string) (int64, error)

	// AddTagGroup was auto-generated from WSDL.
	AddTagGroup(name string, properties string) (int64, error)

	// AddUser was auto-generated from WSDL.
	AddUser(username string, password string, properties string) (int64, error)

	// AddUserDefinedField was auto-generated from WSDL.
	AddUserDefinedField(_type string, udf *APIUserDefinedField) error

	// AddUserDefinedLink was auto-generated from WSDL.
	AddUserDefinedLink(addLinkDefinitionJson string) error

	// AddUserGroup was auto-generated from WSDL.
	AddUserGroup(name string, properties string) (int64, error)

	// AddVendorOptionDefinition was auto-generated from WSDL.
	AddVendorOptionDefinition(vendorProfileId int64, optionId int64, name string, optionType string, description string, allowMultiple bool, properties string) (int64, error)

	// AddVendorProfile was auto-generated from WSDL.
	AddVendorProfile(identifier string, name string, description string, properties string) (int64, error)

	// AddView was auto-generated from WSDL.
	AddView(configurationId int64, name string, properties string) (int64, error)

	// AddZone was auto-generated from WSDL.
	AddZone(parentId int64, absoluteName string, properties string) (int64, error)

	// AddZoneTemplate was auto-generated from WSDL.
	AddZoneTemplate(parentId int64, name string, properties string) (int64, error)

	// ApplyIP4NetworkTemplate was auto-generated from WSDL.
	ApplyIP4NetworkTemplate(templateId int64, networkId int64, properties string) (string, error)

	// ApplyIP4Template was auto-generated from WSDL.
	ApplyIP4Template(templateId int64, recipientId int64, properties string) (string, error)

	// AssignIP4Address was auto-generated from WSDL.
	AssignIP4Address(configurationId int64, ip4Address string, macAddress string, hostInfo string, action string, properties string) (int64, error)

	// AssignIP4NetworkTemplate was auto-generated from WSDL.
	AssignIP4NetworkTemplate(networkId int64, templateId int64, properties string) error

	// AssignIP4Template was auto-generated from WSDL.
	AssignIP4Template(templateRecipientId int64, templateId int64, properties string) error

	// AssignIP6Address was auto-generated from WSDL.
	AssignIP6Address(containerId int64, address string, action string, macAddress string, hostInfo string, properties string) (bool, error)

	// AssignNextAvailableIP4Address was auto-generated from WSDL.
	AssignNextAvailableIP4Address(configurationId int64, parentId int64, macAddress string, hostInfo string, action string, properties string) (*APIEntity, error)

	// AssignOrUpdateTemplate was auto-generated from WSDL.
	AssignOrUpdateTemplate(entityId int64, templateId int64, properties string) error

	// AssociateMACAddressWithPool was auto-generated from WSDL.
	AssociateMACAddressWithPool(configurationId int64, macAddress string, poolId int64) error

	// BreakReplication was auto-generated from WSDL.
	BreakReplication() error

	// BreakXHAPair was auto-generated from WSDL.
	BreakXHAPair(xHAServerId int64, breakInProteusOnly bool) error

	// ChangeStateIP4Address was auto-generated from WSDL.
	ChangeStateIP4Address(addressId int64, targetState string, macAddress string) error

	// ClearIP6Address was auto-generated from WSDL.
	ClearIP6Address(addressId int64) (bool, error)

	// ConfigureAuditLogExport was auto-generated from WSDL.
	ConfigureAuditLogExport(auditConfiguration string) error

	// ConfigureReplication was auto-generated from WSDL.
	ConfigureReplication(standbyServer string, compressReplication bool, replicationQueueThreshold int64, replicationBreakThreshold int64, properties string) error

	// ConfigureServerServices was auto-generated from WSDL.
	ConfigureServerServices(serverIds *LongArray, configuration string) (string, error)

	// ConfigureStreamingReplication was auto-generated from WSDL.
	ConfigureStreamingReplication(standbyServer string, compressReplication bool, latencyWarningThreshold int64, latencyCriticalThreshold int64, properties string) error

	// CreateXHAPair was auto-generated from WSDL.
	CreateXHAPair(configurationId int64, activeServerId int64, passiveServerId int64, activeServerNewIPv4Address string, properties string) (int64, error)

	// CustomSearch was auto-generated from WSDL.
	CustomSearch(filters *StringArray, _type string, options *StringArray, start int, count int) (*APIEntityArray, error)

	// Delete was auto-generated from WSDL.
	Delete(objectId int64) error

	// DeleteAccessRight was auto-generated from WSDL.
	DeleteAccessRight(entityId int64, userId int64) error

	// DeleteDHCP6ClientDeploymentOption was auto-generated from WSDL.
	DeleteDHCP6ClientDeploymentOption(entityId int64, name string, serverId int64) error

	// DeleteDHCP6ServiceDeploymentOption was auto-generated from WSDL.
	DeleteDHCP6ServiceDeploymentOption(entityId int64, name string, serverId int64) error

	// DeleteDHCPClientDeploymentOption was auto-generated from WSDL.
	DeleteDHCPClientDeploymentOption(entityId int64, name string, serverId int64) error

	// DeleteDHCPDeploymentRole was auto-generated from WSDL.
	DeleteDHCPDeploymentRole(entityId int64, serverInterfaceId int64) error

	// DeleteDHCPServiceDeploymentOption was auto-generated from WSDL.
	DeleteDHCPServiceDeploymentOption(entityId int64, name string, serverId int64) error

	// DeleteDHCPVendorDeploymentOption was auto-generated from WSDL.
	DeleteDHCPVendorDeploymentOption(entityId int64, optionId int64, serverId int64) error

	// DeleteDNSDeploymentOption was auto-generated from WSDL.
	DeleteDNSDeploymentOption(entityId int64, name string, serverId int64) error

	// DeleteDNSDeploymentRole was auto-generated from WSDL.
	DeleteDNSDeploymentRole(entityId int64, serverInterfaceId int64) error

	// DeleteDNSDeploymentRoleForView was auto-generated from WSDL.
	DeleteDNSDeploymentRoleForView(entityId int64, serverInterfaceId int64, viewId int64) error

	// DeleteDeviceInstance was auto-generated from WSDL.
	DeleteDeviceInstance(configName string, identifier string, options string) error

	// DeleteResponsePolicyItem was auto-generated from WSDL.
	DeleteResponsePolicyItem(policyId int64, itemName string, options *StringArray) (int, error)

	// DeleteUserDefinedField was auto-generated from WSDL.
	DeleteUserDefinedField(_type string, name string) error

	// DeleteUserDefinedLink was auto-generated from WSDL.
	DeleteUserDefinedLink(deleteLinkDefinitionJson string) error

	// DeleteWithOptions was auto-generated from WSDL.
	DeleteWithOptions(objectId int64, options string) error

	// DenyMACAddress was auto-generated from WSDL.
	DenyMACAddress(configurationId int64, macAddress string) error

	// DeployServer was auto-generated from WSDL.
	DeployServer(serverId int64) error

	// DeployServerConfig was auto-generated from WSDL.
	DeployServerConfig(serverId int64, properties string) error

	// DeployServerServices was auto-generated from WSDL.
	DeployServerServices(serverId int64, services string) error

	// EditXHAPair was auto-generated from WSDL.
	EditXHAPair(xHAServerId int64, name string, properties string) error

	// EstablishTrustRelationship was auto-generated from WSDL.
	EstablishTrustRelationship(remoteIP string, username string, password string, properties string) error

	// FailoverReplication was auto-generated from WSDL.
	FailoverReplication(standbyServer string, properties string) error

	// FailoverXHA was auto-generated from WSDL.
	FailoverXHA(xHAServerId int64) error

	// FindResponsePoliciesWithItem was auto-generated from WSDL.
	FindResponsePoliciesWithItem(configurationId int64, itemName string, options *StringArray) (*APIEntityArray, error)

	// GetAccessRight was auto-generated from WSDL.
	GetAccessRight(entityId int64, userId int64) (*APIAccessRight, error)

	// GetAccessRightsForEntity was auto-generated from WSDL.
	GetAccessRightsForEntity(entityId int64, start int, count int) (*APIAccessRightArray, error)

	// GetAccessRightsForUser was auto-generated from WSDL.
	GetAccessRightsForUser(userId int64, start int, count int) (*APIAccessRightArray, error)

	// GetAdditionalIPAddresses was auto-generated from WSDL.
	GetAdditionalIPAddresses(adonisID int64, properties string) (string, error)

	// GetAliasesByHint was auto-generated from WSDL.
	GetAliasesByHint(start int, count int, options string) (*APIEntityArray, error)

	// GetAllUsedLocations was auto-generated from WSDL.
	GetAllUsedLocations() (*APIEntityArray, error)

	// GetAuditLogExportStatus was auto-generated from WSDL.
	GetAuditLogExportStatus() (string, error)

	// GetConfigurationGroups was auto-generated from WSDL.
	GetConfigurationGroups() (*StringArray, error)

	// GetConfigurationSetting was auto-generated from WSDL.
	GetConfigurationSetting(configurationId int64, settingName string) (string, error)

	// GetConfigurationsByGroup was auto-generated from WSDL.
	GetConfigurationsByGroup(groupName string, properties string) (*APIEntityArray, error)

	// GetDHCP6ClientDeploymentOption was auto-generated from WSDL.
	GetDHCP6ClientDeploymentOption(entityId int64, name string, serverId int64) (*APIDeploymentOption, error)

	// GetDHCP6ServiceDeploymentOption was auto-generated from WSDL.
	GetDHCP6ServiceDeploymentOption(entityId int64, name string, serverId int64) (*APIDeploymentOption, error)

	// GetDHCPClientDeploymentOption was auto-generated from WSDL.
	GetDHCPClientDeploymentOption(entityId int64, name string, serverId int64) (*APIDeploymentOption, error)

	// GetDHCPDeploymentRole was auto-generated from WSDL.
	GetDHCPDeploymentRole(entityId int64, serverInterfaceId int64) (*APIDeploymentRole, error)

	// GetDHCPServiceDeploymentOption was auto-generated from WSDL.
	GetDHCPServiceDeploymentOption(entityId int64, name string, serverId int64) (*APIDeploymentOption, error)

	// GetDHCPVendorDeploymentOption was auto-generated from WSDL.
	GetDHCPVendorDeploymentOption(entityId int64, optionId int64, serverId int64) (*APIDeploymentOption, error)

	// GetDNSDeploymentOption was auto-generated from WSDL.
	GetDNSDeploymentOption(entityId int64, name string, serverId int64) (*APIDeploymentOption, error)

	// GetDNSDeploymentRole was auto-generated from WSDL.
	GetDNSDeploymentRole(entityId int64, serverInterfaceId int64) (*APIDeploymentRole, error)

	// GetDNSDeploymentRoleForView was auto-generated from WSDL.
	GetDNSDeploymentRoleForView(entityId int64, serverInterfaceId int64, viewId int64) (*APIDeploymentRole, error)

	// GetDependentRecords was auto-generated from WSDL.
	GetDependentRecords(entityId int64, start int, count int) (*APIEntityArray, error)

	// GetDeploymentOptions was auto-generated from WSDL.
	GetDeploymentOptions(entityId int64, optionTypes string, serverId int64) (*APIDeploymentOptionArray, error)

	// GetDeploymentRoles was auto-generated from WSDL.
	GetDeploymentRoles(entityId int64) (*APIDeploymentRoleArray, error)

	// GetDeploymentTaskStatus was auto-generated from WSDL.
	GetDeploymentTaskStatus(deploymentTaskToken string) (string, error)

	// GetDiscoveredDevice was auto-generated from WSDL.
	GetDiscoveredDevice(policyId int64, deviceId int64) (*APIEntity, error)

	// GetDiscoveredDeviceArpEntries was auto-generated from WSDL.
	GetDiscoveredDeviceArpEntries(policyId int64, deviceId int64) (*APIEntityArray, error)

	// GetDiscoveredDeviceHosts was auto-generated from WSDL.
	GetDiscoveredDeviceHosts(policyId int64, deviceId int64) (*APIEntityArray, error)

	// GetDiscoveredDeviceInterfaces was auto-generated from WSDL.
	GetDiscoveredDeviceInterfaces(policyId int64, deviceId int64) (*APIEntityArray, error)

	// GetDiscoveredDeviceMacAddressEntries was auto-generated from
	// WSDL.
	GetDiscoveredDeviceMacAddressEntries(policyId int64, deviceId int64) (*APIEntityArray, error)

	// GetDiscoveredDeviceNetworks was auto-generated from WSDL.
	GetDiscoveredDeviceNetworks(policyId int64, deviceId int64) (*APIEntityArray, error)

	// GetDiscoveredDeviceVlans was auto-generated from WSDL.
	GetDiscoveredDeviceVlans(policyId int64, deviceId int64) (*APIEntityArray, error)

	// GetDiscoveredDevices was auto-generated from WSDL.
	GetDiscoveredDevices(policyId int64) (*APIEntityArray, error)

	// GetEntities was auto-generated from WSDL.
	GetEntities(parentId int64, _type string, start int, count int) (*APIEntityArray, error)

	// GetEntitiesByName was auto-generated from WSDL.
	GetEntitiesByName(parentId int64, name string, _type string, start int, count int) (*APIEntityArray, error)

	// GetEntitiesByNameUsingOptions was auto-generated from WSDL.
	GetEntitiesByNameUsingOptions(parentId int64, name string, _type string, start int, count int, options string) (*APIEntityArray, error)

	// GetEntityByCIDR was auto-generated from WSDL.
	GetEntityByCIDR(parentId int64, cidr string, _type string) (*APIEntity, error)

	// GetEntityById was auto-generated from WSDL.
	GetEntityById(id int64) (*APIEntity, error)

	// GetEntityByName was auto-generated from WSDL.
	GetEntityByName(parentId int64, name string, _type string) (*APIEntity, error)

	// GetEntityByPrefix was auto-generated from WSDL.
	GetEntityByPrefix(containerId int64, prefix string, _type string) (*APIEntity, error)

	// GetEntityByRange was auto-generated from WSDL.
	GetEntityByRange(parentId int64, address1 string, address2 string, _type string) (*APIEntity, error)

	// GetHostRecordsByHint was auto-generated from WSDL.
	GetHostRecordsByHint(start int, count int, options string) (*APIEntityArray, error)

	// GetIP4Address was auto-generated from WSDL.
	GetIP4Address(containerId int64, address string) (*APIEntity, error)

	// GetIP4NetworksByHint was auto-generated from WSDL.
	GetIP4NetworksByHint(containerId int64, start int, count int, options string) (*APIEntityArray, error)

	// GetIP6Address was auto-generated from WSDL.
	GetIP6Address(containerId int64, address string) (*APIEntity, error)

	// GetIP6ObjectsByHint was auto-generated from WSDL.
	GetIP6ObjectsByHint(containerId int64, objectType string, start int, count int, options string) (*APIEntityArray, error)

	// GetIPRangedByIP was auto-generated from WSDL.
	GetIPRangedByIP(containerId int64, _type string, address string) (*APIEntity, error)

	// GetKSK was auto-generated from WSDL.
	GetKSK(entityId int64, format string) (*StringArray, error)

	// GetLatestMigrationLog was auto-generated from WSDL.
	GetLatestMigrationLog() (string, error)

	// GetLinkedEntities was auto-generated from WSDL.
	GetLinkedEntities(entityId int64, _type string, start int, count int) (*APIEntityArray, error)

	// GetLinkedEntitiesEx was auto-generated from WSDL.
	GetLinkedEntitiesEx(getLinkedEntitiesJson string) (string, error)

	// GetLinkedIP4ObjectConflicts was auto-generated from WSDL.
	GetLinkedIP4ObjectConflicts(templateId int64, entityId int64) (string, error)

	// GetLinkedNetworkConflicts was auto-generated from WSDL.
	GetLinkedNetworkConflicts(templateId int64, networkId int64) (string, error)

	// GetLocationByCode was auto-generated from WSDL.
	GetLocationByCode(code string) (*APIEntity, error)

	// GetMACAddress was auto-generated from WSDL.
	GetMACAddress(configurationId int64, macAddress string) (*APIEntity, error)

	// GetMACAddressesInPool was auto-generated from WSDL.
	GetMACAddressesInPool(macPoolId int64, start int, count int) (*APIEntityArray, error)

	// GetMaxAllowedRange was auto-generated from WSDL.
	GetMaxAllowedRange(rangeId int64) (*StringArray, error)

	// GetNetworkLinkedProperties was auto-generated from WSDL.
	GetNetworkLinkedProperties(networkId int64) (*APIEntityArray, error)

	// GetNextAvailableIP4Address was auto-generated from WSDL.
	GetNextAvailableIP4Address(parentId int64) (string, error)

	// GetNextAvailableIP4Network was auto-generated from WSDL.
	GetNextAvailableIP4Network(parentId int64, size int64, isLargerAllowed bool, autoCreate bool) (int64, error)

	// GetNextAvailableIP6Address was auto-generated from WSDL.
	GetNextAvailableIP6Address(parentId int64, properties string) (string, error)

	// GetNextAvailableIPRange was auto-generated from WSDL.
	GetNextAvailableIPRange(parentId int64, size int64, _type string, properties string) (*APIEntity, error)

	// GetNextAvailableIPRanges was auto-generated from WSDL.
	GetNextAvailableIPRanges(parentId int64, size int64, _type string, count int, properties string) (*APIEntityArray, error)

	// GetNextIP4Address was auto-generated from WSDL.
	GetNextIP4Address(parentId int64, properties string) (string, error)

	// GetParent was auto-generated from WSDL.
	GetParent(entityId int64) (*APIEntity, error)

	// GetProbeData was auto-generated from WSDL.
	GetProbeData(definedProbe string, properties string) (*APIData, error)

	// GetProbeStatus was auto-generated from WSDL.
	GetProbeStatus(definedProbe string) (int, error)

	// GetReplicationInfo was auto-generated from WSDL.
	GetReplicationInfo(properties string) (string, error)

	// GetServerDeploymentRoles was auto-generated from WSDL.
	GetServerDeploymentRoles(serverId int64) (*APIDeploymentRoleArray, error)

	// GetServerDeploymentStatus was auto-generated from WSDL.
	GetServerDeploymentStatus(serverId int64, properties string) (int, error)

	// GetServerForRole was auto-generated from WSDL.
	GetServerForRole(roleId int64) (*APIEntity, error)

	// GetServerServices was auto-generated from WSDL.
	GetServerServices(serverId int64) (string, error)

	// GetServerServicesConfigurationStatus was auto-generated from
	// WSDL.
	GetServerServicesConfigurationStatus(configurationToken string) (string, error)

	// GetSharedNetworks was auto-generated from WSDL.
	GetSharedNetworks(tagId int64) (*APIEntityArray, error)

	// GetSystemInfo was auto-generated from WSDL.
	GetSystemInfo() (string, error)

	// GetTemplateTaskStatus was auto-generated from WSDL.
	GetTemplateTaskStatus(taskId string) (string, error)

	// GetUserDefinedFields was auto-generated from WSDL.
	GetUserDefinedFields(_type string, requiredFieldsOnly bool) (*APIUserDefinedFieldArray, error)

	// GetUserDefinedLink was auto-generated from WSDL.
	GetUserDefinedLink(getLinkDefinitionJson string) (string, error)

	// GetZonesByHint was auto-generated from WSDL.
	GetZonesByHint(containerId int64, start int, count int, options string) (*APIEntityArray, error)

	// ImportServer was auto-generated from WSDL.
	ImportServer(serverId int64, importDns bool, importDhcp bool, properties string) error

	// IsAddressAllocated was auto-generated from WSDL.
	IsAddressAllocated(configurationId int64, ipAddress string, macAddress string) (bool, error)

	// IsMigrationRunning was auto-generated from WSDL.
	IsMigrationRunning(filename string) (bool, error)

	// LinkEntities was auto-generated from WSDL.
	LinkEntities(entity1Id int64, entity2Id int64, properties string) error

	// LinkEntitiesEx was auto-generated from WSDL.
	LinkEntitiesEx(linkEntitiesJson string) error

	// Login was auto-generated from WSDL.
	Login(username string, password string) error

	// LoginWithOptions was auto-generated from WSDL.
	LoginWithOptions(username string, password string, options string) error

	// Logout was auto-generated from WSDL.
	Logout() error

	// MergeBlocksWithParent was auto-generated from WSDL.
	MergeBlocksWithParent(blockIds *LongArray) error

	// MergeSelectedBlocksOrNetworks was auto-generated from WSDL.
	MergeSelectedBlocksOrNetworks(blockOrNetworkIds *LongArray, blockOrNetworkToKeep int64) error

	// MigrateFile was auto-generated from WSDL.
	MigrateFile(filename string) error

	// MoveDeploymentRoles was auto-generated from WSDL.
	MoveDeploymentRoles(sourceServerId int64, targetServerInterfaceId int64, moveDnsRoles bool, moveDhcpRoles bool, options string) error

	// MoveIP4Object was auto-generated from WSDL.
	MoveIP4Object(objectId int64, address string) error

	// MoveIPObject was auto-generated from WSDL.
	MoveIPObject(objectId int64, address string, options string) error

	// MoveResourceRecord was auto-generated from WSDL.
	MoveResourceRecord(resourceRecordId int64, destinationZone string) error

	// PurgeHistoryNow was auto-generated from WSDL.
	PurgeHistoryNow(untilWhenTimestamp string, numberOfDaysToKeep int, numberOfMonthsToKeep int, waitOption bool) (int, error)

	// QuickDeploy was auto-generated from WSDL.
	QuickDeploy(entityId int64, properties string) error

	// ReapplyTemplate was auto-generated from WSDL.
	ReapplyTemplate(templateId int64, properties string) error

	// ReassignIP6Address was auto-generated from WSDL.
	ReassignIP6Address(oldAddressId int64, destination string, properties string) (int64, error)

	// RemoveAdditionalIPAddresses was auto-generated from WSDL.
	RemoveAdditionalIPAddresses(serverId int64, ipsToRemove string, properties string) error

	// RemoveTrustRelationship was auto-generated from WSDL.
	RemoveTrustRelationship(otherBAMIP string, properties string) error

	// ReplaceServer was auto-generated from WSDL.
	ReplaceServer(serverId int64, name string, defaultInterface string, hostName string, password string, upgrade bool, properties string) error

	// ResizeRange was auto-generated from WSDL.
	ResizeRange(objectId int64, _range string, options string) error

	// RolloverTSIGKey was auto-generated from WSDL.
	RolloverTSIGKey(objectId int64) error

	// SearchByCategory was auto-generated from WSDL.
	SearchByCategory(keyword string, category string, start int, count int) (*APIEntityArray, error)

	// SearchByObjectTypes was auto-generated from WSDL.
	SearchByObjectTypes(keyword string, types string, start int, count int) (*APIEntityArray, error)

	// SearchResponsePolicyItems was auto-generated from WSDL.
	SearchResponsePolicyItems(keyword string, scope string, start int, count int, properties string) (*ResponsePolicySearchResultArray, error)

	// SelectiveDeploy was auto-generated from WSDL.
	SelectiveDeploy(entityIds *LongArray, properties string) (string, error)

	// ShareNetwork was auto-generated from WSDL.
	ShareNetwork(networkId int64, tagId int64) error

	// SplitIP4Network was auto-generated from WSDL.
	SplitIP4Network(networkId int64, numberOfParts int, options string) (*APIEntityArray, error)

	// SplitIP6Range was auto-generated from WSDL.
	SplitIP6Range(rangeId int64, numberOfParts int, options string) (*APIEntityArray, error)

	// StartProbe was auto-generated from WSDL.
	StartProbe(definedProbe string, properties string) error

	// TagEntity was auto-generated from WSDL.
	TagEntity(entityId int64, tagId int64) error

	// TerminateUserSessions was auto-generated from WSDL.
	TerminateUserSessions(username string, properties string) error

	// UnassignIP4NetworkTemplate was auto-generated from WSDL.
	UnassignIP4NetworkTemplate(networkId int64, templateId int64, properties string) error

	// UnassignIP4Template was auto-generated from WSDL.
	UnassignIP4Template(templateRecipientId int64, templateId int64, properties string) error

	// UnlinkEntities was auto-generated from WSDL.
	UnlinkEntities(entity1Id int64, entity2Id int64, properties string) error

	// UnlinkEntitiesEx was auto-generated from WSDL.
	UnlinkEntitiesEx(unlinkEntitiesJson string) error

	// UnshareNetwork was auto-generated from WSDL.
	UnshareNetwork(networkId int64) error

	// UntagEntity was auto-generated from WSDL.
	UntagEntity(entityId int64, tagId int64) error

	// Update was auto-generated from WSDL.
	Update(entity *APIEntity) error

	// UpdateAccessRight was auto-generated from WSDL.
	UpdateAccessRight(entityId int64, userId int64, value string, overrides string, properties string) error

	// UpdateBAMSystemUserPassword was auto-generated from WSDL.
	UpdateBAMSystemUserPassword(systemUserName string, newPassword string, options *StringArray) error

	// UpdateBDDSSystemUserPassword was auto-generated from WSDL.
	UpdateBDDSSystemUserPassword(serverId int64, systemUserName string, newPassword string, options *StringArray) error

	// UpdateBulkUdf was auto-generated from WSDL.
	UpdateBulkUdf(data []byte, properties string) ([]byte, error)

	// UpdateConfigurationSetting was auto-generated from WSDL.
	UpdateConfigurationSetting(configurationId int64, settingName string, properties string) error

	// UpdateDHCP6ClientDeploymentOption was auto-generated from WSDL.
	UpdateDHCP6ClientDeploymentOption(option *APIDeploymentOption) error

	// UpdateDHCP6ServiceDeploymentOption was auto-generated from WSDL.
	UpdateDHCP6ServiceDeploymentOption(option *APIDeploymentOption) error

	// UpdateDHCPClientDeploymentOption was auto-generated from WSDL.
	UpdateDHCPClientDeploymentOption(option *APIDeploymentOption) error

	// UpdateDHCPDeploymentRole was auto-generated from WSDL.
	UpdateDHCPDeploymentRole(role *APIDeploymentRole) error

	// UpdateDHCPServiceDeploymentOption was auto-generated from WSDL.
	UpdateDHCPServiceDeploymentOption(option *APIDeploymentOption) error

	// UpdateDHCPVendorDeploymentOption was auto-generated from WSDL.
	UpdateDHCPVendorDeploymentOption(option *APIDeploymentOption) error

	// UpdateDNSDeploymentOption was auto-generated from WSDL.
	UpdateDNSDeploymentOption(option *APIDeploymentOption) error

	// UpdateDNSDeploymentRole was auto-generated from WSDL.
	UpdateDNSDeploymentRole(role *APIDeploymentRole) error

	// UpdateRawDeploymentOption was auto-generated from WSDL.
	UpdateRawDeploymentOption(option *APIDeploymentOption) error

	// UpdateRetentionSettings was auto-generated from WSDL.
	UpdateRetentionSettings(admin int, updateAdmin bool, sessionEvent int, updateSessionEvent bool, ddns int, updateDdns bool, dhcp int, updateDhcp bool) (*IntArray, error)

	// UpdateUserDefinedField was auto-generated from WSDL.
	UpdateUserDefinedField(_type string, udf *APIUserDefinedField) error

	// UpdateUserDefinedLink was auto-generated from WSDL.
	UpdateUserDefinedLink(updateLinkDefinitionJson string) error

	// UpdateUserPassword was auto-generated from WSDL.
	UpdateUserPassword(userId int64, newPassword string, options *StringArray) error

	// UpdateWithOptions was auto-generated from WSDL.
	UpdateWithOptions(entity *APIEntity, options string) error

	// UploadMigrationFile was auto-generated from WSDL.
	UploadMigrationFile(filename string, data []byte) error

	// UploadResponsePolicyFile was auto-generated from WSDL.
	UploadResponsePolicyFile(parentId int64, data []byte) ([]byte, error)

	// UploadResponsePolicyItems was auto-generated from WSDL.
	UploadResponsePolicyItems(parentId int64, data []byte) error
}

ProteusAPI was auto-generated from WSDL and defines interface for the remote service. Useful for testing.

func Client

func Client(username string, password string, endpoint string, insecure bool) (ProteusAPI, error)

Client logs you in to BAM and keeps your session cookie

func NewClient

func NewClient(endpoint string, insecure bool) ProteusAPI

NewClient creates a client without a login

func NewProteusAPI

func NewProteusAPI(cli *soap.Client) ProteusAPI

NewProteusAPI creates an initializes a ProteusAPI.

type ResponsePolicySearchResult

type ResponsePolicySearchResult struct {
	Category   *string `xml:"category,omitempty" json:"category,omitempty" yaml:"category,omitempty"`
	ConfigId   *int64  `xml:"configId,omitempty" json:"configId,omitempty" yaml:"configId,omitempty"`
	Name       *string `xml:"name,omitempty" json:"name,omitempty" yaml:"name,omitempty"`
	ParentIds  *string `xml:"parentIds,omitempty" json:"parentIds,omitempty" yaml:"parentIds,omitempty"`
	PolicyType *string `xml:"policyType,omitempty" json:"policyType,omitempty" yaml:"policyType,omitempty"`
}

ResponsePolicySearchResult was auto-generated from WSDL.

type ResponsePolicySearchResultArray

type ResponsePolicySearchResultArray struct {
	Item []*ResponsePolicySearchResult `xml:"item,omitempty" json:"item,omitempty" yaml:"item,omitempty"`
}

ResponsePolicySearchResultArray was auto-generated from WSDL.

type StringArray

type StringArray struct {
	Item []*string `xml:"item,omitempty" json:"item,omitempty" yaml:"item,omitempty"`
}

StringArray was auto-generated from WSDL.

Jump to

Keyboard shortcuts

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