InternalRange constructor
InternalRange({
- AllocationOptions? allocationOptions,
- String? createTime,
- String? description,
- List<
String> ? excludeCidrRanges, - bool? immutable,
- String? ipCidrRange,
- Map<
String, String> ? labels, - Migration? migration,
- String? name,
- String? network,
- List<
String> ? overlaps, - String? peering,
- int? prefixLength,
- List<
String> ? targetCidrRange, - String? updateTime,
- String? usage,
- List<
String> ? users,
Implementation
InternalRange({
this.allocationOptions,
this.createTime,
this.description,
this.excludeCidrRanges,
this.immutable,
this.ipCidrRange,
this.labels,
this.migration,
this.name,
this.network,
this.overlaps,
this.peering,
this.prefixLength,
this.targetCidrRange,
this.updateTime,
this.usage,
this.users,
});