@Generated public interface WorkspaceNetworkConfigurationService
This is the high-level interface, that contains generated methods.
Evolving: this interface is under development. Method signatures may change.
| Modifier and Type | Method and Description |
|---|---|
WorkspaceNetworkOption |
getWorkspaceNetworkOptionRpc(GetWorkspaceNetworkOptionRequest getWorkspaceNetworkOptionRequest)
Get workspace network option.
|
WorkspaceNetworkOption |
updateWorkspaceNetworkOptionRpc(UpdateWorkspaceNetworkOptionRequest updateWorkspaceNetworkOptionRequest)
Update workspace network option.
|
WorkspaceNetworkOption getWorkspaceNetworkOptionRpc(GetWorkspaceNetworkOptionRequest getWorkspaceNetworkOptionRequest)
Gets the network option for a workspace. Every workspace has exactly one network policy binding, with 'default-policy' used if no explicit assignment exists.
WorkspaceNetworkOption updateWorkspaceNetworkOptionRpc(UpdateWorkspaceNetworkOptionRequest updateWorkspaceNetworkOptionRequest)
Updates the network option for a workspace. This operation associates the workspace with the specified network policy. To revert to the default policy, specify 'default-policy' as the network_policy_id.
Copyright © 2025. All rights reserved.