UNPKG

@datatr-ux/ovhcloud-types

Version:

TypeScript types for OVHCloud projects

8 lines 252 B
/** Java KVM session information */ export interface BmcJavaKvmValue { /** Date on which the credentials will no longer be retrievable */ expirationDate: string; /** value */ jnlp: string; } //# sourceMappingURL=BmcJavaKvmValue.d.ts.map