Documentation
¶
Index ¶
- Variables
- func AutoApplyQuotaServerHandle(ctx context.Context, o AutoApplyQuotaServer, opNum int, r ndr.Reader) (dcerpc.Operation, error)
- func NewAutoApplyQuotaServerHandle(o AutoApplyQuotaServer) dcerpc.ServerHandle
- func RegisterAutoApplyQuotaServer(conn dcerpc.Conn, o AutoApplyQuotaServer, opts ...dcerpc.Option)
- type AutoApplyQuotaClient
- type AutoApplyQuotaServer
- type CommitAndUpdateDerivedRequest
- type CommitAndUpdateDerivedResponse
- type GetExcludeFoldersRequest
- type GetExcludeFoldersResponse
- type SetExcludeFoldersRequest
- type SetExcludeFoldersResponse
- type UnimplementedAutoApplyQuotaServer
- func (UnimplementedAutoApplyQuotaServer) CommitAndUpdateDerived(context.Context, *CommitAndUpdateDerivedRequest) (*CommitAndUpdateDerivedResponse, error)
- func (UnimplementedAutoApplyQuotaServer) GetExcludeFolders(context.Context, *GetExcludeFoldersRequest) (*GetExcludeFoldersResponse, error)
- func (UnimplementedAutoApplyQuotaServer) SetExcludeFolders(context.Context, *SetExcludeFoldersRequest) (*SetExcludeFoldersResponse, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // IFsrmAutoApplyQuota interface identifier f82e5729-6aba-4740-bfc7-c7f58f75fb7b AutoApplyQuotaIID = &dcom.IID{Data1: 0xf82e5729, Data2: 0x6aba, Data3: 0x4740, Data4: []byte{0xbf, 0xc7, 0xc7, 0xf5, 0x8f, 0x75, 0xfb, 0x7b}} // Syntax UUID AutoApplyQuotaSyntaxUUID = &uuid.UUID{TimeLow: 0xf82e5729, TimeMid: 0x6aba, TimeHiAndVersion: 0x4740, ClockSeqHiAndReserved: 0xbf, ClockSeqLow: 0xc7, Node: [6]uint8{0xc7, 0xf5, 0x8f, 0x75, 0xfb, 0x7b}} // Syntax ID AutoApplyQuotaSyntaxV0_0 = &dcerpc.SyntaxID{IfUUID: AutoApplyQuotaSyntaxUUID, IfVersionMajor: 0, IfVersionMinor: 0} )
View Source
var (
// import guard
GoPackage = "dcom/fsrm"
)
Functions ¶
func NewAutoApplyQuotaServerHandle ¶
func NewAutoApplyQuotaServerHandle(o AutoApplyQuotaServer) dcerpc.ServerHandle
func RegisterAutoApplyQuotaServer ¶
func RegisterAutoApplyQuotaServer(conn dcerpc.Conn, o AutoApplyQuotaServer, opts ...dcerpc.Option)
Types ¶
type AutoApplyQuotaClient ¶
type AutoApplyQuotaClient interface {
// IFsrmQuotaObject retrieval method.
QuotaObject() ifsrmquotaobject.QuotaObjectClient
// ExcludeFolders operation.
GetExcludeFolders(context.Context, *GetExcludeFoldersRequest, ...dcerpc.CallOption) (*GetExcludeFoldersResponse, error)
// ExcludeFolders operation.
SetExcludeFolders(context.Context, *SetExcludeFoldersRequest, ...dcerpc.CallOption) (*SetExcludeFoldersResponse, error)
// CommitAndUpdateDerived operation.
CommitAndUpdateDerived(context.Context, *CommitAndUpdateDerivedRequest, ...dcerpc.CallOption) (*CommitAndUpdateDerivedResponse, error)
// AlterContext alters the client context.
AlterContext(context.Context, ...dcerpc.Option) error
// Conn returns the client connection (unsafe)
Conn() dcerpc.Conn
// IPID sets the object interface identifier.
IPID(context.Context, *dcom.IPID) AutoApplyQuotaClient
}
IFsrmAutoApplyQuota interface.
func NewAutoApplyQuotaClient ¶
type AutoApplyQuotaServer ¶
type AutoApplyQuotaServer interface {
// IFsrmQuotaObject base class.
ifsrmquotaobject.QuotaObjectServer
// ExcludeFolders operation.
GetExcludeFolders(context.Context, *GetExcludeFoldersRequest) (*GetExcludeFoldersResponse, error)
// ExcludeFolders operation.
SetExcludeFolders(context.Context, *SetExcludeFoldersRequest) (*SetExcludeFoldersResponse, error)
// CommitAndUpdateDerived operation.
CommitAndUpdateDerived(context.Context, *CommitAndUpdateDerivedRequest) (*CommitAndUpdateDerivedResponse, error)
}
IFsrmAutoApplyQuota server interface.
type CommitAndUpdateDerivedRequest ¶
type CommitAndUpdateDerivedRequest struct {
// This: ORPCTHIS structure that is used to send ORPC extension data to the server.
This *dcom.ORPCThis `idl:"name:This" json:"this"`
CommitOptions fsrm.CommitOptions `idl:"name:commitOptions" json:"commit_options"`
ApplyOptions fsrm.TemplateApplyOptions `idl:"name:applyOptions" json:"apply_options"`
}
CommitAndUpdateDerivedRequest structure represents the CommitAndUpdateDerived operation request
func (*CommitAndUpdateDerivedRequest) MarshalNDR ¶
func (*CommitAndUpdateDerivedRequest) UnmarshalNDR ¶
type CommitAndUpdateDerivedResponse ¶
type CommitAndUpdateDerivedResponse struct {
// That: ORPCTHAT structure that is used to return ORPC extension data to the client.
That *dcom.ORPCThat `idl:"name:That" json:"that"`
DerivedObjectsResult *fsrm.DerivedObjectsResult `idl:"name:derivedObjectsResult" json:"derived_objects_result"`
// Return: The CommitAndUpdateDerived return value.
Return int32 `idl:"name:Return" json:"return"`
}
CommitAndUpdateDerivedResponse structure represents the CommitAndUpdateDerived operation response
func (*CommitAndUpdateDerivedResponse) MarshalNDR ¶
func (*CommitAndUpdateDerivedResponse) UnmarshalNDR ¶
type GetExcludeFoldersRequest ¶
type GetExcludeFoldersRequest struct {
// This: ORPCTHIS structure that is used to send ORPC extension data to the server.
This *dcom.ORPCThis `idl:"name:This" json:"this"`
}
GetExcludeFoldersRequest structure represents the ExcludeFolders operation request
func (*GetExcludeFoldersRequest) MarshalNDR ¶
func (*GetExcludeFoldersRequest) UnmarshalNDR ¶
type GetExcludeFoldersResponse ¶
type GetExcludeFoldersResponse struct {
// That: ORPCTHAT structure that is used to return ORPC extension data to the client.
That *dcom.ORPCThat `idl:"name:That" json:"that"`
Folders *oaut.SafeArray `idl:"name:folders" json:"folders"`
// Return: The ExcludeFolders return value.
Return int32 `idl:"name:Return" json:"return"`
}
GetExcludeFoldersResponse structure represents the ExcludeFolders operation response
func (*GetExcludeFoldersResponse) MarshalNDR ¶
func (*GetExcludeFoldersResponse) UnmarshalNDR ¶
type SetExcludeFoldersRequest ¶
type SetExcludeFoldersRequest struct {
// This: ORPCTHIS structure that is used to send ORPC extension data to the server.
This *dcom.ORPCThis `idl:"name:This" json:"this"`
Folders *oaut.SafeArray `idl:"name:folders" json:"folders"`
}
SetExcludeFoldersRequest structure represents the ExcludeFolders operation request
func (*SetExcludeFoldersRequest) MarshalNDR ¶
func (*SetExcludeFoldersRequest) UnmarshalNDR ¶
type SetExcludeFoldersResponse ¶
type SetExcludeFoldersResponse struct {
// That: ORPCTHAT structure that is used to return ORPC extension data to the client.
That *dcom.ORPCThat `idl:"name:That" json:"that"`
// Return: The ExcludeFolders return value.
Return int32 `idl:"name:Return" json:"return"`
}
SetExcludeFoldersResponse structure represents the ExcludeFolders operation response
func (*SetExcludeFoldersResponse) MarshalNDR ¶
func (*SetExcludeFoldersResponse) UnmarshalNDR ¶
type UnimplementedAutoApplyQuotaServer ¶
type UnimplementedAutoApplyQuotaServer struct {
ifsrmquotaobject.UnimplementedQuotaObjectServer
}
Unimplemented IFsrmAutoApplyQuota
func (UnimplementedAutoApplyQuotaServer) CommitAndUpdateDerived ¶
func (UnimplementedAutoApplyQuotaServer) CommitAndUpdateDerived(context.Context, *CommitAndUpdateDerivedRequest) (*CommitAndUpdateDerivedResponse, error)
func (UnimplementedAutoApplyQuotaServer) GetExcludeFolders ¶
func (UnimplementedAutoApplyQuotaServer) GetExcludeFolders(context.Context, *GetExcludeFoldersRequest) (*GetExcludeFoldersResponse, error)
func (UnimplementedAutoApplyQuotaServer) SetExcludeFolders ¶
func (UnimplementedAutoApplyQuotaServer) SetExcludeFolders(context.Context, *SetExcludeFoldersRequest) (*SetExcludeFoldersResponse, error)
Click to show internal directories.
Click to hide internal directories.