UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

6 lines 307 B
/** Model object to update loadBalancersSubnetId property of a kube cluster */ export interface ProjectKubeUpdateLoadBalancersSubnetId { /** OpenStack subnet ID that the load balancers will use */ loadBalancersSubnetId?: string; } //# sourceMappingURL=ProjectKubeUpdateLoadBalancersSubnetId.d.ts.map