1
This commit is contained in:
@@ -2144,22 +2144,23 @@ type SetFabricEgressPoolNodeInput struct {
|
||||
}
|
||||
|
||||
type IssueFabricServiceChannelLeaseInput struct {
|
||||
ActorUserID string
|
||||
ClusterID string
|
||||
OrganizationID string
|
||||
UserID string
|
||||
ResourceID string
|
||||
ServiceClass string
|
||||
EntryNodeIDs []string
|
||||
ExitNodeIDs []string
|
||||
PreferredEntryNodeID string
|
||||
PreferredExitNodeID string
|
||||
RequiredRoles []string
|
||||
AllowedChannels []string
|
||||
QoS json.RawMessage
|
||||
Failover json.RawMessage
|
||||
Metadata json.RawMessage
|
||||
TTL time.Duration
|
||||
ActorUserID string
|
||||
ClusterID string
|
||||
OrganizationID string
|
||||
UserID string
|
||||
ResourceID string
|
||||
ServiceClass string
|
||||
EntryNodeIDs []string
|
||||
ExitNodeIDs []string
|
||||
PreferredEntryNodeID string
|
||||
PreferredExitNodeID string
|
||||
RequiredRoles []string
|
||||
AllowedChannels []string
|
||||
QoS json.RawMessage
|
||||
Failover json.RawMessage
|
||||
Metadata json.RawMessage
|
||||
TTL time.Duration
|
||||
BackendFallbackAllowed *bool
|
||||
}
|
||||
|
||||
type UpdateFabricServiceChannelPoolPolicyInput struct {
|
||||
@@ -2531,6 +2532,14 @@ type RenewNodeVPNAssignmentLeaseInput struct {
|
||||
TTL time.Duration
|
||||
}
|
||||
|
||||
type AcquireNodeVPNAssignmentLeaseInput struct {
|
||||
ClusterID string
|
||||
VPNConnectionID string
|
||||
OwnerNodeID string
|
||||
TTL time.Duration
|
||||
Metadata json.RawMessage
|
||||
}
|
||||
|
||||
type ReleaseVPNConnectionLeaseInput struct {
|
||||
ActorUserID string
|
||||
ClusterID string
|
||||
|
||||
Reference in New Issue
Block a user