Instance constructor
Instance({
- List<
String> ? accessPoints, - String? capacityGib,
- String? createTime,
- String? daosVersion,
- String? deploymentType,
- String? description,
- String? directoryStripeLevel,
- String? effectiveReservedIpRange,
- String? fileStripeLevel,
- Map<
String, String> ? labels, - String? name,
- String? network,
- String? reservedIpRange,
- String? state,
- String? updateTime,
Implementation
Instance({
this.accessPoints,
this.capacityGib,
this.createTime,
this.daosVersion,
this.deploymentType,
this.description,
this.directoryStripeLevel,
this.effectiveReservedIpRange,
this.fileStripeLevel,
this.labels,
this.name,
this.network,
this.reservedIpRange,
this.state,
this.updateTime,
});