vantage_sdk.cluster.network.crud
SDK for cluster-scoped network catalog operations (/network).
Classes
NetworkSDK()
SDK for the cluster /network catalog.
Methods
create(self, ctx: 'typer.Context', *, cluster_name: 'str', network: 'Network') -> 'ClusterServiceResponse': No documentation provided.delete(self, ctx: 'typer.Context', *, cluster_name: 'str', name: 'str') -> 'ClusterServiceResponse': No documentation provided.get(self, ctx: 'typer.Context', *, cluster_name: 'str', name: 'str') -> 'ClusterServiceResponse': No documentation provided.list(self, ctx: 'typer.Context', *, cluster_name: 'str') -> 'ClusterServiceResponse': No documentation provided.update(self, ctx: 'typer.Context', *, cluster_name: 'str', name: 'str', patch: 'NetworkUpdate') -> 'ClusterServiceResponse': No documentation provided.