InterconnectAttachment constructor
InterconnectAttachment({
- bool? adminEnabled,
- String? bandwidth,
- List<
String> ? candidateIpv6Subnets, - List<
String> ? candidateSubnets, - String? cloudRouterIpAddress,
- String? cloudRouterIpv6Address,
- String? cloudRouterIpv6InterfaceId,
- InterconnectAttachmentConfigurationConstraints? configurationConstraints,
- String? creationTimestamp,
- String? customerRouterIpAddress,
- String? customerRouterIpv6Address,
- String? customerRouterIpv6InterfaceId,
- int? dataplaneVersion,
- String? description,
- String? edgeAvailabilityDomain,
- String? encryption,
- String? googleReferenceId,
- String? id,
- String? interconnect,
- List<
String> ? ipsecInternalAddresses, - String? kind,
- String? labelFingerprint,
- Map<
String, String> ? labels, - int? mtu,
- String? name,
- String? operationalStatus,
- String? pairingKey,
- String? partnerAsn,
- InterconnectAttachmentPartnerMetadata? partnerMetadata,
- InterconnectAttachmentPrivateInfo? privateInterconnectInfo,
- String? region,
- String? remoteService,
- String? router,
- bool? satisfiesPzs,
- String? selfLink,
- String? stackType,
- String? state,
- int? subnetLength,
- String? type,
- int? vlanTag8021q,
Implementation
InterconnectAttachment({
this.adminEnabled,
this.bandwidth,
this.candidateIpv6Subnets,
this.candidateSubnets,
this.cloudRouterIpAddress,
this.cloudRouterIpv6Address,
this.cloudRouterIpv6InterfaceId,
this.configurationConstraints,
this.creationTimestamp,
this.customerRouterIpAddress,
this.customerRouterIpv6Address,
this.customerRouterIpv6InterfaceId,
this.dataplaneVersion,
this.description,
this.edgeAvailabilityDomain,
this.encryption,
this.googleReferenceId,
this.id,
this.interconnect,
this.ipsecInternalAddresses,
this.kind,
this.labelFingerprint,
this.labels,
this.mtu,
this.name,
this.operationalStatus,
this.pairingKey,
this.partnerAsn,
this.partnerMetadata,
this.privateInterconnectInfo,
this.region,
this.remoteService,
this.router,
this.satisfiesPzs,
this.selfLink,
this.stackType,
this.state,
this.subnetLength,
this.type,
this.vlanTag8021q,
});