public class com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig
  super_class: java.lang.Object
{
  private java.lang.String primaryPeerAddressPrefix;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "primaryPeerAddressPrefix")

  private java.lang.String secondaryPeerAddressPrefix;
    descriptor: Ljava/lang/String;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "secondaryPeerAddressPrefix")

  private com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig microsoftPeeringConfig;
    descriptor: Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringConfig;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "microsoftPeeringConfig")

  private com.microsoft.azure.SubResource routeFilter;
    descriptor: Lcom/microsoft/azure/SubResource;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "routeFilter")

  private com.microsoft.azure.management.network.ExpressRouteCircuitPeeringState state;
    descriptor: Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringState;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.fasterxml.jackson.annotation.JsonProperty(value = "state")

  public void <init>();
    descriptor: ()V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig this
         0: .line 17
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/Ipv6ExpressRouteCircuitPeeringConfig;

  public java.lang.String primaryPeerAddressPrefix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig this
         0: .line 54
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig.primaryPeerAddressPrefix:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/Ipv6ExpressRouteCircuitPeeringConfig;

  public com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig withPrimaryPeerAddressPrefix(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/Ipv6ExpressRouteCircuitPeeringConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig this
        start local 1 // java.lang.String primaryPeerAddressPrefix
         0: .line 64
            aload 0 /* this */
            aload 1 /* primaryPeerAddressPrefix */
            putfield com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig.primaryPeerAddressPrefix:Ljava/lang/String;
         1: .line 65
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String primaryPeerAddressPrefix
        end local 0 // com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig this
      LocalVariableTable:
        Start  End  Slot                      Name  Signature
            0    2     0                      this  Lcom/microsoft/azure/management/network/Ipv6ExpressRouteCircuitPeeringConfig;
            0    2     1  primaryPeerAddressPrefix  Ljava/lang/String;
    MethodParameters:
                          Name  Flags
      primaryPeerAddressPrefix  

  public java.lang.String secondaryPeerAddressPrefix();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig this
         0: .line 74
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig.secondaryPeerAddressPrefix:Ljava/lang/String;
            areturn
        end local 0 // com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/Ipv6ExpressRouteCircuitPeeringConfig;

  public com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig withSecondaryPeerAddressPrefix(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/microsoft/azure/management/network/Ipv6ExpressRouteCircuitPeeringConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig this
        start local 1 // java.lang.String secondaryPeerAddressPrefix
         0: .line 84
            aload 0 /* this */
            aload 1 /* secondaryPeerAddressPrefix */
            putfield com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig.secondaryPeerAddressPrefix:Ljava/lang/String;
         1: .line 85
            aload 0 /* this */
            areturn
        end local 1 // java.lang.String secondaryPeerAddressPrefix
        end local 0 // com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig this
      LocalVariableTable:
        Start  End  Slot                        Name  Signature
            0    2     0                        this  Lcom/microsoft/azure/management/network/Ipv6ExpressRouteCircuitPeeringConfig;
            0    2     1  secondaryPeerAddressPrefix  Ljava/lang/String;
    MethodParameters:
                            Name  Flags
      secondaryPeerAddressPrefix  

  public com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig microsoftPeeringConfig();
    descriptor: ()Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig this
         0: .line 94
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig.microsoftPeeringConfig:Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringConfig;
            areturn
        end local 0 // com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/Ipv6ExpressRouteCircuitPeeringConfig;

  public com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig withMicrosoftPeeringConfig(com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig);
    descriptor: (Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringConfig;)Lcom/microsoft/azure/management/network/Ipv6ExpressRouteCircuitPeeringConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig this
        start local 1 // com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig microsoftPeeringConfig
         0: .line 104
            aload 0 /* this */
            aload 1 /* microsoftPeeringConfig */
            putfield com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig.microsoftPeeringConfig:Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringConfig;
         1: .line 105
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.ExpressRouteCircuitPeeringConfig microsoftPeeringConfig
        end local 0 // com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig this
      LocalVariableTable:
        Start  End  Slot                    Name  Signature
            0    2     0                    this  Lcom/microsoft/azure/management/network/Ipv6ExpressRouteCircuitPeeringConfig;
            0    2     1  microsoftPeeringConfig  Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringConfig;
    MethodParameters:
                        Name  Flags
      microsoftPeeringConfig  

  public com.microsoft.azure.SubResource routeFilter();
    descriptor: ()Lcom/microsoft/azure/SubResource;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig this
         0: .line 114
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig.routeFilter:Lcom/microsoft/azure/SubResource;
            areturn
        end local 0 // com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/Ipv6ExpressRouteCircuitPeeringConfig;

  public com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig withRouteFilter(com.microsoft.azure.SubResource);
    descriptor: (Lcom/microsoft/azure/SubResource;)Lcom/microsoft/azure/management/network/Ipv6ExpressRouteCircuitPeeringConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig this
        start local 1 // com.microsoft.azure.SubResource routeFilter
         0: .line 124
            aload 0 /* this */
            aload 1 /* routeFilter */
            putfield com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig.routeFilter:Lcom/microsoft/azure/SubResource;
         1: .line 125
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.SubResource routeFilter
        end local 0 // com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    2     0         this  Lcom/microsoft/azure/management/network/Ipv6ExpressRouteCircuitPeeringConfig;
            0    2     1  routeFilter  Lcom/microsoft/azure/SubResource;
    MethodParameters:
             Name  Flags
      routeFilter  

  public com.microsoft.azure.management.network.ExpressRouteCircuitPeeringState state();
    descriptor: ()Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringState;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig this
         0: .line 134
            aload 0 /* this */
            getfield com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig.state:Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringState;
            areturn
        end local 0 // com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/microsoft/azure/management/network/Ipv6ExpressRouteCircuitPeeringConfig;

  public com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig withState(com.microsoft.azure.management.network.ExpressRouteCircuitPeeringState);
    descriptor: (Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringState;)Lcom/microsoft/azure/management/network/Ipv6ExpressRouteCircuitPeeringConfig;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig this
        start local 1 // com.microsoft.azure.management.network.ExpressRouteCircuitPeeringState state
         0: .line 144
            aload 0 /* this */
            aload 1 /* state */
            putfield com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig.state:Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringState;
         1: .line 145
            aload 0 /* this */
            areturn
        end local 1 // com.microsoft.azure.management.network.ExpressRouteCircuitPeeringState state
        end local 0 // com.microsoft.azure.management.network.Ipv6ExpressRouteCircuitPeeringConfig this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    2     0   this  Lcom/microsoft/azure/management/network/Ipv6ExpressRouteCircuitPeeringConfig;
            0    2     1  state  Lcom/microsoft/azure/management/network/ExpressRouteCircuitPeeringState;
    MethodParameters:
       Name  Flags
      state  
}
SourceFile: "Ipv6ExpressRouteCircuitPeeringConfig.java"